How to compare branches on github
I was under the impression that the '...' thingy would only work
when used from the git command line.. but github.com is no exception.
a simple way to compare branches on github:
when used from the git command line.. but github.com is no exception.
a simple way to compare branches on github:
http://github.com/<reponame>/compare/<basebranch>...<deviated branch>
Comments