Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upucm support for showing and setting the GitUrl for a given path #1269
Labels
Comments
I guess the first thing to check: Does Configurator support writing values, or just reading them? |
This was referenced Apr 27, 2020
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently have config file settings that associate a single git location to a codebase path, but no way to manage them from within
ucm
.The goal is to make it easy to push and pull when you mean to, and maybe harder to push and pull where you don't mean to.
Ideas:
pull
we could associate the supplied repo with the target path (for subsequentpush
orpull
).pr.load
, we could associate the base, head, and base repos with thebase
,head
, andmerged
paths respectively.