Loading Course Schedule...
PT27559
Training Summary
At the end of this course, students will be able to:
- Define Git, and specify reasons for learning to use it
- Explain the difference(s) between Git and GitHub
- Define what a Git Repository is
- Describe the three conceptual areas of a Git Repository
- List the steps in a basic Git Workflow
- Use the vim editor to create/modify text files
- Issue the following Git commands in a live git environment
- git init
- git configure user-name/email
- git add
- git commit
- git log
- Create a .gitignore file – and describe its purpose
Prerequisites
There are no prerequisites for this course.
Duration
3 Days/Lecture & Lab
Audience
This course is designed for TSO/ISPF Developers.
Course Topics
- Overview of Git – Initial Git terms, vocabulary, syntax
- Comparing, working with and committing files
- Remote Git Repositories
- Branches, Positioning and HEAD