Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 328 Bytes

CatHouse

Everything we do in the cat house

When you want to clone into existing repository:

git init
git remote add origin PATH/TO/REPO
git fetch
git reset origin/<branch-name> // This one is only necessary if files from the repo existed in the folder to begin with
git checkout -t origin/<branch-name>