Skip to content

Instantly share code, notes, and snippets.

@Mark24Code
Created April 27, 2017 07:59
Show Gist options
  • Save Mark24Code/71ad89622a3f7a928ca585b2ecbdc0d4 to your computer and use it in GitHub Desktop.
Save Mark24Code/71ad89622a3f7a928ca585b2ecbdc0d4 to your computer and use it in GitHub Desktop.
git command
git remote add <remote_name> https://github.com/ss/ss.git
git fetch <remote_name>
git branch <local_branch>
git merge <remote_name>/master --allow-unrelated-histories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment