Answers for "diff files in different repositories"

0

diff files in different repositories

git remote add -f b path/to/repo_b.git
git remote update
git diff master remotes/b/master
git remote rm b
# this is for two different repos
Posted by: Guest on April-27-2020

Code answers related to "diff files in different repositories"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language