Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 434 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 434 Bytes

gps_project

Steps to work with this repo

1.Fork this repository
2.Use git clone {repo_url} to clone into your local machine
3.Use command git remote add upstream {repo_url}
4.Use git add . and git commit -m "caption" command
5.Use git push origin master
6.Create a pull request in forked github repo

Always keep your repo updated before working.