=> Re: "Anybody have useful git aliases they would like to share?..." | In: s/Linux
Hmm, I don't know if it counts but I have a hook that runs yarn every time I merge from main.
=> 馃殌 StanStani
2023-07-13 路 2 years ago
=> 馃寬 s/Linux
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 路 2023-07-13 路 2 years ago 路 #git This content has been proxied by September (ba2dc).Proxy Information
text/gemini; charset=utf-8