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 #57

Closed
lepture opened this issue Dec 3, 2012 · 5 comments
Closed

git tag #57

lepture opened this issue Dec 3, 2012 · 5 comments

Comments

@lepture
Copy link

lepture commented Dec 3, 2012

where is tag v1.3.4 and v1.3.5?

please tag it.

@lepture
Copy link
Author

lepture commented Dec 3, 2012

tag v1.3.4 at 95c3cc5

tag v1.3.5 at b12b5a7

@marcuswestin
Copy link
Owner

Thanks Hsuaoming!

How does tags and pull requests work? Can a contributor create a tag and push them upstream? Would love a helping hand to fix this :)

-- while mobile

On Dec 3, 2012, at 12:48 AM, Hsiaoming Yang notifications@github.com wrote:

tag v1.3.4 at 95c3cc5

tag v1.3.5 at b12b5a7


Reply to this email directly or view it on GitHub.

@lepture
Copy link
Author

lepture commented Dec 4, 2012

@marcuswestin I don't think one can pull request a git tag. But a collaborator can create a tag and push them.

Here is the steps:

git checkout 95c3cc5
git tag v1.3.4
git push origin v1.3.4

git checkout b12b5a7
git tag v1.3.5
git push origin v1.3.5

git checkout master

@marcuswestin
Copy link
Owner

Thanks a bunch @lepture! I just tagged and pushed. And added you to contributors :)

Really appreciate it!

Cheers,
Marcus

@lepture
Copy link
Author

lepture commented Dec 10, 2012

Great to here that, many thanks.

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

No branches or pull requests

2 participants