s
Sergio Candela Ramírez(senorpotato)

Process to save different version while you are working on a project

Well, I believe the title is quite clear. I would like to know the whole process that you use for saving different versions of the project, more or less, or maybe some notes about that? I think it could be very useful. Thanks!!
  • Nathan Lovato replied

    For the course, we make the final demo first, then rebuild a custom code history with git. It's not easy unless you already know how to use git well.

    If you want to save the history of your project as you go, you'll want to learn a version control system. Git is the most widely used in open source projects, as it's designed to collaborate with large remote teams on complex projects. Here is a great guide: https://www.atlassian.com/git

    2 loves