Skip to content

Commit

Permalink
Merge pull request #45 from zenorocha/master-upstream
Browse files Browse the repository at this point in the history
Add aliases to set git remote urls
  • Loading branch information
eduardolundgren committed Aug 7, 2014
2 parents 01042b4 + 3c896e9 commit c17c4ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@
psum = push upstream master
psug = push upstream gh-pages

# Remote
ra = remote add
rao = remote add origin
rau = remote add upstream
rs = remote set-url
rso = remote set-url origin
rsu = remote set-url upstream

# Logs
l = log --pretty=oneline --decorate --abbrev-commit --max-count=15
ll = log --graph --pretty=format:'%Cred%h%Creset %an: %s %Creset%Cgreen(%cr)%Creset' --abbrev-commit --date=relative
Expand Down

0 comments on commit c17c4ca

Please sign in to comment.