Skip to content

Commit 7f0bf97

Browse files
committed
Update README.markdown
Capitalize 'Git'
1 parent 9c3204d commit 7f0bf97

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
@@ -43,11 +43,11 @@ 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
50-
* ```git stash``` does not create a patch file, but saves the changes in the git archive
50+
* ```git stash``` does not create a patch file, but saves the changes in the Git archive
5151

5252
```git reset HEAD^``` can also be used to revert the last commit, however the changes are not saved to a patch file, they are either discarded or left in the index or work tree, depending on the options
5353

0 commit comments

Comments
 (0)