git cheatsheet </>
Git init
Create an empty git repo in specified directory.
Git clone
Git clone is use copy repo files and directory.
Git add
Stage all changes in <directory> for the next commit.
Git commit -m
Commit the staged snapshot and giving a mess by -m ...
sandeeppal.hashnode.dev1 min read