We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 chain push should set upstream (remote) automatically if one does not exist. This is more smarter than bailing out naively:
git chain push
git-chain/src/main.rs
Lines 340 to 347 in f51494c
Do not do this for git chain push --force since it's a dangerous operation.
git chain push --force
Bonus: if git chain push --force fails, then suggest that the user run git chain push if upstream (remote) branches are detected to not be set.
Starting points:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
git chain push
should set upstream (remote) automatically if one does not exist. This is more smarter than bailing out naively:git-chain/src/main.rs
Lines 340 to 347 in f51494c
Do not do this for
git chain push --force
since it's a dangerous operation.Bonus: if
git chain push --force
fails, then suggest that the user rungit chain push
if upstream (remote) branches are detected to not be set.Starting points:
The text was updated successfully, but these errors were encountered: