Commit 9e18e3e1 by TongZuu

Update git-command.txt

parent 54eb1471
......@@ -13,4 +13,23 @@ git archive -o update.zip HEAD $(git diff ce1f8df 8a22bd8 --name-only)
//apply patch to project
git apply my.patch
\ No newline at end of file
git apply my.patch
-----------------------------------
git init
git remote add origin http://10.1.1.60/Support/3K.git
git pull origin master
-- add to index
git add -A stages All
git add . stages new and modified, without deleted
git add -u stages modified and deleted, without new
-- commit with message
git commit -m initial
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment