forked from LockerProject/Locker
-
Notifications
You must be signed in to change notification settings - Fork 0
Branches
tamersaadeh edited this page May 7, 2011
·
3 revisions
In general read this great article.
Relationships between testing and primary branches.
- Master - Current completely stable version. All tests are 100% passed and tarballs/zips are released in conjunction with this branch merge.
- dev - Current main branch of development work. Test passing should be maintained as much as possible, but failures are allowed with explanations. Feature/Issue branches are off of this.