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
list of features,
implement push message which is --amend by default and just amends the commit message.
push message
--amend
right now, we only support one remote which is 'origin'. In addition, also support upstream URL
move hard coded branch name to json config
branch = Repo.Branches.Add("dev", commit);
In method,
private async Task Commit(bool shouldAmend = false)
The text was updated successfully, but these errors were encountered:
atiq-cs
No branches or pull requests
list of features,
implement
push message
which is--amend
by default and just amends the commit message.right now, we only support one remote which is 'origin'. In addition, also support upstream URL
move hard coded branch name to json config
In method,
The text was updated successfully, but these errors were encountered: