versioning
do i have to install something, or have an account, or some server based system available to use version control? is it built in, or i have to connect to another server or something? what is the simplest method to use version control locally, without having to install anything? does pycharm have any capbility on its own, or only through some other server .. etc .. never used these before
2 条评论
排序方式
日期
投票数
ok the descrption in help is pretty good describing local history .. thats what i need
Local history keeps track only of a limited number of changes; it's not recommended for use as the only solution for the project. The recommended approach is to install Git from http://git-scm.com/ and to create a local Git repository. PyCharm integrates nicely with Git, and you can use it locally without creating any server account.
请先登录再写评论。