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
AFAICT, there is no git_remote_set_head operation. Could this be added?
git_remote_set_head
It would be nice for those that are renaming branches and need to update the HEAD.
HEAD
For example to avoid code like this:
system2("git", "remote set-head origin devel")
gert could provide:
gert
gert::git_remote_set_head("origin", "devel")
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AFAICT, there is no
git_remote_set_head
operation. Could this be added?It would be nice for those that are renaming branches and need to update the
HEAD
.For example to avoid code like this:
gert
could provide:Thanks!
The text was updated successfully, but these errors were encountered: