
Sometimes you may need to remove submodule in git. Here are the steps to do it.
Sometimes you may need to setup git username & password for different repos. Here are the steps to do so.
Every git commit has an author and committer information. Here is how to change author & committer name in Git history.
Sometimes you may need to clone subdirectory of git repository. Here are the steps to do it using sparse checkout.
Sometimes you may need to get remote URL that a local git repository was cloned from. Here are the steps to do it.