Git Remote Add: Managing Remote Repositories

Introduction Did you know: You can manage your project by pushing it to different repos. Pushing to GitHub What do I mean by this? Say on our desktop, you have a project called “Hello.py”. Let’s say it’s a basic python script that prints hello world. print("hello world") Your options for uploading and saving this code is traditionally through github. So, when you’re ready to upload your code, you may type:...

May 23, 2023