Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 359 Bytes

File metadata and controls

11 lines (8 loc) · 359 Bytes

ex-branches

This repository contains several commits on master branch and two on feature branches and helps demonstrate branching and merging Git commands.

Usage

  • Using git merge to integrate branches
  • Initiate a Pull Requests from a topic branch
  • Create a single commit with git merge --squash
  • Rewriting history with git rebase