Answers for "commit our changes and merge them back into our dev branch."

0

commit our changes and merge them back into our dev branch.

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

git checkout dev
git merge feature-test-config
git status
Posted by: Guest on March-25-2022

Code answers related to "commit our changes and merge them back into our dev branch."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language