-
Notifications
You must be signed in to change notification settings - Fork 535
git checkout of tag doesn't work in local area #980
Comments
@akdj Could you describe what did you do with go-git and git exactly? It seems you are trying to use some git commands on a repository you checked out with go-git, but we need to know the code you used to checkout. |
Hi @smola , Unfortunately, I didn't make a backup of this block of code... It is very similar to the example provided here indeed I copy paste |
sorry for my bad english... :) |
@akdj Thank you, we'll look into it. |
I tried the command git checkout $TAG
I notice it displayed taht it'is done. Hovewer, when I verified with command line "git describe --tags"
It show me, not the commit with tag, but the last commit pushed
The text was updated successfully, but these errors were encountered: