-
Notifications
You must be signed in to change notification settings - Fork 587
Closed
Description
The release tag points to this commit: 935f42c
...which doesn't exist on master, and returns the message: "This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository."
Also seeing this:
~/projects/terraform-google-cloud-storage$ git pull origin master
From github.com:kpeder/terraform-google-cloud-storage
* branch master -> FETCH_HEAD
Already up to date.
~/projects/terraform-google-cloud-storage$ git pull origin --tag
Already up to date.
~/projects/terraform-google-cloud-storage$ git checkout v1.7.2
Note: switching to 'v1.7.2'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 935f42c fix: Fix deprecation of is_live lifecycle rule (#91)
...I have been using the branch as a reference in the meantime.
Metadata
Metadata
Assignees
Labels
No labels