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

Request for remote branch support #3

Open
blitzephyr opened this issue Mar 24, 2021 · 4 comments
Open

Request for remote branch support #3

blitzephyr opened this issue Mar 24, 2021 · 4 comments
Labels

Comments

@blitzephyr
Copy link

Hello there,

Currently, git-jump has a visibility of local branch. Can we have an option to be able to checkout remote branch from git-jump

something like git jump -r to get list of remote branch

PS. Love your idea for solving the pain for huge branch management

@mykolaharmash
Copy link
Owner

Hey. Thank you for bringing this up, great idea 👍

Will definitely add this feature. Could you describe your workflow with remote branches? Is there something you'd like to see besides listing them and searching?

@typeon
Copy link

typeon commented Mar 31, 2021

git checkout -t origin/aaa-branch => remote branch to same local branch checkout.
git jump -r -> list remote branches

@mykolaharmash
Copy link
Owner

Hey @typeon, thank you!

git jump -t origin/aaa-branch also works.
git jump -r is not implemented yet, but it's up next on my list.

@blitzephyr
Copy link
Author

blitzephyr commented Mar 31, 2021

Hi @mykolaharmash

My usual workflow is to looking for remote branch with git branch -r | grep some-branch-name.
Then I do git checkout full-branch-name.

After that branch checked out into local. I am now able to use your amazing git jump

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

No branches or pull requests

3 participants