Git And Linux Cheatsheet
Git Cheatsheet
CommandDescription
git initInitialize a new git repository
git clone [url]Clone a remote repository
git statusCheck the status of the repository
git add [file]Add changes to the staging area
git commit -m "[message]"Commit c...
kunalmaurya.hashnode.dev4 min read