diff options
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gitconfig b/gitconfig deleted file mode 100644 index 7c21d74..0000000 --- a/gitconfig +++ /dev/null @@ -1,25 +0,0 @@ -[user] - email = alan@alanpearce.co.uk - name = Alan Pearce -[color] - branch = auto - diff = auto - status = auto - ui = true -[push] - default = current -[alias] - st = status -sb - ci = commit - br = branch - co = checkout - ready = rebase -i @{u} - lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' - standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author alan - ignored = ls-files --others -i --exclude-standard -[github] - user = alan@alanpearce.co.uk -[diff] - algorithm = patience -[core] - excludesfile = ~/.gitignore |