Skip to content

Commit

Permalink
Update git settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyonk committed Jul 27, 2017
1 parent ddfe617 commit 79bd8ae
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 15 deletions.
3 changes: 0 additions & 3 deletions git/git_template.symlink/hooks/ctags

This file was deleted.

2 changes: 0 additions & 2 deletions git/git_template.symlink/hooks/post-checkout

This file was deleted.

2 changes: 0 additions & 2 deletions git/git_template.symlink/hooks/post-commit

This file was deleted.

2 changes: 0 additions & 2 deletions git/git_template.symlink/hooks/post-merge

This file was deleted.

4 changes: 0 additions & 4 deletions git/git_template.symlink/hooks/post-rewrite

This file was deleted.

6 changes: 4 additions & 2 deletions git/gitconfig.symlink.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
co = checkout
d = diff --color-words
dlc = diff --cached HEAD^
dw = diff --color-words --word-diff -w
f = fetch
l = log --abbrev-commit --color --graph --pretty=format:"%Cred%h%Creset\\ -%C(yellow)%d%Creset\\ %s\\ %Cgreen(%cr)%C(bold\\ blue)\\ <%an>%Creset"
m = merge
Expand All @@ -20,6 +21,7 @@
subu = submodule foreach git pull origin master
wci = watch-ci
wip = "!$EDITOR $(git ls-files -m)"
who = blame

[branch]
autosetuprebase = always
Expand Down Expand Up @@ -48,13 +50,13 @@
protocol = https

[ghi]
token = GHI_TOKEN
token = !security find-internet-password -a adamyonk -s github.com -l 'ghi token' -w

[github]
user = GITHUB_USERNAME

[gpg]
program = gpg1
program = gpg

[help]
autocorrect = 1
Expand Down

0 comments on commit 79bd8ae

Please sign in to comment.