Difference between revisions of "BerrySync Resources"

From CDOT Wiki
Jump to: navigation, search
(Documentation/Support/Forums)
(Good IRC Channels To Be In)
Line 41: Line 41:
 
**[irc://irc.freenode.com##blackberry-dev ##blackberry-dev]
 
**[irc://irc.freenode.com##blackberry-dev ##blackberry-dev]
 
**[irc://irc.freenode.com#seneca #seneca]
 
**[irc://irc.freenode.com#seneca #seneca]
 +
**[irc://irc.mozilla.org#seneca-cdot #seneca-cdot]
  
 
*'''irc.mozilla.org'''
 
*'''irc.mozilla.org'''
**[irc://irc.mozilla.org#seneca-cdot #seneca-cdot]
 
 
**[irc://irc.mozilla.org#seneca #seneca]
 
**[irc://irc.mozilla.org#seneca #seneca]
 
**[irc://irc.mozilla.org#feral #feral]
 
**[irc://irc.mozilla.org#feral #feral]

Revision as of 10:31, 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