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

pushing a tag to a target branch fail #1854

Open
miton18 opened this issue Jan 19, 2024 · 1 comment
Open

pushing a tag to a target branch fail #1854

miton18 opened this issue Jan 19, 2024 · 1 comment

Comments

@miton18
Copy link

miton18 commented Jan 19, 2024

Using NodeJS

doing a `.push()``

with:

dir: '.',
http: {
default: { request: [AsyncFunction: request] },
request: [AsyncFunction: request]
},
onAuth: [AsyncFunction: onAuth],
url: 'https://git.fs.o/app_fcdbc590-c6d1-41c1-bc22-7b06d0ea76e5.git',
ref: 'refs/tags/tata',
remoteRef: 'master',
force: false

did not works with

Push rejected because tag already exists. Use "force: true" to override.

because isomophic-git compare the local "master" with the remote "master" instead of the local "tag"

@jcubic
Copy link
Contributor

jcubic commented Jan 19, 2024

Do you want to contribute and fix the issue? This project is community-driven because it doesn't have the main author who left the project. So any bug fixes and features are added by individual contributors like you.

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