Sometimes you may need to undo git commit or revert last git commit. Here are the different ways to undo git commit.
Git
How To Undo Git Add Before Commit
Sometimes you may need to revert git add before git commit, or undo last add. Here is how to undo git add before commit.
How To Create Remote Git Repository
Remote Git repository allows you to do software development collaboratively. Here are the steps to create remote git repository for your project.
How To Use Git Shallow Clone
Git shallow clone allows you to clone large repositories quickly. Here is how to use git shallow clone