File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
Imagine you have just committed experimental changes to your branch, after much mork.
10
10
11
11
```` sh
12
- $ git- commit -m " Experimental changes"
12
+ $ git commit -m " Experimental changes"
13
13
````
14
14
15
15
You are unsatisfied with the result, but do not want to discard the work, so you run <b ><i >git-uncommit</i ></b >
16
16
17
17
18
18
```` sh
19
- $ git- uncommit
19
+ $ git uncommit
20
20
Uncommit: 2edf199-experimental-changes.patch
21
21
````
22
22
@@ -28,16 +28,16 @@ To apply the last uncommitted patch:
28
28
29
29
30
30
```` sh
31
- $ git- recommit
31
+ $ git recommit
32
32
````
33
33
34
34
To run <b ><i >git-recommit</i ></b > with any saved patch file to reapply it in the order you want:
35
35
36
36
```` sh
37
- $ git- recommit < patch-file> .patch
37
+ $ git recommit < patch-file> .patch
38
38
````
39
39
40
- ## Patches files
40
+ ## Patch files
41
41
42
42
Patch files can be readily edited, shared with others and applied in a new order.
43
43
@@ -68,7 +68,7 @@ Installing ```uni2ascii``` will help <i>git-uncommit</i> create better filenames
68
68
## Author and licensing terms
69
69
70
70
````
71
- Copyright (c) 2012, 2013 Michele Bini <michele.bini@gmail.com>
71
+ Copyright (c) 2012, 2013, 2014 Michele Bini <michele.bini@gmail.com>
72
72
73
73
This program is free software: you can redistribute it and/or modify
74
74
it under the terms of the version 3 of the GNU General Public License
You can’t perform that action at this time.
0 commit comments