- PS2 Keyboard is now working, tested on the board
======
-
Create your own branch when working on new feature For example:
git branch new-feature -
Merge the branch when the new feature is working For example:
git checkout master git merge new-feature