Sometimes you may need to remove submodule in git. Here are the steps to do it.
Git
How to Merge Two Git Repositories
How to Setup Git Username & Password for Different Repos
Sometimes you may need to setup git username & password for different repos. Here are the steps to do so.
How to Reset Git Credentials
How to Add Images to README.md on GitHub
How to Cache HTTPS Credentials for Pushing Commits?
How to Change Author & Committer Name & E-mail of Multiple Commits in Git?
Every git commit has an author and committer information. Here is how to change author & committer name in Git history.
How to Clone Subdirectory of Git Repository
Sometimes you may need to clone subdirectory of git repository. Here are the steps to do it using sparse checkout.
How to Get Remote URL A Local Git Repository Was Cloned From
Sometimes you may need to get remote URL that a local git repository was cloned from. Here are the steps to do it.