Commit 5c4d0b31 by TongZuu

Update git-command.txt

parent 35a8406e
......@@ -28,12 +28,14 @@ git remote add origin http://10.1.1.60/Support/3K.git
git pull origin master
-- add to index
-- add to index stages All
git add -A
-- add to index stages new and modified, without deleted
git add .
-- add to index stages modified and deleted, without new
git add -u
git config --global user.email "support_myhr@csc.co.th"
......
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