Mine is git rebase -i
, you can do almost anything with it!
Context: This is research for future posts in beyondtheloop.dev
Mine is git rebase -i
, you can do almost anything with it!
Context: This is research for future posts in beyondtheloop.dev
For further actions, you may consider blocking this person and/or reporting abuse
Tirso Andrade -
Rasheed K Mozaffar -
H A R S H H A A -
Scofield Idehen -
Top comments (8)
based on frequency, I'd say
git status
lolHahaha, that's fair :)
Any flags you like to use with that one?
I've been using it bare for the last 4 years. I didn't any usecase for its flags.
Me too :)
I just have an alias to type it faster:
alias gst=“git status “
I use the Zsh git plugin and that alias and many others are already included.
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 😅
git log
. This command is pretty versatile.I agree!
What's your favourite way to use it?