Commit d12cc22e by TongZuu

Update git-command.md

parent 526e362d
...@@ -57,6 +57,9 @@ git config --global credential.helper 'cache --timeout=3600' ...@@ -57,6 +57,9 @@ git config --global credential.helper 'cache --timeout=3600'
--- ---
## Git patch and apply
#### new branch from master. modify success #### new branch from master. modify success
``` ```
git format-patch --stdout master > my.patch git format-patch --stdout master > my.patch
......
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