Commit 230bd811 by TongZuu

Update git-command.txt

parent c910966f
......@@ -42,4 +42,7 @@ git config --global user.name "support_myhr"
-- commit with message
git commit -m initial
git -c user.name='Paul Draper' -c user.email='my@email.org' commit -m '...'
\ No newline at end of file
git -c user.name='Paul Draper' -c user.email='my@email.org' commit -m '...'
git config --global credential.helper 'cache --timeout=3600'
\ No newline at end of file
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