first commit
This commit is contained in:
38
.gitconfig
Normal file
38
.gitconfig
Normal file
@@ -0,0 +1,38 @@
|
||||
[alias]
|
||||
co = checkout
|
||||
ci = commit
|
||||
st = status -s
|
||||
br = branch
|
||||
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
|
||||
type = cat-file -t
|
||||
dump = cat-file -p
|
||||
pulo = pull origin master
|
||||
puso = push origin master
|
||||
rh = reset HEAD
|
||||
map = log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[31m%an"
|
||||
|
||||
[user]
|
||||
name = Clement Desmidt
|
||||
email = clement@desmidt.fr
|
||||
|
||||
[color]
|
||||
diff = auto
|
||||
status = auto
|
||||
branch = auto
|
||||
interactive = auto
|
||||
ui = true
|
||||
pager = true
|
||||
|
||||
[color "status"]
|
||||
added = green
|
||||
changed = red bold
|
||||
untracked = magenta bold
|
||||
|
||||
[color "branch"]
|
||||
remote = yellow
|
||||
[i18n]
|
||||
commitEncoding = utf8
|
||||
logOutputEncoding = utf8
|
||||
[core]
|
||||
symlinks = false
|
||||
|
Reference in New Issue
Block a user