Learn the basic git commands needed for your dailyΒ life. Image from Unsplash(Yancy Min) Create a new local repository. git init 2. Clone a remote branch into your machine. git clone βrepository urlβ 3. List all local branches. git branch 4. List remote and local branches. git branch -a 5. Switch to an existing branch. git …