pygitup

A nicer, more intuitive alternative to 'git pull'

brewmacoslinux
Try with needOr install directly
Source

About

Nicer 'git pull'

Commands

git-up

Examples

Update current branch with remote changes, rebasing local commits$ git up
Update all branches with their remote tracking branches$ git up --all
Show what would be updated without making changes$ git up --dry-run