git-tag
Why should I care about lightweight vs. annotated tags?
I switched from Subversion to Git as my day-to-day VCS last year and am still trying to grasp the finer points of \"Git-think\".[详细]
2023-02-10 12:39 分类:问答Switch to another Git tag
How do I check out version version/tag 1.1.4 of the rspec bundle? cd ~/Library/Application\\ 开发者_JS百科Support/TextMate/Bundles/[详细]
2023-01-28 22:42 分类:问答Automatically run Git hook when creating a Git tag
Is there a Git hook which can be executed when a new Git tag is adde开发者_如何学Cd? Because I want to automatically write new Git tag names into a textfile. Do you have a clue on how to do this?While[详细]
2023-01-27 07:19 分类:问答How do I read tagger information from a GIT tag?
So far I have: git rev-parse <tagname> | xargs git cat-file -p but this isn\'t the easiest thing to parse. I was hoping for something similar to git-log\'s --pretty opti开发者_开发技巧on so I c[详细]
2023-01-24 23:24 分类:问答How do you push a Git tag to a branch using a refspec?
I want to force push, for example, my tag 1.0.0 to my remote master branch. I\'m now doing the following:[详细]
2023-01-22 23:57 分类:问答Add git tags based on commit time
Is there any way to tag a git repository based on the commit time? For example, if I have the release time, I want to tag all the repositories used in the release as of the release time. The main iss[详细]
2023-01-13 00:34 分类:问答Do git tags get pushed as well?
Since I created my repository it appears that the tags I have been creating are not pushed to the repository. When I do git tag on the[详细]
2023-01-02 07:29 分类:问答How to tell which commit a tag points to in Git?
I have a bunch of unannotated tags in the repository and I want to work out which commit they point to. Is there a command that that will just list the tags and their commit SHAs? Checking out the tag[详细]
2022-12-13 22:04 分类:问答Remove local git tags that are no longer on the remote repository
We use tags in git as part of our deployment proce开发者_JS百科ss.From time to time, we want to clean up these tags by removing them from our remote repository.[详细]
2022-12-13 00:22 分类:问答
加载中,请稍侯......