Add '.gitconfig'
This commit is contained in:
23
.gitconfig
Normal file
23
.gitconfig
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
[user]
|
||||||
|
email = mgregan2@gmail.com
|
||||||
|
name = Max Regan
|
||||||
|
[color]
|
||||||
|
ui = auto
|
||||||
|
[core]
|
||||||
|
pager = less -FMRiX
|
||||||
|
excludesfile = ~/.gitignore_global
|
||||||
|
[push]
|
||||||
|
default = simple
|
||||||
|
[alias]
|
||||||
|
graph = log --graph --decorate --oneline
|
||||||
|
ca = commit --amend --no-edit
|
||||||
|
rc = rebase --continue
|
||||||
|
ra = rebase --abort
|
||||||
|
sm = submodule
|
||||||
|
s = status
|
||||||
|
d = diff
|
||||||
|
ds = diff --staged
|
||||||
|
g = log --graph --oneline --decorate
|
||||||
|
sb = branch -rv --sort=committerdate
|
||||||
|
[commit]
|
||||||
|
template = ~/.gitmessage
|
||||||
Reference in New Issue
Block a user