hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.5K
active users

Daniel Schroeder aka deadlydog

My most used alias? "git browse" to open the repo's remote URL in the web browser. Works for , , , etc. Set it up with:

git config --global alias.browse 'start `git config remote.origin.url`'

"start" only works on Windows tho.
Requires a https (not ssh) remote git URL.

The screenshot shows additional "echo" code in the .gitconfig file because I like my git aliases to display the actual code they are executing before they run it.

@deadlydog I'm using ssh mainly, but in Linux you can use xdg-open instead of start