Difference between revisions of "BerrySync Resources"
(→Good IRC Channels To Be In) |
(→Git Commands) |
||
Line 20: | Line 20: | ||
*[http://cheat.errtheblog.com/s/git/ Commands] | *[http://cheat.errtheblog.com/s/git/ Commands] | ||
*[http://nvie.com/posts/a-successful-git-branching-model/? Git Usage Model] | *[http://nvie.com/posts/a-successful-git-branching-model/? Git Usage Model] | ||
+ | |||
+ | |||
+ | *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 === | === Coding Standards === |
Revision as of 15:42, 11 May 2011
About BerrySync | Links, Resources | Planning Notes
Contents
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
- irc.freenode.com
- irc.mozilla.org