(@encima)[https://github.com/encima]
git init- Creates a git repository locally on your machine. (this is basically a
.gitfolder with config and other things inside)
- Creates a git repository locally on your machine. (this is basically a
git remote add origin <link>- Addss the link of the remote repository (github, gitlab) etc as the origin alias