Git & Github cheat sheet:
Git Commands:
git init: Initialize a new Git repository in the current directory.
git clone [repository_url]: Clone a remote repository to your local machine.
git add [file]: Add a file to the staging area.
git commit -m "Commit message": Commit ...
techblogsdomain.hashnode.dev2 min read