Popełnij nasze zmiany i połącz je z powrotem do naszej gałęzi dewelopera.

git status
git add .
git commit -m 'add junit testing suite'
git status

git checkout dev
git merge feature-test-config
git status
Zenon Codes