Mastering basic Git commands

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 …

Design a site like this with WordPress.com
Get started