Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 324 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 324 Bytes

go-db

First Steps

Opened project on GitHub called

GavinMacNabb/go-db

Created dev folder

mkdir go-db

Initialized repository

git init
git remote add origin [email protected]:GavinMacNabb/go-db.git

Pushed to repository

git add README.md
git commit -m "first commit"
git push origin -u master