-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
30 lines (28 loc) · 767 Bytes
/
gitconfig
File metadata and controls
30 lines (28 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[core]
# workaround this: https://github.com/ranger/ranger/issues/214 in debian
pager = less
quotepath = off
[user]
name = Simon Désaulniers
email = sim.desaulniers@gmail.com
editor = vim
[color]
ui = true
[alias]
lol = log --decorate --graph --oneline
loll = log --decorate --graph --oneline --all
st = status -s
co = checkout
cp = cherry-pick
br = branch
mernff = merge --no-ff
punff = pull --no-ff
samend = commit --amend --no-edit
whatsnew = fetch --dry-run
show = show --show-signature
diffno = diff --name-only
[log]
date = iso-local
[merge]
tool = vimdiff
# vim:filetype=gitconfig: