Some more Git Commands
Here are five more Git commands along with a brief explanation:
git log
The git log command displays a chronological list of commits in your repository, including information such as commit hash, author, date, and commit message.
It's useful for vi...
thetechgirl.hashnode.dev2 min read