~sourcemage/tome-rdp

5a04b486ffa3253def13de378bf414da044ea8ca — Eric Sandall 17 years ago 5e40a15
Add remotes/origin information for new branches to GrimoireGuruHandbook (thanks Jeremy)
1 files changed, 6 insertions(+), 0 deletions(-)

M GrimoireGuruHandbook
M GrimoireGuruHandbook => GrimoireGuruHandbook +6 -0
@@ 221,6 221,12 @@ $ git fetch ssh://scm.sourcemage.org/smgl/grimoire.git stable-0.6:stable-0.6
This tells git to fetch the remote branch named stable-0.6 (before the ":") and
call it stable-0.6 (after the ":") into the current git repository.

If you want this branch to be updated on a pull, you will also need to add
the branch information to .git/remotes/origin:
	Pull: refs/heads/stable-0.6:refs/heads/stable-0.6
	Pull: refs/heads/stable-rc-0.7:refs/heads/stable-rc-0.7
These two lines will add pull information for stable-0.6 and stable-rc-0.7.

Section 5: Writing a spell
	Subsection: PREPARE
Even before DETAILS, this file is sourced and cane be used to setup variables