forked from team/site
1
0
Fork 0
tilde.team/wiki
Ben Harris e2353a117b wiki works 2018-06-04 02:18:28 -04:00
..
pages wiki works 2018-06-04 02:18:28 -04:00
README.md begin wiki 2018-06-03 22:18:02 -04:00
index.php wiki works 2018-06-04 02:18:28 -04:00
view.php wiki works 2018-06-04 02:18:28 -04:00

README.md

tilde.team wiki

hi there, welcome to our wiki!

to contribute to the wiki:

  • clone the repo to your local machine (or your personal folder on the tilde.team box)
git clone git@github.com:tilde-team/site
  • create a new branch for your page
git checkout -b my-new-page
  • if you want to add a new page, copy template.md into your new page!
cp template.md my-new-page.md
  • edit as needed!

  • commit your changes and create a pull request :)

git add --all
git commit -m "added my-new-page"
git push origin my-new-page # this should match the branch name you created earlier
  • create a pull request on the site repo

thanks!~