notes

Log | Files | Refs

git.txt (169B)


      1 GIT
      2 
      3 Pretty display git log:
      4 git log --graph --pretty=format:'%h - %10n: %s' --date=short
      5 
      6 Discard/Reset uncommited changes:
      7 git reset --hard HEAD && git status --short