Skip to content

Instantly share code, notes, and snippets.

@sergixnet
Forked from vijedi/fetch_git_changes.sh
Created August 13, 2013 16:03
Show Gist options
  • Save sergixnet/6222712 to your computer and use it in GitHub Desktop.
Save sergixnet/6222712 to your computer and use it in GitHub Desktop.
git remote add <remote_name> </path/to/existing/repo>
git fetch <remote_name>
git merge <remote_name>/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment