Skip to content

Instantly share code, notes, and snippets.

@jskripsky
Created July 23, 2012 16:54
Show Gist options
  • Save jskripsky/3164692 to your computer and use it in GitHub Desktop.
Save jskripsky/3164692 to your computer and use it in GitHub Desktop.
Git aliases
[color]
ui = auto
[user]
name = Juraj Skripsky\n
email = js@hotfeet.ch
[gui]
recentrepo = /home/js/legic/csw
[giggle]
main-window-maximized = false
main-window-geometry = 1344x816+149+118
file-view-hpane-position = 293
main-window-view = FileView
file-view-vpane-position = 375
history-view-vpane-position = 231
show-graph = true
[alias]
s = status --short
d = diff -w
ds = diff -w --staged
l = log -w --decorate
la = log -w --decorate --all
lo = log -w --decorate --oneline
ls = log -w --stat --decorate
rs = remote show
a = add
b = branch
ba = branch -a
bm = branch --merged
bnm = branch --no-merged
bd = branch -d
bdd = branch -D
c = commit
ca = commit --all
cam = commit --amend
ch = checkout
bch = checkout -b
f = fetch --all
m = merge
p = push
pa = push --all
rp = remote prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment