diff options
author | typebrook <typebrook@gmail.com> | 2018-10-27 19:31:42 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2018-10-27 19:31:42 +0800 |
commit | 04645b403e94b5454b719a72e768a7ddf7318213 (patch) | |
tree | 88ec049da16c1c853d4dffb65c93f33e0b3d687d /gitconfig | |
parent | 136e21a5a1655a9450f434e9953b6f2995b6a2bb (diff) |
update
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..edd6c82 --- /dev/null +++ b/gitconfig | |||
@@ -0,0 +1,5 @@ | |||
1 | [user] | ||
2 | email = typebrook@gmail.com | ||
3 | name = typebrook | ||
4 | [alias] | ||
5 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" | ||