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.

12th Aug 2017, 2:19 AM
Christina
Christina - avatar
1 Réponse
+ 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.
12th Aug 2017, 2:41 AM
Calviղ
Calviղ - avatar