Test

Example repository to show some github funcionality

Commands

Configuration

git config --global user.name "Your Name" git config --global user.email "your email"

Pull Request

git checkout -b issue/1 // creates the branch issue/1

git checkout issue/2 // switch to branch issue/2

commit structure

<issue id>: <issue title>

work description

merge

TODO