-
-
Save Mark24Code/71ad89622a3f7a928ca585b2ecbdc0d4 to your computer and use it in GitHub Desktop.
git command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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