Skip to content

Releases: Ensembl/ensembl-git-tools

MGW Push BugFix

07 Jan 16:34

Choose a tag to compare

MGW Push BugFix Pre-release
Pre-release

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

05 Jan 11:43

Choose a tag to compare

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.