浏览代码

whoops, wrong file

Sean Barrett 11 年之前
父节点
当前提交
add9346eef
共有 1 个文件被更改,包括 0 次插入11 次删除
  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