
git-merge-repo
List of commands for git-merge-repo:
-
git-merge-repo:tldr:2aaed git-merge-repo: Merge a repository's branch into the current repository's directory.$ git merge-repo ${path-to-repo} ${branch_name} ${path-to-directory}try on your machineexplain this command
-
git-merge-repo:tldr:42317 git-merge-repo: Merge a remote repository's branch into the current repository's directory, not preserving history.$ git merge-repo ${path-to-remote_repo} ${branch_name} .try on your machineexplain this command