💾 Archived View for bbs.geminispace.org › u › StanStani › 3094 captured on 2023-12-28 at 16:34:57. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-14)
-=-=-=-=-=-=-
Re: "Anybody have useful git aliases they would like to share?..."
Hmm, I don't know if it counts but I have a hook that runs yarn every time I merge from main.
Jul 13 · 6 months ago
Anybody have useful git aliases they would like to share? One that really helps me that I've defined is `co = !git checkout "$(git branch -a | fzf)"`. This lets me type `git co`, pick a branch interactively from the list, which then checks out that branch. (I know if I properly set up shell completions I'd get suggested branch names by hitting tab, but the fuzzy search behavior from fzf is really nice.)
💬 bjnaved · 3 comments · 2 likes · Jul 13 · 6 months ago · #git