Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 262 Bytes

EKF Readme

Updated 2017-01-03

How to initialize repository via the command line

echo "# EKF" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/kmateti/EKF.git
git push -u origin master