Skip to content

Commit

Permalink
Merge pull request #128 from hofmannsven/revision-control-commands
Browse files Browse the repository at this point in the history
Add commands to revision control section
  • Loading branch information
hofmannsven committed Apr 24, 2016
2 parents 4b0a7b9 + e4d79c8 commit 9b3c08d
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ Base Tools
- [Latest Stable](https://wordpress.org/download/) - wordpress.org
- [Nightly](https://wordpress.org/download/nightly/) - wordpress.org

##### Revision control (core) - These builds roll the latest commits.
##### Revision control (stable) - These builds roll the latest commits.

- [SVN](https://core.svn.wordpress.org/) (Subversion)
- [Git](git://core.git.wordpress.org/) (Git)
- [GitHub](https://github.com/WordPress/WordPress) (Git)
- [SVN](https://core.svn.wordpress.org/trunk/): `svn checkout https://core.svn.wordpress.org/trunk/`
- Git: `git clone git://core.git.wordpress.org/`
- [GitHub](https://github.com/WordPress/WordPress): `git clone https://github.com/WordPress/WordPress.git`

##### Revision control (trunk) - These repos contain source code, tools, and tests.
##### Revision control (develop) - These repositories contain source code, tools, and tests.

- [SVN](https://develop.svn.wordpress.org/trunk/) (Subversion)
- [Git](git://develop.git.wordpress.org/) (Git)
- [SVN](https://develop.svn.wordpress.org/trunk/): `svn checkout https://develop.svn.wordpress.org/trunk/`
- Git: `git clone git://develop.git.wordpress.org/`
- [GitHub](https://github.com/aaronjorbin/develop.wordpress): `git clone https://github.com/aaronjorbin/develop.wordpress.git`


`Unit tests`
Expand Down

0 comments on commit 9b3c08d

Please sign in to comment.