-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitconfig
More file actions
26 lines (26 loc) · 790 Bytes
/
gitconfig
File metadata and controls
26 lines (26 loc) · 790 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
[user]
name = Seajure Swarm
email = seajure@pobox.com
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[push]
default = tracking
[diff "clojure"]
xfuncname = "^\\(.*"
[alias]
st = status
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
l = log --no-merges
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
lc = log ORIG_HEAD.. --stat --no-merges
lol = log --graph --decorate --pretty=oneline --abrev-commit
lola = log --graph --decorate --pretty=oneline --abrev-commit --all
ll = log --graph --date=short
co = checkout
c = commit -v
cim = !git commit -m "${1}"
pull = pull --ff-only
amend = commit --amend