FS Interview Questions > Git commands > Flashcards
clone a remote repository
git clone <repo-link></repo-link>
list all the remote branches
git branch -r
Check current branch
git branch