Working with Git: Add, commit, Reset, Revert, Push & Ignore Explained
When working with Git, adding files to the staging area is an important step before committing changes. Two commonly used commands for this are git add . and git add *, but they handle hidden files and directories differently.
This guide covers essen...
kkdevops.hashnode.dev7 min read
Kanike Vishnuvardhan
Thank you.