-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feature]: Add possibility to use other git remote than origin #37
Labels
Comments
mengdaming
added a commit
that referenced
this issue
Oct 2, 2024
mengdaming
added a commit
that referenced
this issue
Oct 2, 2024
- add checker warning when git remote name is not found - rollback adding ot SetRemoteName() to VCS interface - remove constant DefaultRemoteName from git implementation - update git.SessionSummary() so that it also provides the remote name when available
mengdaming
added a commit
that referenced
this issue
Oct 2, 2024
5 tasks
5 tasks
mengdaming
added a commit
that referenced
this issue
Oct 11, 2024
mengdaming
added a commit
that referenced
this issue
Oct 11, 2024
- add checker warning when git remote name is not found - rollback adding ot SetRemoteName() to VCS interface - remove constant DefaultRemoteName from git implementation - update git.SessionSummary() so that it also provides the remote name when available
mengdaming
added a commit
that referenced
this issue
Oct 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Contact Details
damien.menanteau@gmail.com
Feature Request
TCR currently uses
origin
git remote when processing git push/pull operations. Although it works in majority of cases asorigin
is created automatically when cloning a repository, there can be situations where it fails:origin
to something elseorigin
Feature Description
Add a new CLI parameter / configuration setting allowing to specify the name of the git remote.
If this setting is not specified, TCR will use
origin
as the default valueAlternatives
origin
properly set in order to run TCRtcr check
Additional Context
N/A
Code of Conduct
The text was updated successfully, but these errors were encountered: