The organization I am working for decided to keep merged branches for history purposes in the repository. The repository has 900+ tracked merged branches and this brings its performance down. Is there a way to un-track or archive these branches?
-
2Does this answer your question? How do you stop tracking a remote branch in Git?Akram Berkawy– Akram Berkawy2021-01-18 15:29:11 +00:00Commented Jan 18, 2021 at 15:29
-
Kind of. I haven't tried that yet, but it seems that I would have to go into each of the 900+ branches and issue that command, correct?gtludwig– gtludwig2021-01-18 15:32:39 +00:00Commented Jan 18, 2021 at 15:32
Add a comment
|