Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Git: Explaing checking out a tag #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Schmuh
Copy link

@Schmuh Schmuh commented Aug 20, 2020

#152

@oliverklee oliverklee changed the title [TASK]: add description in Git-Cheatsheet for checkout tag in branch … [FEATURE] Git: Explaing checking out a tag Aug 20, 2020
Copy link
Owner

@oliverklee oliverklee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In der Commit-Message sollte noch so etwas wie "Fixes #…" stehen.

@@ -148,6 +148,8 @@ Tag lokal löschen: `git tag -d <tagname>`

Tag remote von origin löschen: `git push origin :<tagname>`

Tag checkout in branch : `git checkout tags/<tagname> -b <branchname>`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hier wäre es gut, wenn du beide Varianten erklärst: die neue (switch) und die alte (checkout).

Und bei der Satzstruktur kannst du die Infinitivkonstruktion von oben kopieren, also so etwas wie "Branch von Tag erzeugen"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants