https://github.com/chapter-three/openacademy_manifest
the keys to the kingdom
https://github.com/chapter-three/openacademy_manifest
Last synced: 3 months ago
JSON representation
the keys to the kingdom
- Host: GitHub
- URL: https://github.com/chapter-three/openacademy_manifest
- Owner: chapter-three
- Created: 2012-05-29T18:43:21.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-18T21:52:05.000Z (over 13 years ago)
- Last Synced: 2025-01-18T06:27:35.413Z (about 1 year ago)
- Size: 97.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Open Academy Manifest
=================
This repository contains manifest information to be used by the
Repo version control tool - http://en.wikipedia.org/wiki/Repo_(script).
In order to get the latest and greatest from the Open Academy, you need
to install Repo and then run the following commands in your Drupal root:
> repo init -u git://github.com/chapter-three/openacademy_manifest.git
> repo sync
If you want to do development on a branch and have the appropriate
credentials to push code, you run the following comamnd and then use
git normally to pull/push/add/commit code:
> repo start BRANCH_NAME PROJECT_NAME
There is a lot of documentation online about Repo, but two of the best
places to look are here:
* http://source.android.com/source/using-repo.html
* http://source.android.com/source/version-control.html