The Ultimate Handbook of Git Commands
Here are some commonly used Git commands:
Initialize a new Git repository: git init initializes a new Git repository, setting up version control for your project by creating a hidden .git directory to store history and configuration data.
git init
...
keshavkr.hashnode.dev7 min read