File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- git-uncommit: uncommit and recommit commands for Git, undo commit to patch file
1
+ ``` git-uncommit ``` : uncommit and recommit commands for Git, undo commit to patch file
2
2
3
- Git uncommit does exactly what it says: it uncommits the last Git commit, saving the patch.
3
+ ``` git- uncommit``` does exactly what it says: it uncommits the last Git commit, saving the patch.
4
4
5
- Git recommit applies back the last uncommitted patch; after the patch is applied, the patch file is deleted.
5
+ ``` git- recommit``` applies back the last uncommitted patch; after the patch is applied, the patch file is deleted.
6
6
7
7
## Usage:
8
8
@@ -22,7 +22,7 @@ Uncommit: 2edf199-experimental-changes.patch
22
22
23
23
This undoes your experimental commit and creates ``` 2edf199-experimental-changes.patch ``` .
24
24
25
- You can undo in this way any number of commits; ``` git-recommit ``` can be used to apply the patches
25
+ You can undo in this way any number of commits; ``` git-recommit ``` can be used to apply the patches back.
26
26
27
27
To apply the last uncommitted patch:
28
28
You can’t perform that action at this time.
0 commit comments