Sometimes you may need to get remote URL that a local git repository was cloned from. Here are the steps to do it.
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 Delete Git Branch Locally & Remotely
How to Reset or Revert File to Specific Commit in Git
Sometimes you may need to reset or revert file to specific commit in Git. Here are the steps to do so.
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.
How to Set Vim Default Editor for Git
Sometimes you may need to set default editor for Git. Here is how to set vim default editor for Git.