Advanced Search
Search Results
2 total results found
Merging 2 Project with Git Subtree
Notion Knowledge Bank Migration
Create folder to house / place the subtree project onto Do Git Subtree Add git subtree add --prefix <relative_path_to_subrpoject> <remote_git_url> <remote_branch_name_target> If you want to update package from subtree, do Git Subtree Pull git subtree pu...
Extracting From Project using Git Subtree
Notion Knowledge Bank Migration
In order to be extractable, your package need to be in one separate folder. Create your repo on gitlab Open Git Bash for windows, and go to project directory example: cd /c/Aswin\ Data/Gitlab/Research/sample-project/ Do Git Subtree Split git subtree s...