Differences

This shows you the differences between two versions of the page.

Link to this comparison view

github_manual [2015/02/26 23:39] (current)
admin created
Line 1: Line 1:
 +----
 +GitHub Manual
 +----
  
 +git clone https://github.com/dernulleffekt/embedded-artist.git
 +
 +git status
 +
 +git pull
 +
 +git add puredata/EAMain.pd
 +
 +git commit -m"pd main controller"
 +
 +git push origin master