0
Is there a way to sort codes into folders?
I have a lot of practice codes from lessons, and I'm looking for a way to stay organized.
1 Respuesta
+ 3
I use Bitbucket.
Whenever I start a new coding project, I would create a new repo.
While the dev is going on, I would keep pushing it to master as backup.
Once the project is completed, I would have a complete backup of my project on that repo, together with all the beta versions.
Git branching would allow you to create branches of the project as well.