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

Local repository only, want git add/commit/tag but not push #65

Closed
dcd271b2 opened this issue Jul 7, 2020 · 4 comments
Closed

Local repository only, want git add/commit/tag but not push #65

dcd271b2 opened this issue Jul 7, 2020 · 4 comments

Comments

@dcd271b2
Copy link

dcd271b2 commented Jul 7, 2020

I have a local repository (no remotes) and I want to use tbump. I still want the git add/commit/tag operations but I don't want/need a push. Right now, tbump is all-or-nothing with git operations and the --only-patch option. Can there be a --local-only option or something to do everything but the push?

@dmerejkowsky
Copy link
Collaborator

dmerejkowsky commented Jul 17, 2020

Can there be a --local-only option or something to do everything but the push?

I guess so. I'd rather use an option named --no-push, which I think express the behavior more clearly

@ghost
Copy link

ghost commented Nov 12, 2020

@dcd271b2 still wants the tag, just not the push. I want neither tag nor tag push but I do want the commit. Ah, the joys of users causing trouble⸮

Just so all the information is on one page.

Yes, I am happy with a --no-tag option so I can run tbump 1.2.3 --no-tag --no-push to just get the commit.

@dmerejkowsky
Copy link
Collaborator

Cool 👍

@dmerejkowsky
Copy link
Collaborator

This was implemented in the 6.3.0 release. Let's close this

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