kammce / sammy

Sammy is a tool for managing SJSU-Dev2 firmware projects and to install external packages such as platforms and libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sammy platform update

kammce opened this issue · comments

Usage and Behavior

Fresh Install

$ sammy platform update
Updating SJSU-Dev2 to current master...

<cd SJSU-Dev2>
<git push . origin/master:master>

Done.

More information about how git push . origin/master:master works can be found at
Update local master to remote master from another branch. It allows for updating master without checkout it out.

Already Updated

$ sammy platform update
SJSU-Dev2 is up to date.