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
Currently, when you want to switch a working copy's dependency libraries to a particular branch, you have to do this sort of thing:
dep gn-django checkout develop
dep gn-django pull
dep gn-django checkout <branch>
The proposal here is to shortcut this with dep <library> switch <branch-name> which does all of the above.
There could be an extended shortcut; dep switch <branch-name> which attempts this for all dependencies (assuming common branch naming for a particular feature set). If the branch is not present for a particular dependency, it is left on develop.
The text was updated successfully, but these errors were encountered:
dep <library> switch <branch-name>
Currently, when you want to switch a working copy's dependency libraries to a particular branch, you have to do this sort of thing:
The proposal here is to shortcut this with
dep <library> switch <branch-name>
which does all of the above.There could be an extended shortcut;
dep switch <branch-name>
which attempts this for all dependencies (assuming common branch naming for a particular feature set). If the branch is not present for a particular dependency, it is left ondevelop
.The text was updated successfully, but these errors were encountered: