Skip to main content
deleted 2 characters in body
Source Link
Pedro Delfino
  • 1.8k
  • 7
  • 24

When I am working on the Command Line Interface, I can do:

$ git branch 

Then, I can see all the local branches that I have created. On Magit, If I do b l (check out local branch), there is a prompt to answer. With the auto-complete, I can find all the local branches I created.

However, when I press tab to see the suggestions, Magit lists absolutely all branches, the ones I created locally and the ones pulled from the upstream remote repository.

Is there a way to limit the auto-complete ofsuggestions for the branch checkout only to the branches I have created?

When I am working on the Command Line Interface, I can do:

$ git branch 

Then, I can see all the local branches that I have created. On Magit, If I do b l (check out local branch), there is a prompt to answer. With the auto-complete, I can find all the local branches I created.

However, when I press tab to see the suggestions, Magit lists absolutely all branches, the ones I created locally and the ones pulled from the upstream remote repository.

Is there a way to limit the auto-complete of the branch checkout only to the branches I have created?

When I am working on the Command Line Interface, I can do:

$ git branch 

Then, I can see all the local branches that I have created. On Magit, If I do b l (check out local branch), there is a prompt to answer. With the auto-complete, I can find all the local branches I created.

However, when I press tab to see the suggestions, Magit lists absolutely all branches, the ones I created locally and the ones pulled from the upstream remote repository.

Is there a way to limit the suggestions for the branch checkout only to the branches I have created?

added 16 characters in body
Source Link
Pedro Delfino
  • 1.8k
  • 7
  • 24

When I am working on the Command Line Interface, I can do:

$ git branch 

Then, I can see all the local branches that I have created. On Magit, If I do b l (check out local branch), there is a prompt to answer. With the auto-complete, I can find all the local branches I created.

However, when I press tab to see the suggestions, Magit lists absolutely all branches, the ones I created locally and the ones pulled from the upstream remote repository.

Is there a way to limit the auto-complete of the branch checkout only to the branches I have created?

When I am working on the Command Line Interface, I can do:

$ git branch 

Then, I can see all the local branches that I have created. On Magit, If I do b l (check out local branch), there is a prompt to answer. With the auto-complete, I can find all the local branches I created.

However, when I press tab to see the suggestions, Magit lists absolutely all branches, the ones I created locally and the ones pulled from the repository.

Is there a way to limit the auto-complete of the branch checkout only to the branches I have created?

When I am working on the Command Line Interface, I can do:

$ git branch 

Then, I can see all the local branches that I have created. On Magit, If I do b l (check out local branch), there is a prompt to answer. With the auto-complete, I can find all the local branches I created.

However, when I press tab to see the suggestions, Magit lists absolutely all branches, the ones I created locally and the ones pulled from the upstream remote repository.

Is there a way to limit the auto-complete of the branch checkout only to the branches I have created?

Source Link
Pedro Delfino
  • 1.8k
  • 7
  • 24

How to see only the local branches created by me on Magit?

When I am working on the Command Line Interface, I can do:

$ git branch 

Then, I can see all the local branches that I have created. On Magit, If I do b l (check out local branch), there is a prompt to answer. With the auto-complete, I can find all the local branches I created.

However, when I press tab to see the suggestions, Magit lists absolutely all branches, the ones I created locally and the ones pulled from the repository.

Is there a way to limit the auto-complete of the branch checkout only to the branches I have created?