Git: diff двух репозиториев

Aug 26, 2016 09:36

https://rtfm.co.ua/wp-content/uploads/2013/09/git-logo.jpg Git: diff двух репозиториев
Имеется один репозиторий, WebApp в Azure:
$ git remote -v show
origin https://gituser@application.scm.azurewebsites.net:443/application.git (fetch)
origin https://gituser@application.scm.azurewebsites.net:443/application.git (push)
$ git branch
* master
И второй, в Github:
$ git remote -v show
origin git@github.com:jm-application/application.git (fetch)
origin git@github.com:jm-application/application.git (push)
$ git branch
develop
master
* release
travis_init

https://rtfm.co.ua/git-diff-dvux-repozitoriev/
Git, Github #Git, #Github

github, git

Previous post Next post
Up