Difference between revisions of "BerrySync Resources"

From CDOT Wiki
Jump to: navigation, search
(Documentation/Support/Forums)
(Documentation/Support/Forums)
Line 13: Line 13:
 
*[https://wiki.mozilla.org/Services/Sync Firefox Sync Server API]
 
*[https://wiki.mozilla.org/Services/Sync Firefox Sync Server API]
 
*[http://www.cs.toronto.edu/~delara/courses/csc309/guide/rim/core.pdf Development Guide BlackBerry Java Development Environment 5.0 ]
 
*[http://www.cs.toronto.edu/~delara/courses/csc309/guide/rim/core.pdf Development Guide BlackBerry Java Development Environment 5.0 ]
*[http://docs.blackberry.com/en/developers/deliverables/17952/index.jsp?name=Data+Storage+-+Development+Guide+-+BlackBerry+Java+SDK6.0&language=English&userType=21&category=Development+Guides&subCategory= Development Guide Data Storage]
+
*[http://docs.blackberry.com/en/developers/deliverables/17952/index.jsp?name=Data+Storage+-+Development+Guide+-+BlackBerry+Java+SDK6.0&language=English&userType=21&category=Development+Guides&subCategory= Development Guide Data Storage 6.0]
 +
*[http://docs.blackberry.com/en/developers/deliverables/17952/index.jsp?name=Data+Storage+-+Development+Guide+-+BlackBerry+Java+SDK6.0&language=English&userType=21&category=Development+Guides&subCategory= Development Guide Network Communication 6.0]
  
 
=== Source Files ===
 
=== Source Files ===

Revision as of 11:06, 12 May 2011


About BerrySync | Links, Resources | Planning Notes

Downloads


Resources

Documentation/Support/Forums

Source Files

Git Commands


  • git checkout [name] //select branch to work on
  • git pull [name] //merge branch on server into current selected local branch
  • git branch [name] //makes a new branch
  • git fetch
  • git add [file name or folder] //marks a file to be included in the commit
  • git commit -m "some comments about this commit" //commit files locally
  • git push origin [branch name] // pushes the branch onto the server

Coding Standards


Good IRC Channels To Be In