Git Setup

Alex Freeman
Dec 22, 2020

First time set up…

$ git config --global user.name "Your name here"

$ git config --global user.email "your_email@example.com"

Basic setup

Create repo on Github and copy the URL

$ git add .

$ git commit -m "<commit message>"

[first time] $ git remote add <repo URL>

[above causes problems if remote repo is not empty]

$ git push origin master

--

--

Alex Freeman

Living Vicariously Through Myself - Corporate Innovation Advisor - Investor via Titan Ventures - Masters of AI student