Use
git add -p
instead ofgit add -a
to view your changes in the command line. It's like a mini code review without leaving your terminal, very cool.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!pnpm
is the newnpm
. It's built on top ofnpm
but is faster and more efficient.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)