Hi, OK, thanks to Tobias, I got the command to create a git tag. $ git tag v3.11.0 <3.11.0-establishing commit> But how can I make the 'stable' branch fully equal to the 'master' branch in one shot? I want to achieve: master -> stable -> 3.11.0 tag. -- Benoît Minisini