You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#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
Most code assumes the remote name we care about is
origin
. This is usually true, but might not always be.The text was updated successfully, but these errors were encountered: