I don't precisely know how to frame this question for Google so I've come here.
I am currently doing a lot of python programming and am also using GitHub. However, my current situation has me moving around between different PCs quite often. I've started using WinPython to make my programming platform mobile.
Now I want to know if it is possible to work directly to and from a online GitHub repository without downloading or cloning the repo to my local drive?
I've seen some similar questions and have come across "CDN" and "jsDelivr". If CDNs are the way would someone mind explaining it to me simply?
Thank you all
Now I want to know if it is possible to work directly to and from a online GitHub repository without downloading or cloning the repo to my local drive?
Yes, since May 2020: GitHub Codespaces now available in limited public beta
Now available in limited public beta, GitHub Codespaces allows for fully-featured dev environments directly inside of GitHub.
With Codespaces, you have access to a containerized and customizable Visual Studio Code experience that can be configured to load your dotfiles, settings, and any extensions.
See more at Codespaces: