feat(git): add managed gitconfig
This commit is contained in:
parent
3e3a5e4883
commit
ed3c1599c5
17
git/gitconfig
Normal file
17
git/gitconfig
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[user]
|
||||
name = Bradan J. Wolbeck
|
||||
email = bwolbeck@compaqdisc.com
|
||||
[init]
|
||||
defaultBranch = devel
|
||||
[alias]
|
||||
st = status --short
|
||||
co = checkout
|
||||
br = branch
|
||||
ci = commit
|
||||
lo = log --oneline --graph --decorate --all
|
||||
[pull]
|
||||
ff = only
|
||||
[fetch]
|
||||
prune = true
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
|
@ -38,3 +38,4 @@ link_file() {
|
|||
}
|
||||
|
||||
link_file "$DOTFILES/bash/bashrc" "$HOME/.bashrc"
|
||||
link_file "$DOTFILES/git/gitconfig" "$HOME/.gitconfig"
|
||||
|
|
|
|||
Loading…
Reference in a new issue