Get ready to learn about basic git commands
Basic git commands
These are the git commands that you will be using quite frequently.
- git config -Configure the author name and email address to be used with your commits.
- git init - It will initiate the git and create a new local reposi...
ayush3018.hashnode.dev1 min read