Best easy way to start a git repository
Source of the process Link
I have tune it a bit for my needs
Steps:
- Create a Repository on Github.
- Select Clone “Clone or download” on Github, copy the link
- In a terminal make git clone “repo url”
- In Visual Studio Code, sect File -> Add Folder to Workspace ->Select the newly clone repository
- That should be all that’s required. any newly created file should be available on github after stage/commit/push.