move stb_how.txt into docs directory
This commit is contained in:
11
docs/git_how.txt
Normal file
11
docs/git_how.txt
Normal file
@ -0,0 +1,11 @@
|
||||
git checkout working
|
||||
-- do work
|
||||
git add ...
|
||||
git commit
|
||||
|
||||
to upload:
|
||||
|
||||
git checkout master
|
||||
git pull ; usually unnecessary
|
||||
git merge working
|
||||
git push
|
Reference in New Issue
Block a user