-
Notifications
You must be signed in to change notification settings - Fork 0
/
gitconfig.symlink
executable file
·52 lines (52 loc) · 1.35 KB
/
gitconfig.symlink
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
44
45
46
47
48
49
50
51
52
[user]
name = Dimitris Aragiorgis
email = [email protected]
[branch]
autosetuprebase = always
[core]
pager = less -FRSX -j.5
editor = vim
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = auto
[merge]
tool = vimdiff
[alias]
ci = commit
co = checkout
undo = reset --soft HEAD^
count = shortlog -sn
tree = log --graph --decorate --pretty=oneline --abbrev-commit --date=relative --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset by %C(yellow)%ae%Creset'
s = status -sb
changed = diff HEAD^ --name-status
meld = difftool
f = commit --amend --no-edit
cached = diff --cached
c = checkout @{-1}
latest = for-each-ref --sort=-committerdate --format='%(color:green)[%(committerdate:relative)]%(color:reset) %(color:yellow)(%(refname:short))%(color:reset) %(subject) %(color:yellow)%(authoremail)%(color:reset)'
[diff]
tool = meld
[help]
autocorrect = 1
[credential]
helper = cache
timeout = 120000
[pull]
rebase = True
[sendemail]
envelopesender = [email protected]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = [email protected]
smtpserverport = 587
suppressfrom = true
suppresscc = all
chainreplyto = false
[dch]
author = Dimitris Aragiorgis
email = [email protected]
[gitreview]
username = dimara