Skip to content

Instantly share code, notes, and snippets.

@ichaida
Created September 14, 2016 08:30
Show Gist options
  • Save ichaida/de898c24b0fefb4b72b107609249d1d1 to your computer and use it in GitHub Desktop.
Save ichaida/de898c24b0fefb4b72b107609249d1d1 to your computer and use it in GitHub Desktop.
Keep feature branch updated
function update(){
git checkout master && git pull && git checkout - && git rebase master
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment