Most Used Git & GitHub Commands
Git Commands:
git init: Initializes a new Git repository in the current directory.
git clone : Creates a local copy of a remote repository.
git add : Adds a file to the staging area.
git commit -m "": Records the staged changes to the repository wit...
manthanank.hashnode.dev2 min read