about summary refs log tree commit diff stats
path: root/html/rpn5.png
Commit message (Expand)AuthorAgeFilesLines
* 6863Kartik Agaram2020-09-261-0/+0
class='alt'>
721729d ^














e970347 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23





                                                                                                                           
                                                     














                                                             
                                                                                                      
To contribute to the wiki, create a page using the same pattern as the previously existing pages and submit a pull request.

Step-By-Step:

Fork this repo

git clone https://tildegit.org/your_username/site.git

cd site

git checkout -b my-wiki-page-etc

cd wikipages

Add your page following the same format as the existing pages

git add .

git commit -m "added page whatchamacalit to wiki"

git push

Then from the tildegit.org web interface, open a pull request to this repository from your fork/branch