Skip to content

Instantly share code, notes, and snippets.

View luk355's full-sized avatar

Lukas Behal luk355

View GitHub Profile
@luk355
luk355 / custom.mercurial.ini
Last active October 3, 2017 01:01
Mercurial aliases
[alias]
b = branches
pu = pull -u
pb = push -b .
pbn = push -b . --new-branch
l = log -Gl8
s = status -C
c = commit -m
out = vdiff -r "p1(first(outgoing()))" -r "last(outgoing())"
a = addremove -s 100