Skip to content

Commit

Permalink
Altered reference to .gitidentity
Browse files Browse the repository at this point in the history
  • Loading branch information
corriander committed Dec 2, 2013
1 parent 0a56500 commit 26f13d2
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[include]
path = ~/.gitidentity
path = ~/.private/gitidentity

[core]
autocrlf = input
safecrlf = true
excludesfile = ~/.gitignore
autocrlf = input
safecrlf = true
excludesfile = ~/.gitignore
[alias]
go = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
rewind-commit = reset --soft HEAD~1
rewind-index = reset --mixed HEAD~1
rewind-files = reset --hard HEAD~1
go = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
rewind-commit = reset --soft HEAD~1
rewind-index = reset --mixed HEAD~1
rewind-files = reset --hard HEAD~1
[filter "tabspace"]
smudge = unexpand --tabs=4 --first-only
clean = expand --tabs=4 --initial
smudge = unexpand --tabs=4 --first-only
clean = expand --tabs=4 --initial

0 comments on commit 26f13d2

Please sign in to comment.