Update bashrc, gitconfig, tigrc
This commit is contained in:
parent
a014f5656f
commit
21187520a8
3 changed files with 32 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
name = {{ .git_alias }}
|
||||
[pull]
|
||||
rebase = false
|
||||
[push]
|
||||
default = current
|
||||
[alias]
|
||||
a = add
|
||||
c = commit
|
||||
|
|
@ -17,3 +19,5 @@
|
|||
p = push -u origin
|
||||
pu = pull
|
||||
s = status
|
||||
[include]
|
||||
path = ~/.gitconfig_custom.inc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue