Setting up git on Linux/ Mac
In this blog post, I am writing how you can set up git a version control system in your computer system and connect and authenticate it with GitHub. …
In this blog post, I am writing how you can set up git a version control system in your computer system and connect and authenticate it with GitHub. …
To view remote origin: To add a remote origin: or git remote add origin https://github.com/username/repo.git To remove origin destination