For cloning, pull and push request practice among team members
- git config --global user.name "
Your Desired Username Here
" - git config --global user.email "
Your Email Address Here
"
git clone ----------------'to clone repo'
git init -----------------'initializing command'
git config ---------------'setup command'
git status ---------------'status command'
git add ------------------'staging command'
git reset ----------------'unstaging command'
git log ------------------'logging command'
git branch ---------------'branching command'
git commit ---------------'commit command'
git merge ----------------'merging command'
Are You Ready To Begin Contributing ?!?
I Can Not ⭐️⭐️⭐️⭐️⭐️