Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 310 Bytes

procedures.md

File metadata and controls

24 lines (17 loc) · 310 Bytes

procedure on how to push any changes to the repository

git checkout yan-dev
git add .
git commit -m <COMMIT_MESSAGE>
git push origin yan-dev

Don't forget to push it to the github repo as well

git push --mirror https://github.com/whykay-01/capacity-management.git