Home

Awesome

Build Status

kpos

Punto de Venta (POS) simple usando MEAN

howto

EndPoint: yo angular-fullstack:endpoint message

Development

Rebase with patovala repo master

How to squash your changes

Is important for us to have only one commit per history/bug. So, when you send a PR, please make sure you are sending only 1 commit.

git log

Copy the latest commit SHA1 that is not from you

git rebase -i SHA1commit

pick 1234 your commit message

f 2345 commit 2

f 3456 commit 3