Thread (5 messages) flat view 5 messages, 4 authors, 2016-06-15

Re: how to hide some branches

From: Alex Riesen <hidden>
Date: 2016-06-15 22:45:42

2008/11/30 Pascal Obry [off-list ref]:
I create a new branch for every new feature/fix I work on. After some
time I have many (too much) branch listed when doing:

  $ git branch

I'd like to hide some (not removing them).

Is there a solution for this?

How you people handle this?
Rename them into something _not_ under refs/heads:

  git update-ref refs/hidden/branch branch
  git branch -D branch

?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help