Robdos Git

This section explains the git repositories Robdos owns.

How to commit

    git pull
git status
git add .
git commit -m "NameCommit"
git push

Other git commands

*Create a new branch

git branch NameBranch

*Move from one branch to another

git checkout NameBranch

Format commit

The commits must include the descriptions of what it has been done. The extension will depend on how things it has been changed.