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
I keep my castle repos on a private server, so every time I use homesick generate I have to go in and use git remote set-url origin to point the checkout to the correct URI.
This should be overridable by envariable, or, better yet, a config file -- such as ~/.homesick/config or $XDG_CONFIG_HOME/homesick/config. The latter approach would allow setting defaults for other commands, similar to .gitconfig.
The text was updated successfully, but these errors were encountered:
I keep my castle repos on a private server, so every time I use
homesick generate
I have to go in and usegit remote set-url origin
to point the checkout to the correct URI.This should be overridable by envariable, or, better yet, a config file -- such as
~/.homesick/config
or$XDG_CONFIG_HOME/homesick/config
. The latter approach would allow setting defaults for other commands, similar to.gitconfig
.The text was updated successfully, but these errors were encountered: