7 <git> commands every coder should know π€·ββοΈ
init π€
When you use the git init command, you're telling Git to set up a new place to save all the changes you make to your project. This special place is called a "repository".
When you run git init, Git will create a new folder called ".git" insid...
navjotsingh.hashnode.dev8 min read