DEV Community

My Favorite Git Helpers

Andrew Steele on June 08, 2017

You can find all of these aliases and functions (and then some!) on my Github here:Â https://github.com/Andrew565/dotfiles. Read on for detailed ex...
Collapse
 
samipietikainen profile image
Sami Pietikäinen

Great tips! I also like to use git-completion (shell auto-complete with git command line arguments, branches etc.) and git-prompt (show branch status in prompt when inside a git repository) when working with git.

Here's how to set them up: pagefault.blog/2017/02/16/improved...

Collapse
 
ben profile image
Ben Halpern

Great post Andrew!

Collapse
 
jandedobbeleer profile image
Jan De Dobbeleer

I'm stealing edit-unmerged. Nice 👍🏻

Collapse
 
gynidark profile image
Brandon S.

Thank you !

Collapse
 
der_gopher profile image
Alex Pliutau

What about this tool, which simplifies opening repo in browser from terminal.

github.com/plutov/o

Collapse
 
arandilopez profile image
Arandi López

grm seems so great! I will give a try

Collapse
 
maestromac profile image
Mac Siri

Time to rework my workflow. Thank you for this awesome post!