If you have a project in your local machine/laptop and you want to push the code to GitHub, then follow the below steps: Step 1: Create a repository in GitHub. [ … ]
Category: Git
Git Reset Vs Git Revert
In this article I will explain the usage of two important git commands git reset and git revert. Both the commands are used to undo changes or commits, but there [ … ]
Git Tag – All You Need to Know
What is a git tag? A Git Tag is just a label or name given to a particular commit in git history. It is like a branch which does not [ … ]
Frequently Used Git Commands
Git is a free and open source distributed Version Control System (VCS) designed to handle everything from small to very large projects with speed and efficiency. It is designed to track changes [ … ]