Skip to content

Instantly share code, notes, and snippets.

@RIAstar
Created June 12, 2013 15:28
Show Gist options
  • Save RIAstar/5766317 to your computer and use it in GitHub Desktop.
Save RIAstar/5766317 to your computer and use it in GitHub Desktop.
[git] Merge a single file
#merge 'file' from branch 'develop' into branch 'feature'
git checkout feature
git checkout develop file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment