Skip to content

Commit cc49381

Browse files
committed
Update README.markdown
1 parent 528e4eb commit cc49381

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
22

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.
44

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.
66

77
## Usage:
88

@@ -22,7 +22,7 @@ Uncommit: 2edf199-experimental-changes.patch
2222

2323
This undoes your experimental commit and creates ```2edf199-experimental-changes.patch```.
2424

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.
2626

2727
To apply the last uncommitted patch:
2828

0 commit comments

Comments
 (0)