auser /.bashrc

# Functions
function gup {  
  git fetch && git rebase origin/$(git branch | grep '^\*' | cut -d\  -f2)
}