stb/docs/git_how.txt

12 lines
146 B
Plaintext
Raw Normal View History

2014-05-31 01:20:16 +04:00
git checkout working
-- do work
git add ...
git commit
to upload:
git checkout master
git pull ; usually unnecessary
git merge working
git push