Changes

From Gramps

Brief introduction to Git

19 bytes added, 19:53, 23 May 2017
Merging changes from the branch back into the master branch
When you are ready to merge your changes back into the ''master'' branch:
git rebase master
git checkout master
git merge gep-014-fab-feature

Navigation menu