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

Add support for remotes other than origin #9

Closed
twavv opened this issue Apr 22, 2022 · 0 comments
Closed

Add support for remotes other than origin #9

twavv opened this issue Apr 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@twavv
Copy link
Contributor

twavv commented Apr 22, 2022

Most code assumes the remote name we care about is origin. This is usually true, but might not always be.

@twavv twavv added the enhancement New feature or request label Apr 22, 2022
mikecbrant pushed a commit to mikecbrant/av that referenced this issue Dec 17, 2022
Addressed aviator-co#9
- support ad hoc remote names
- support multi-remote configurations
- determines default remote as origin or first listed remote
- add new SplitLines string utility
- update deprecated ioutil import references
- update dependencies
aviator-app bot pushed a commit that referenced this issue Jun 17, 2024
#9

Now `av` supports only remote `origin` but I sometimes set multiple remotes and set a name something other than `origin`

To support it, I added `remote` and updated to use it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants