Skip to content

Mechatronics Arduino code for the Controller and the Sumatori (Robot)

Notifications You must be signed in to change notification settings

michaeldalverson/Mechatronics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

Mechatronics

General

Go to certain folder:

cd folder/

List things in folder

ls

Download Latest Version

Copy mechatronics code into /mechatronics in current directory

git clone https://github.com/michaeldalverson/Mechatronics.git

Get most recent updates of code:

git pull

If there is a conflict (potentially) This will also remove all local changes!!

git fetch --all

git reset --hard origin

Commiting code:

Stage files for commiting

git add .

Commit files locally

git commit -m "Type the main changes here!"

Push local commit to github

git push origin master

About

Mechatronics Arduino code for the Controller and the Sumatori (Robot)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages