I've just looked up the command for tagging - it seems to begit tag -a v2.6.44 -m "Tagged for release" Does that look correct?
Yes, it's correct. Then you can push it: git push origin v2.6.44
I've just looked up the command for tagging - it seems to begit tag -a v2.6.44 -m "Tagged for release" Does that look correct?
Yes, it's correct. Then you can push it: git push origin v2.6.44