Git | Basic

Here’s a quick list of commands to know if you’re starting with Git. ⌨ Set email ➡️ git config global user.email ⌨ Set name ➡️ git config global user.name ⌨ Setup your own local repo...
0 Read More