Git and GitHUb
Important commands
git init
git add <>
git add .
git commit -m ““
git rm - - cache
git restore <>
git config - - global username <>
git config - - global user.email <>
git log
git log - - oneline
git status
git branch
git checkout -b <newbranchname>
...
amrithagitgithhub.hashnode.dev1 min read