Setting Up Your Own Fork

Setting up your own fork of Warewolf has been made simple by GitHub.

How to set up your own fork:

Log in to your GitHub account and navigate to the Warewolf repository

  1. Click the ‘Fork’ button on the top right of the screen to instantly fork your own version of the Warewolf repository.
  2. Your newly forked Warewolf repository will now be available via your GitHub user account.
  3. After creation, GitHub will automatically navigate to your newly forked repository.

Cloning your repository

At this point you can clone your newly forked repository to your local environment using any of the methods described in Getting the Code

To clone your repository in your local development environment:

  1. Install at least one Git tool . You can find a selection of recommended tools on our Git software tools page
  2. Open a Git command prompt, Git Bash, from windows explorer using the (right-click) context menu on your main repository folder.
  3. The Command prompt will open in the repository root folder.
  4. Run the following command, substituting your URL copied from your forks web page. Add a name for your local repository too.
$ git clone [Insert your Github URL here] myLocalRepositoryName 
Example : $ git clone <a href="https://github.com/Warewolf-/Warewolf-.git">https://github.com/Warewolf-/Warewolf-.git</a> Warewolf

5.  Let the process run.
6.  Your own Warewolf GitHub fork should now be cloned locally.

Development Teams

If you are part of a development team who want to work on your Warewolf fork, you can set up the development team on GitHub and all contribute to your fork. All of the team members can contribute to your fork after following the process by copying our Integration Manager workflow described on our page Branching Strategy.

Not what you were looking for? Ask our expert users in the Community Forum.

FacebookTwitterLinkedInGoogle+Email
Updated on May 29, 2018

Was this article helpful?

Related Articles

Enjoying Warewolf?

Write a review on G2 Crowd
Stars