git-tag
Why did my local git tag go from "hello" to "hello-1-48281"
$ git tag hello $ git describe --tags hello ... work wo开发者_JAVA百科rk ... $ git commit -m \"work stuff\"[详细]
2023-04-04 11:26 分类:问答Determine latest received git tag
I need to write an autoupdate script for our project. I have everything, except that I can\'t determine the name of the latest received tag. I tried with git describe, but it tells me the latest check[详细]
2023-03-29 02:12 分类:问答pushed git repository missing branch & tag names on gitk
I just did my first ever git push: ~/sb/ws> git push ~/gitrepo master:master Counting objects: 1360, done.[详细]
2023-03-20 16:17 分类:问答Tagging an old commit of a submodule with git
I have a git project (repo1) including a single submodule (repo2). What I would like to achieve is to tag my project using an older commit of my submodule (like HEAD - 3).[详细]
2023-03-05 22:16 分类:问答git: Is there something like per-branch tags?
I have some history rewriting to do for which I\'d like to keep my original tree intact for now. The rewritten tree should however copy the tags previously used as well. Is there any开发者_StackOverfl[详细]
2023-02-26 04:28 分类:问答Checking out Git tag leads to "detached HEAD state"
I\'m developing a deployment script for my git project and I just started using tags. I\'ve added a new tag called v2.0:[详细]
2023-02-22 14:45 分类:问答How can I delete a remote tag?
How c开发者_开发问答an I delete a Git tag that has already been pushed?You can push an \'empty\' reference to the remote tag name:[详细]
2023-02-20 20:35 分类:问答Git: distinguish between local and remote tags
If there are tags in the remote repository, I\'m usually getting them automatically when pulling. When I delete the created loca开发者_JAVA技巧l tag (git tag -d <tag-name>) and pull, the deleted[详细]
2023-02-20 18:33 分类:问答How to list all tags along with the full message in git?
I want git to list all tags along with the full annotation or commit message. Something like this is close:[详细]
2023-02-18 06:23 分类:问答robust deploy strategy with capistrano and git
What is the best way to set up a robust deploy strategy for a RoR app that allows for the following scenario?[详细]
2023-02-15 21:26 分类:问答