Skip to content

CS-537-Spring-2016/ROVER_12

Repository files navigation

CS537-Group12 (Wheels, Spectral Sensor, Range Extender)

Links

###Git Commands:

  • Sync with SwermServerAndSampleRover repo
git pull swarmserver master
  • Set Remote Repo
git remote set-url origin <git://new.url.here>
git remote add origin <git://new.url.here>
  • Branch Deletion
git branch -d local_branch_name
git push origin --delete remote_branch_name // delete a remote branch 
  • List Existing Branch
git branch // list only local branches
git branch -a // list all existing branches, including remote
  • Create New Branch
git checkout -b branch 
  • Push to Remote
git branch --set-upstream my_branch origin/my_branch // first time only
git push // second time or after

###Members:

  • Nivethitha Subas
  • Febi Elgiva
  • Wael Alhamwi
  • Kae Sawada

Group 12 members

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages