Git Going Fast: One Hour Git Crash Course
- Offered byUDEMY
Git Going Fast: One Hour Git Crash Course at UDEMY Overview
Duration | 2 hours |
Total fee | ₹1,280 |
Mode of learning | Online |
Credential | Certificate |
Git Going Fast: One Hour Git Crash Course at UDEMY Highlights
- Earn Certificate of completion
- 30-Day Money-Back Guarantee
- Presentations provide audio/video training of conceptual ideas
- Screencasts provide a video of the instructor's
- Several attachments throughout the course provide supplemental information
Git Going Fast: One Hour Git Crash Course at UDEMY Course details
- For Software engineers, developers, and programmers new to Git
- Learn the key concepts of the Git source control system
- Create and use a remote repository on GitHub
- Configure SSH for authentication
- Step through the entire basic Git workflow
- This course is designed to cut academic theory to just the key concepts and focus on basics tasks in Git in order to be productive quickly.
- Students can expect to learn the minimum needed to start using Git in less than an hour.
Git Going Fast: One Hour Git Crash Course at UDEMY Curriculum
Setup and configuration
Provides step-by-step instructions on how to setup Git for Windows and Mac OS X,
How to use Git's help command, and how to setup the minimum required configuration to start using Git.
Working with Git Locally
We walk through all the commands needed to start a new project managed by Git (or enable Git for an existing project) all the way through making commits, including common file operations like moving and deleting files.
We also cover how to exclude the wrong files from accidentally being committed and how to review your repository's history.
Going Remote
Covers publishing the locally created repository (previous section) on GitHub
Starting off by setting up SSH authentication, creating the remote version of our repository, linking the local repository with the remote version on GitHub, and finally sending our changes up to remote repository.