Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 398 Bytes

ex-branches blue

This repository contains several commits on master branch and two on feature branches and helps demonstrate branching and merging Git commands. /* Argh */ Actually, forget argh.

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