Archiving git branches as tags
Archiving git branches as tags
etc.octavore.com
Archiving git branches as tags
I have a spicy git alias that allows me to "archive" old git branches by converting them to tags, making them less visible across git tooling. # ~/.gitconfig [alias] archive-branch = "!f() { \ :...
