Initial commit
This commit is contained in:
commit
c7497d689a
31 changed files with 2149 additions and 0 deletions
21
.gitconfig
Normal file
21
.gitconfig
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[color]
|
||||
diff = auto
|
||||
status = auto
|
||||
branch = auto
|
||||
[user]
|
||||
name = Némunaire
|
||||
email = nemunaire@pomail.fr
|
||||
[alias]
|
||||
a = add
|
||||
c = commit -a
|
||||
k = checkout
|
||||
ci = commit
|
||||
ca = commit --amend
|
||||
co = checkout
|
||||
st = status
|
||||
br = branch
|
||||
graph = log --graph --oneline --branches --all
|
||||
[core]
|
||||
editor = emacs -nw
|
||||
excludesfile = ~/.gitignore
|
||||
autocrlf = input
|
||||
Loading…
Add table
Add a link
Reference in a new issue