7 <git> commands every coder should know π€·ββοΈ
May 7, 2023 Β· 8 min read Β· 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...
Join discussion


