BerrySync Resources

From CDOT Wiki
Revision as of 20:41, 26 January 2014 by Andrew (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Important.png
This page may be obsolete.
It contains historical information.


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