|
|
|
|
|
by tmaly
3561 days ago
|
|
I use bitbucket right now as my version control. I was using trello to help me keep track of what I want to do, but I have found a simple TODO.txt file in my repository to be much simpler. Make sure you commit frequently, use tags, and find a good way to handle dependencies with the language you are using. I use a Makefile to build all aspects of my side project, and deployment is very straight forward on a vps I rent. |
|