简体   繁体   中英

How do you go back to previous version of your project or create back up save in pycharm?

I want to make some major changes to my code, but these changes could break the whole thing so I want a save or something I could revert to in pycharm. Is there some way making something like that, especially for a huge project with many files.

Have you considered using git? It's used for something called source control, which allows you to manage multiple versions of your files. You can even create branches which allow you to try out a change in one version and if you end up liking it, you can merge it with your other versions. https://git-scm.com/ Github is a great way to store your versions in the cloud in case your computer gets destroyed. https://github.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM