GIT and GitHub
In this course, we will learn about the GIT and GitHub, click on any card topic of your choice and start learning.
Happy Learning!
Git Basics (Getting Started)
In this exercise, we will learn about the git init command.
In this exercise, we will learn about the git status command.
In this exercise, we will learn about the git add command.
In this exercise, we will learn about the git commit command.
In this exercise, we will learn about the git log command.
Branching & History Management
In this exercise, we will learn about the git branch command.
In this exercise, we will learn about the git merge command.
In this exercise, we will learn about the git tag command.
In this exercise, we will learn about the git rebase command.
In this exercise, we will learn about the git checkout command.
Working with Remote Repositories (GitHub)
In this exercise, we will learn about the git remote command.
In this exercise, we will learn about the git clone command.
In this exercise, we will learn about the fork concept in GitHub.
In this exercise, we will learn about the git fetch and the git pull command in the git.
In this exercise, we will learn about how to create a new repository, and change the visibility of the repository in GitHub.
In this exercise, we will learn about the git push command in the git.
In this exercise, we will learn how to create a template repository.
In this exercise, we will learn how to delete and restore the GitHub repository.
Undo, Restore & Debugging
In this exercise, we will learn about the git diff command.
In this exercise, we will learn about the git restore command.
In this exercise, we will learn about the git revert command.
In this exercise, we will learn about the git blame command.
In this exercise, we will learn about the git bisect command.
In this exercise, we will learn about the git stash command.
In this exercise, we will learn about the git reset command.
In this exercise, we will learn about the git rm command in the git.