Releases: Ensembl/ensembl-git-tools
Releases · Ensembl/ensembl-git-tools
MGW Push BugFix
MGW has had a bug fix. When pushing we did not limit to a single branch. This is no longer the case
Release 1.0 of Ensembl's Git Tools
When using --merge we must rebase dev against master at the end. Because of the way the merge works dev will not be on the same commit as master which is bad for subsequent runs of the code. Anyway easily solved with a quick rebase.