Ungit
From Athenaeum
Revision as of 17:11, 24 March 2019 by James8562 (talk | contribs) (Created page with "=Squash Merge= # switch to master branch # press the plus to create a new branch # check out that branch, make changes, and commit to that branch # prepare to merge by checkin...")
Squash Merge
- switch to master branch
- press the plus to create a new branch
- check out that branch, make changes, and commit to that branch
- prepare to merge by checking out master branch
- click/select branch name "master" and then click squash on the branch you've been working on
Rebase on Master
- make sure the branch you've been working on is checked out
- click the name of the branch you've been working on and then click rebase next to master branch