File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ P.S: All these commands are tested on `git version 2.7.4 (Apple Git-66)`.
149
149
* [ Edit [ local/global] git config] ( #edit-localglobal-git-config )
150
150
* [ blame on certain range] ( #blame-on-certain-range )
151
151
* [ Show a Git logical variable.] ( #show-a-git-logical-variable )
152
+ * [ Preformatted patch file.] ( #preformatted-patch-file )
152
153
153
154
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
154
155
<!-- @doxie.inject end toc -->
@@ -1020,5 +1021,10 @@ git blame -L <start>,<end>
1020
1021
git var -l | < variable>
1021
1022
```
1022
1023
1024
+ ## Preformatted patch file.
1025
+ ``` sh
1026
+ git format-patch -M upstream..topic
1027
+ ```
1028
+
1023
1029
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
1024
1030
<!-- @doxie.inject end -->
Original file line number Diff line number Diff line change 437
437
}, {
438
438
"title" : " Show a Git logical variable." ,
439
439
"tip" :" git var -l | <variable>"
440
+ }, {
441
+ "title" : " Preformatted patch file." ,
442
+ "tip" : " git format-patch -M upstream..topic"
440
443
}]
You can’t perform that action at this time.
0 commit comments