Basic Git Commands.
Git Commands.
Below are the Git commands that I usually interact with as an Entry level developer.
There are two ways of initiating Git to the local machine.
Cloning a remote repo.
Initializing Git in the folder.
git clone repo_url
Do this in the...
wasswaenockmale.hashnode.dev1 min read