Skip to content
alejandro.bodas edited this page Jan 11, 2019 · 10 revisions

Welcome to the wikitests wiki!

Image in wiki repository:

Image in code repository:

ellipse

File in wiki repository:

Equations

Visit this wiki to learn about future developments

Contributing to the Wiki repository

Create branch: git branch issue1

Switch to branch: git checkout issue1

Make changes.

Commit changes: git commit -a -m 'Added section [issue 1]'

Fake pull request: git request-pull -p master ./

git push --set-upstream origin issue1

git checkout master

git merge -m "Merge issue1." issue1

Clone this wiki locally