소스 검색

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