Joined February 2014
·

David Tran

Lost between Bits
·
·

Posted to Edit Text Like A Pro(grammer) over 1 year ago

Don't forget that :

  • ^(Left Arrow) Moves left one word
  • ^(Right Arrow) Moves right one word.
Posted to Undoing a git add over 1 year ago

@excitedubai The only issue is that it targets the repo base directory itself. The above targets one file but that's useful when you want to reset.

I'd add git reset --hard HEAD for that but cleaning is much nicer.

Achievements
128 Karma
11,882 Total ProTip Views