Update gitconfig

This commit is contained in:
Austen Adler 2018-07-04 13:49:36 -04:00
parent 1c0cd58364
commit f1d3ef2616
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,4 @@
# This file can be replaced by using the private tag
[user]
email =
name =

View File

@ -1,3 +1,5 @@
[include]
path = .conf.d/gitconfig.custom
[alias]
i = "!git br&&git st"
# coa = "!for i in $(git branch -a|cut -b3-|grep remotes|sed -e 's/remotes\///'|cut -d/ -f1 --complement|cut -d\ -f1);do git checkout $i;done"
@ -49,3 +51,5 @@
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[pager]
branch = false