CheatSheet for GitHub - Git Notes
Repositories:
There are remote repos and local repos.
Remote are the ones hosted on the server and everyone has access.
Local is the one present in the system.
Setup a local git repo
To create a local repo. create a folder and move into it.
...
mallikarjun.hashnode.dev6 min read