Coder Social home page Coder Social logo

cmangos-docs's Introduction

Welcome to cmangos-docs

This repository is cloned from https://github.com/cmangos/issues.wiki.git, which can be viewed under this address: https://github.com/cmangos/issues/wiki

It serves as a place to create issues about the documentation, see the file system hierarchy, and an interface for developers to take a closer look at the history and branches.

If you want to edit the Wiki you can either create pull requests against this repository or just go to the original Wiki and edit it directly using the Github web interface (any Github user can edit it). This repository will pull changes made on the official wiki into its master branch.

The wiki page on this repository is used for testing purposes and may not reflect the actual state of the original wiki!

Setting up the repository

NOTE: This is a preliminary workflow and subject to sudden changes.

To begin, clone the original wiki repository and change to the new directory:

git clone https://github.com/cmangos/issues.wiki.git
cd issues.wiki/

Add this repository and its wiki as remotes:

git remote add levi_repo https://github.com/Levitanious/cmangos-docs.git
git remote add levi_wiki https://github.com/Levitanious/cmangos-docs.wiki.git

When you use the git remote -v command, you should see the following output:

$ git remote -v
levi_repo       https://github.com/Levitanious/cmangos-docs.git (fetch)
levi_repo       https://github.com/Levitanious/cmangos-docs.git (push)
levi_wiki       https://github.com/Levitanious/cmangos-docs.wiki.git (fetch)
levi_wiki       https://github.com/Levitanious/cmangos-docs.wiki.git (push)
origin          https://github.com/cmangos/issues.wiki.git (fetch)
origin          https://github.com/cmangos/issues.wiki.git (push)

Working with the repository

NOTE: This is a preliminary workflow and subject to sudden changes.

When you do not have push access, just create a branch on your fork and then open a pull request against it. Alternatively you can use the original Wikis web interface to edit it directly. Changes there will be pulled to this repository.

When you have push access, you can push to the master branch directly. Create your changes on a branch. Then make sure the master branch is still up-to-date with the original wiki:

git pull

Then merge your branch. Afterwards every change should be pushed to this repo and the original wiki:

git push
git push levi_repo

cmangos-docs's People

Contributors

abennette32 avatar adellaci avatar alexluana avatar anonxs avatar blumfield avatar cala avatar cyberium avatar domgries avatar emeric254 avatar evil-at-wow avatar falstring avatar flowy avatar grz3s avatar herrtrigger avatar hlarsen avatar ixtabay avatar killerwife avatar mantislord avatar muehe avatar phatcat avatar saltgurka avatar schmoozerd avatar shnibble avatar tarwyn avatar ultimatetomatoes avatar warlockbugs avatar x-savior avatar xfurry avatar yutsuku avatar zooke avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.