Skip to content

Commit fb1a197

Browse files
committed
Update README.markdown
Do not use semicolons after headings
1 parent 7f0bf97 commit fb1a197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```git-recommit``` applies back the last uncommitted patch; after the patch is applied, the patch file is deleted.
66

7-
## Usage:
7+
## Usage
88

99
Let's suppose after much work you have just committed experimental changes to your branch.
1010

@@ -43,7 +43,7 @@ Patches can be readily edited, shared with others and applied in a new order.
4343

4444
Patches are created using ```git format-patch```, and can be applied using ```git am```, in addition to ```git-uncommit```
4545

46-
## Comparison with related Git commands:
46+
## Comparison with related Git commands
4747

4848
```git stash``` can sometimes be used for similar purposes as ```git-uncommit```, the differences are:
4949
* ```git stash``` operates on changes to the work tree or index, not already committed changes

0 commit comments

Comments
 (0)