Show Menu
Cheatography

Git Cheatsheet Cheat Sheet (DRAFT) by [deleted]

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Create a new repo

$ git init
Start a new repo in the current folder

Add new remote

$ git add remote <na­me> <ur­l>
Remotes are backups for your project, they are where you save your work, and from where you get it from