DEV Community

Discussion on: How I Use Git

Collapse
 
plutov profile image
Alex Pliutau

I recently came up with this tool, which simplifies opening repo in browser from terminal.

github.com/plutov/o

Collapse
 
dmerejkowsky profile image
Dimitri Merejkowsky • Edited

<tiny rant>

I dislike very much project names consisting in just one letter. It makes finding information about them much harder than necessary.

Note for instance how in my gitconfig, I have a long and descriptive name for git-rebase-n-commits, and a nice short alias r that only makes sense to me.

Thus aliases and features are nicely decoupled.

</tiny rant>