git init (After you cd to specific path, do git init to initiate the git process)
git clone https://github.com/example/example.git (to clone repository)
git branch (to check what branches available in the repository)
git checkout feature1 ( checkout specific branch in repository)