This project has as goal to produce mathematical articles and software with an inclination to computer algebra.
- Wieb Bosma
First of all, make sure to clone this repository
git clone git@github.com:dvberkel/mathematics-articles.git
and enter the mathematics-articles
directory.
Add, remove and change files and stage them with the following command
git add <file that needs to be committed>
Make a commit
git commit
and push the commit to GitHub
git push origin