Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #diff #files #repositories
ADD COMMENT
Topic
Name
5+6 =