Parcourir la source

whoops, wrong file

Sean Barrett il y a 11 ans
Parent
commit
add9346eef
1 fichiers modifiés avec 0 ajouts et 11 suppressions
  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