Skip to content

Commit

Permalink
Added some aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stewart committed Aug 23, 2012
1 parent 6156d17 commit fb361e0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions git/gitconfig.symlink
Expand Up @@ -42,6 +42,7 @@
[alias]
# add
a = add
aa = add --all

# branch
b = branch -v
Expand All @@ -68,6 +69,7 @@
# fetch
fo = fetch origin
fu = fetch upstream
fa = fetch --all

# log
log = log --decorate --graph --date=short
Expand All @@ -77,12 +79,17 @@
changelog = log --pretty=format:\" * %s\"
shortnocolor = log --pretty=format:\"%h %cr %cn %s\"

# fast-forward
ff = merge --ff-only
pullff = pull --ff-only

# pull
pl = pull

# push
ps = push
po = push origin
pom = push origin master

# rebase
rc = rebase --continue
Expand Down Expand Up @@ -110,5 +117,3 @@

# tag
t = tag -n

ff = merge --ff-only

0 comments on commit fb361e0

Please sign in to comment.