whoops, wrong file

pull/1/head
Sean Barrett 2014-05-31 23:48:05 -07:00
parent 05a9cfe036
commit add9346eef
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
git checkout working
-- do work
git add ...
git commit
to upload:
git checkout master
git pull ; usually unnecessary
git merge working
git push