Sometimes you may need to group by array of objects in JavaScript. Here are the steps to do it.
How to Find Element Using XPath in JavaScript
How to Remove Submodule in 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.