move stb_how.txt into docs directory

This commit is contained in:
Sean Barrett
2014-05-30 14:20:16 -07:00
parent 5ecae715b0
commit 2d412f0d6c
3 changed files with 12 additions and 3 deletions

11
docs/git_how.txt Normal file
View 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