aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 1b728c4..c9799e7 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,6 +1,7 @@
1[user] 1[user]
2 email = typebrook@gmail.com 2 email = typebrook@gmail.com
3 name = typebrook 3 name = typebrook
4
4[alias] 5[alias]
5 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" 6 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2"
6 stashstaged = !git stash --keep-index && \ 7 stashstaged = !git stash --keep-index && \
@@ -8,7 +9,9 @@
8 git stash apply stash@{1} && \ 9 git stash apply stash@{1} && \
9 git stash show -p | git apply -R && \ 10 git stash show -p | git apply -R && \
10 git stash drop stash@{1} 11 git stash drop stash@{1}
12
11[core] 13[core]
12 pager = 14 pager =
15
13[color] 16[color]
14 ui = off 17 ui = off