how to pull changes from a tag to another branch in git code example Example: git tag a previous commit git tag -a v1.2 9fceb02 -m "Message here"