You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone : clones remote repo
git checkout: moves into another branch
git branch: shows local branchs
git checkout -b: creates and goes to new branch
rm -rf: remove repo