Browse Source

whoops, wrong file

Sean Barrett 11 years ago
parent
commit
add9346eef
1 changed files with 0 additions and 11 deletions
  1. 0 11
      docs/git_how.txt

+ 0 - 11
docs/git_how.txt

@@ -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