Soham Shah / NLOS Radar Application - Passive reflector

Git global setup:
git config --global user.name "Your name"
git config --global user.email "your@email.com"
Create Repository
mkdir nlos-radar-application-passive-reflector
cd nlos-radar-application-passive-reflector
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin https://git.ucsd.edu/sos028/nlos-radar-application-passive-reflector.git
git push -u origin master
Existing Git Repo?
cd existing_git_repo
git remote add origin https://git.ucsd.edu/sos028/nlos-radar-application-passive-reflector.git
git push -u origin master