added auto correct for git commands

moveTools
Adam Veldhousen 2015-08-07 13:54:22 -05:00
parent 86fdf11341
commit 921628882b
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 11 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[alias] [alias]
# View abbreviated SHA, description, and history graph of the latest 20 commits # View abbreviated SHA, description, and history graph of the latest 20 commits
lo = log --oneline -n 20 --graph lo = log --oneline -n 40 --graph
l = log --oneline -n 20 --graph --show-signature l = log --oneline -n 40 --graph --show-signature
# View the current working tree status using the short format # View the current working tree status using the short format
s = status -s s = status -s
# Show the diff between the latest commit and the current state # Show the diff between the latest commit and the current state
@ -121,22 +121,31 @@
insteadOf = "gh:" insteadOf = "gh:"
pushInsteadOf = "github:" pushInsteadOf = "github:"
pushInsteadOf = "git://github.com/" pushInsteadOf = "git://github.com/"
[url "git://github.com/"] [url "git://github.com/"]
insteadOf = "github:" insteadOf = "github:"
[url "git@gist.github.com:"] [url "git@gist.github.com:"]
insteadOf = "gst:" insteadOf = "gst:"
pushInsteadOf = "gist:" pushInsteadOf = "gist:"
pushInsteadOf = "git://gist.github.com/" pushInsteadOf = "git://gist.github.com/"
[url "git://gist.github.com/"] [url "git://gist.github.com/"]
insteadOf = "gist:" insteadOf = "gist:"
[push] [push]
default = current default = current
[pull] [pull]
default = current default = current
[user] [user]
email = adam@veldhousen.ninja email = adam@veldhousen.ninja
name = Adam Veldhousen name = Adam Veldhousen
signingkey = 415C0B9C signingkey = 415C0B9C
[commit] [commit]
gpgsign = true gpgsign = true
[help]
autocorrect=20