Git for beginners: 12 commands you need to know.

Published on | Prototyping: From UX to Front End — Medium Patricia Penton

Basic Workflow Commands:

  1. git clone <url>

You’ll need to do this just once for each repository you work with. You can use SSH or HTTPS. It make…