DEV Community

Discussion on: What's your favourite git command 🖥❓

Collapse
 
j_mplourde profile image
Jean-Michel Plourde

I've been using it bare for the last 4 years. I didn't any usecase for its flags.

Thread Thread
 
blorente profile image
Borja Lorente

Me too :)

I just have an alias to type it faster:
alias gst=“git status “

Thread Thread
 
j_mplourde profile image
Jean-Michel Plourde

I use the Zsh git plugin and that alias and many others are already included.

Thread Thread
 
blorente profile image
Borja Lorente

Oh, that's where I got it from!
I ja to move away from zsh a few years ago, and those aliases may have made it into my dotfiles then :)
I must have forgotten 😅