Browse Source

whoops, wrong file

Sean Barrett 11 năm trước cách đây
mục cha
commit
add9346eef
1 tập tin đã thay đổi với 0 bổ sung11 xóa
  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