Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 251 Bytes

File metadata and controls

7 lines (5 loc) · 251 Bytes

git-learning-project

Top 3 git features (for me)

  • Creating and switching to a branch in 1 line (git checkout -b ...)
  • git restore for obvious reasons
  • git Aliases because it could be fun with some custom names (but will not apply for myself)