mirror of
https://github.com/namibia/tips.git
synced 2024-11-13 16:56:30 +00:00
format-patch
This commit is contained in:
parent
16b9349d48
commit
5d23b75504
@ -149,6 +149,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
|
||||
* [Edit [local/global] git config](#edit-localglobal-git-config)
|
||||
* [blame on certain range](#blame-on-certain-range)
|
||||
* [Show a Git logical variable.](#show-a-git-logical-variable)
|
||||
* [Preformatted patch file.](#preformatted-patch-file)
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end toc -->
|
||||
@ -1020,5 +1021,10 @@ git blame -L <start>,<end>
|
||||
git var -l | <variable>
|
||||
```
|
||||
|
||||
## Preformatted patch file.
|
||||
```sh
|
||||
git format-patch -M upstream..topic
|
||||
```
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end -->
|
||||
|
Loading…
Reference in New Issue
Block a user