git config file
This commit is contained in:
parent
b6fa9b2536
commit
dbd7f1e8e3
1 changed files with 10 additions and 0 deletions
10
git-files/gitconfig
Normal file
10
git-files/gitconfig
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[user]
|
||||||
|
name = Haak Saxberg
|
||||||
|
email = haak.erling@gmail.com
|
||||||
|
[color]
|
||||||
|
ui = auto
|
||||||
|
[alias]
|
||||||
|
aa = add --all
|
||||||
|
dc = diff --cached
|
||||||
|
ff = merge --ff-only
|
||||||
|
fa = fetch --all
|
||||||
Loading…
Add table
Add a link
Reference in a new issue