Pārlūkot izejas kodu

whoops, wrong file

Sean Barrett 11 gadi atpakaļ
vecāks
revīzija
add9346eef
1 mainītis faili ar 0 papildinājumiem un 11 dzēšanām
  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