Git and GitHub Essentials
- Offered byEduonix
Git and GitHub Essentials at Eduonix Overview
Duration | 7 hours |
Total fee | ₹199 |
Mode of learning | Online |
Schedule type | Self paced |
Credential | Certificate |
Git and GitHub Essentials at Eduonix Highlights
- Comes up with 30 day money back guarantee
Git and GitHub Essentials at Eduonix Course details
- An introduction of Git and Github, including how to install Git on your Linux system.
- First steps with Git
- How to start working with remote repositories
- Understand how to work with different files
- How to revisit the history, branching and recovering from failures
- How can you customize Git to get the most out of it, including working with submodules
- A detailed introduction to Github
- How to host your own Github repository
- Understanding and working with best practices
- In this course, you will become familiar with Git and its different functions including how you can use Git as more than just a simple collaboration tool
- Using Linux as an example system and HTML as the main programming language, this course will guide you through the rough seas of Git and Github, helping you learn how you can master these brilliant technologies and use it to simplify your programming life
Git and GitHub Essentials at Eduonix Curriculum
Introduction and Installation
Intro
Introduction to Version Control
Installing Git
Git Installation from Source
GIt First Steps
The First Steps
Tracking changes in your project
Commit Best practices
Review the Changes
Working with Remote Repositories
Local and Remote Repositories
Cloning
Git Fetch
The Need for Branching
Merging Branches
Working with files
Informing Git About File Operations
Deleting files and directories
Undoing Changes
Ignoring Files
Removing ignored files
Saving your work temporarily
History revisited
What happens to your code?
Displaying Commits in Email Format
The Author and the Committer
Changes Summary
Tracking Down your Bugs
Demo
Branching
Branching Refresher
Conflicts
Versioning Your Project
Importing Part of the Branch
Undoing Commits