Newer
Older
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
31
32
33
34
35
36
37
38
39
40
41
42
43
# ############################################# #
# ~/.gitconfig #
# #
# This file is managed by Ansible #
# Manual edition will be overridden #
# #
# https://lab.frogg.it/fcode/ansible/debian #
# #
# ############################################# #
[color]
diff = auto
status = auto
branch = auto
[alias]
ap = add --patch
ba = branch -av
cia = commit --amend --no-edit
ci = commit
co = checkout
diff = diff --ignore-all-space
lga = log --graph --oneline --decorate --since=10days --all
lgla = log --graph --oneline --decorate --date=short --all
lg = log --graph --oneline --decorate --since=10days
st = status
[mergetool]
keepBackup = no
keepTemporaries = no
prompt = no
[merge]
tool = meld
[url "ssh://git@github.com/"]
pushInsteadOf = https://github.com/
[url "ssh://git@gitlab.com/"]
pushInsteadOf = https://gitlab.com/
[url "ssh://git@lab.frogg.it/"]
pushInsteadOf = https://lab.frogg.it/