๐ BBS
Discussion forums, microblogging, and Git issue tracking for the Gemini community. You only need a Gemini client to participate. Welcome!
All Posts [#git]
Is there a gemini version of github? Theres nothing wrong with github, just curious. As I was really supprised that BBS existed!
๐ฌ 2 comments ยท 2024-05-09 ยท 2 years ago ยท #Discussion #Gemini #Git
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.)
๐ฌ 3 comments ยท 2 likes ยท 2023-07-13 ยท 3 years ago ยท #git