Tag: git

  • Official Git Mirror Now Available for WordPress Core Development Repository

    Official Git Mirror Now Available for WordPress Core Development Repository

    Andrew Nacin announced official git mirrors for WordPress this afternoon on the WordPress make/core development blog. These are read-only mirrors that correspond to the WordPress core development SVN repository. Git mirrors are also now available for BuddyPress, bbPress, GlotPress and the old core.svn “build” repository: git clone git://develop.git.wordpress.org/ git clone git://buddypress.git.wordpress.org/ git clone git://bbpress.git.wordpress.org/ git…

  • Introducing WordPress Post Forking: Version Control For Writers

    The WordPress platform has been helping writers publish their thoughts to the web for years. Though it now powers many large newsrooms and other organizations, the posting process still caters entirely to the individual writer working by himself on a post. Collaboration for multiple content creators is non-existent within the core right now. The WordPress…