Created
May 30, 2024 02:43
-
-
Save SKumarSpace/df2e6b0c206816c5800f9e54d0bc5e04 to your computer and use it in GitHub Desktop.
Merge Git Repo - Subfolder
This file contains 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 {name} https://[email protected]/org/repo_name/_git/repo_name | |
git fetch {name} | |
git subtree add --prefix=my_folder-name {name} master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment