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

Extension: dep <library> switch <branch-name> #3

Open
currycoder opened this issue Jan 18, 2018 · 0 comments
Open

Extension: dep <library> switch <branch-name> #3

currycoder opened this issue Jan 18, 2018 · 0 comments

Comments

@currycoder
Copy link
Contributor

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:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant