Git Etiquette Reminder:
```
[alias]
down = pull --rebase
onup = push
```
Now you too can join the James Brown school of git:
`git down && git onup`