-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aaron Acerboni
committed
Jul 10, 2012
1 parent
4da79ee
commit d40bd02
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,11 @@ How Can I set up a new Dharmafly project website? | |
---------------------------- | ||
|
||
1. Firstly, navigate to your project's local directory. | ||
2. Create a `gh-pages` branch: | ||
|
||
`git branch gh-pages | ||
git checkout gh-pages` | ||
2. Create a `gh-pages` branch: | ||
`git branch gh-pages` | ||
` git checkout gh-pages` | ||
|
||
3. Add a link the the dharmafly-docs repository: `git remote add gh-pages [email protected]:dharmafly/dharmafly-docs.git` | ||
4. Get the boilerplate content from dharmafly-docs: `git pull gh-pages gh-pages` - you will need be added as a collaborator in the dharmafly-docs project. | ||
5. Remove the link to dharmafly-docs: `git remote rm gh-pages` | ||
|