Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 360 Bytes

To init the upstream catchchat_server repository(already done)

git subtree add --prefix upstream/catchchat_server [email protected]:CatchChat/catchchat_server.git develop --squash

To update the upstream(when needed)

git subtree pull --prefix upstream/catchchat_server [email protected]:CatchChat/catchchat_server.git develop --squash