Book Image

Mastering PyCharm

By : Nafiul Islam
Book Image

Mastering PyCharm

By: Nafiul Islam

Overview of this book

Table of Contents (18 chapters)
Mastering PyCharm
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Initializing version control


PyCharm supports different version control systems. In the following examples, we will be using a Git repo to elaborate on different features since it's the modus operandi of most development. As most of what we cover in this chapter is VCS agnostic, this will not matter; however, each tool has its own submenu in PyCharm, which we will go over. After we've created our project, we can initialize VCS right away:

This will give us a popup of all the types of repositories that we can initiate: