Introduction
Overview
()
About me
()
1. Git Version Control: Fundamentals
Version control overview
()
Install a local instance of Git
()
Configure PyCharm for Git
()
2. Git Version Control: GitHub.com
Create a GitHub account
()
Add scripts to a remote GitHub repo
()
Clone an existing repo to local disk
()
Save script changes to a remote repo
()
3. Git Version Control: Microsoft Team Foundation Server
New TFS interface
()
Create a Team Foundation Server (TFS) account
()
Configure PyCharm for TFS
()
Add scripts to a remote TFS repo
()
Clone an existing TFS repo to disk
()
Save script changes to a remote repo
()
4. Git: Advanced Techniques
Branching and merging overview
()
Branch and merge basics
()
Handling merge conflicts
()
5. Jenkins Continuous Testing
Jenkins overview
()
Installation steps overview
()
Jenkins web app installation
()
Overview of configuration options
()
Create, update, and copy a job
()
Run a job and view results
()
Configure job-level permissions
()
Set up a master-slave configuration
()