Skip to content
Biel Simon Rojas edited this page Feb 21, 2016 · 5 revisions

Welcome to the Minicat wiki!

To update your fork:

git fetch upstream

git checkout master

git merge upstream/master

To see conflicts:

git status

To commit:

git commit (on the vim editor :q)

git push

Clone this wiki locally