-
Notifications
You must be signed in to change notification settings - Fork 1
Software development
Behzad Samadi edited this page Jul 13, 2017
·
13 revisions
- Literate Programming
- aichrist : Using Haskell, Pandoc, Markdown, and Mathjax for a Brilliant Literate Programming Solution
- Literate programming in the large
- Literate programming example
- Timothy Daly
- Literate Programming
- Emacs Org Mode
- A Multi-Language Computing Environment for Literate Programming and Reproducible Research
-
To fork your own repository:
- create a new repos
- clone it on your computer
- add the original repos as upstream source; git remote add upstream [url]
- fetch and merge upstream: git fetch upstream & git merge upstream/master
- push: git push