I am curious to know how solo developers out there are using Git.
Is it just for backup ? Are you using version control and how, with a gui app or directly via cli ? If you are using branches, what is your logic (features, bugfixes, ...)?
Finally some real life cases where git saved your axx ..
Trying to streamline a workflow myself, so thanks all !!
Your question should be "why you don't use git for your projects solo or team!"
Git helps you debug your app super easily.
Helps you get back your recent changes at anytime.
You will review your project in the future (when only god knows what we wrote) easily.
More why?
Checkout atlassian.com/git/tutorials/why-gi....