diff options
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -9,7 +9,7 @@ | |||
| 9 | git stash apply stash@{1} && \ | 9 | git stash apply stash@{1} && \ |
| 10 | git stash show -p | git apply -R && \ | 10 | git stash show -p | git apply -R && \ |
| 11 | git stash drop stash@{1} | 11 | git stash drop stash@{1} |
| 12 | swapprotocol = !swap-protocol.sh | 12 | swapprotocol = !swap-protocol.bash |
| 13 | 13 | ||
| 14 | [core] | 14 | [core] |
| 15 | pager = tig | 15 | pager = tig |