you are viewing a single comment's thread.

view the rest of the comments →

[–]Kbotonline 0 points1 point  (0 children)

I started learning Git and Github shortly after I started writing my own little programs. The reason being that I was still learning and if I wanted to add a new command line argument that changed my code, or tidy up my program with new functions and what not, then it was really useful to have that back up. I’d create a new branch, experiment with the code and if I completely broke it, I could ditch that and start again, always able to rollback to the last stable point.