Skip to content

Commit dafc049

Browse files
committed
Update README.markdown
1 parent f5633bc commit dafc049

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ Patches are created using ```git format-patch```, and can be applied using ```gi
4646
## Comparison with related git commands:
4747

4848
```git stash``` can sometimes be used for similar purposes as ```git-uncommit```, the differences are:
49-
* 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
49+
* ```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
5151

52-
```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 you give to '''git reset'''
52+
```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

54-
```stg``` or ```STGit```: a tool that can also be used to reorder or edit commits, the main differences are:
54+
``STGit```: a tool that can also be used to reorder or edit commits, the main differences are:
5555
* ```STGit``` has a much more complex set of command
56-
* it does not save patch files automatically
56+
* ```STGit``` does not save patch files automatically
5757

5858
## Installation
5959

0 commit comments

Comments
 (0)