26
synchronizing code between multiple work spaces
(aussie.zone)
Welcome to the Python community on the programming.dev Lemmy instance!
Past
November 2023
October 2023
July 2023
August 2023
September 2023
Yes, using a remote code repository (i.e. git) - plenty of options aside from github.
Merely git pull the repository to whatever machine you want to work on and commit the changes back (rinse, repeat)
Ok perfect, thank you! I'll have to spend a bit of time learning best practice around git. Thanks for the prompt about GitHub alternatives.