Sometimes you may need to move directory to another git repository. Here are the steps to preserve commit history when you move/copy folder to another git repo.
Git
How to Save Git Username & Password
Git asks for username & password every time we push commits. Here is how to save git username & password.
How to Check Git Diff Between Commits
Sometimes you may need to find the difference between git commits. Here is how to check git diff between commits.
How to Checkout Specific Commit in Git
How to Clone Git Repository to Specific Folder
By default, git clones repository to current working directory. Here is how to clone git repository to specific folder.
How to Force Git Pull to Overwrite Local Changes
Sometimes you may want to overwrite local changes during git pull. Here is how to force git pull to overwrite local changes.
How to Rename Git Tag
How to Clone Large Git Repository
How to Clone Single Branch in Git
Sometimes you may need to clone specific branch in git. Here are the steps to clone single branch in git.