Skip to content

Commit de909f4

Browse files
committed
Update README.md
1 parent 9a894f4 commit de909f4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
Imagine you have just committed experimental changes to your branch, after much mork.
1010

1111
````sh
12-
$ git-commit -m "Experimental changes"
12+
$ git commit -m "Experimental changes"
1313
````
1414

1515
You are unsatisfied with the result, but do not want to discard the work, so you run <b><i>git-uncommit</i></b>
1616

1717

1818
````sh
19-
$ git-uncommit
19+
$ git uncommit
2020
Uncommit: 2edf199-experimental-changes.patch
2121
````
2222

@@ -28,16 +28,16 @@ To apply the last uncommitted patch:
2828

2929

3030
````sh
31-
$ git-recommit
31+
$ git recommit
3232
````
3333

3434
To run <b><i>git-recommit</i></b> with any saved patch file to reapply it in the order you want:
3535

3636
````sh
37-
$ git-recommit <patch-file>.patch
37+
$ git recommit <patch-file>.patch
3838
````
3939

40-
## Patches files
40+
## Patch files
4141

4242
Patch files can be readily edited, shared with others and applied in a new order.
4343

@@ -68,7 +68,7 @@ Installing ```uni2ascii``` will help <i>git-uncommit</i> create better filenames
6868
## Author and licensing terms
6969

7070
````
71-
Copyright (c) 2012, 2013 Michele Bini <michele.bini@gmail.com>
71+
Copyright (c) 2012, 2013, 2014 Michele Bini <michele.bini@gmail.com>
7272
7373
This program is free software: you can redistribute it and/or modify
7474
it under the terms of the version 3 of the GNU General Public License

0 commit comments

Comments
 (0)