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

git-tag: add page; git-push: add example of pushing tags #367

Merged
merged 1 commit into from
Dec 19, 2015

Conversation

igorshubovych
Copy link
Collaborator

No description provided.

@@ -17,3 +17,7 @@
- Remove remote branches which don't exist locally

`git push --prune {{REMOTE-NAME}}`

- Publish tags
Copy link
Member

Choose a reason for hiding this comment

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

I suppose any push operation could be considered "publishing". I'd suggest either using the term in all the descriptions or in none, otherwise it seems as if this does something different.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is called "publish" everywhere except places where git push removes remote branch.
Could you be more specific on what you think it should be?

Copy link
Member

Choose a reason for hiding this comment

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

I meant all the examples in this page should use the same terminology to avoid confusion. So in this case, either use the "publish" term in the other examples as well, or not use it in the tags example.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I did not write "remove" examples. It was done in other PRs by others.

I just added the one related to tags. If we need to fix those examples somebody should create new PR. Again I will probably be against it, because I often google on how to remove remote branch, I always remember that it is git push, but do not remember the exact syntax.

@leostera
Copy link
Contributor

Unfortunately tags are very mutable.

http://stackoverflow.com/questions/8044583/how-can-i-move-a-tag-on-a-git-branch-to-a-different-commit

Otherwise 👍

@waldyrious
Copy link
Member

@Ostera huh, TIL. How would you describe tags equally succinctly, then?

igorshubovych added a commit that referenced this pull request Dec 19, 2015
git-tag: add page; git-push: add example of pushing tags
@igorshubovych igorshubovych merged commit b9a4f6f into tldr-pages:master Dec 19, 2015
@igorshubovych igorshubovych deleted the git-tag branch December 19, 2015 22:32
@waldyrious waldyrious added page edit Changes to an existing page(s). new command Issues requesting creation of a new page. labels Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new command Issues requesting creation of a new page. page edit Changes to an existing page(s).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants