You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patches can be readily edited, shared with others and applied in a new order.
43
43
44
-
Patches are created using ```git format-patch```, and can be applied using ```git am```, in addition to ```git-uncommit```
44
+
Patches are created using ```git format-patch```, and thus can be applied using ```git am```.
45
45
46
46
Patches are given readable file names extracted from your commit messages.
47
47
@@ -59,11 +59,11 @@ Patches are given readable file names extracted from your commit messages.
59
59
60
60
## Installation
61
61
62
-
```git-uncommit``` and ```git-recommit``` are stand-alone shell scripts, simply requiring Git to be installed.
62
+
<b><i>git-uncommit</i></b> and <b><i>git-recommit</i></b> are stand-alone shell scripts, simply requiring Git to be installed.
63
63
64
-
In a Unix or Linux system, you can quickly install ```git-recommit``` and ```git-uncommit``` by copying the files to ```/usr/local/bin```.
64
+
In a Unix or Linux system, you can quickly install <b><i>git-recommit</i></b> and <b><i>git-uncommit</i></b> by copying the files to ```/usr/local/bin```.
65
65
66
-
Installing ```uni2ascii``` will help ```git-uncommit``` create better filenames for patches, when your commit messages have non-ascii characters.
66
+
Installing ```uni2ascii``` will help <b><i>git-uncommit</i></b> create better filenames for patches, when your commit messages have non-ascii characters.
0 commit comments