DEV Community

Calie Rushton
Calie Rushton

Posted on

Things I learned last week (21/24)

  1. Use git add -p instead of git add -a to view your changes in the command line. It's like a mini code review without leaving your terminal, very cool.

  2. gh repo create is a command for creating a new repository in your github, to hold your newly-initialised project. After you hit enter you need to answer a few questions and 'voila', you can see the new repo in your github!

  3. pnpm is the new npm. It's built on top of npm but is faster and more efficient.

Top comments (0)