-
Notifications
You must be signed in to change notification settings - Fork 0
Home
alejandro.bodas edited this page Jan 11, 2019
·
10 revisions
Welcome to the wikitests wiki!
Image in wiki repository:

Image in code repository:

File in wiki repository:
Visit this wiki to learn about future developments
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