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 Add Images to README.md on GitHub
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 Remove File from Git History
How to Get One File From Another Branch in Git
Sometimes you may need to get one file from another branch in git. Here are the steps to do it using git checkout command.
How to Force Git Pull to Overwrite Local Files
Sometimes you may need to overwrite local files when you pull in git. Here are the steps to force git pull to overwrite local files.
How to Find & Restore Deleted File in Git Repository
Sometimes you may need to find & restore deleted file in Git repository. Here are the steps to do it.