An open API service indexing awesome lists of open source software.

https://github.com/githubtraining/example-bugfix

This repository has a master branch and two feature branches, all with commits, but two being general content changes and one being a bug fix.
https://github.com/githubtraining/example-bugfix

Last synced: 12 months ago
JSON representation

This repository has a master branch and two feature branches, all with commits, but two being general content changes and one being a bug fix.

Awesome Lists containing this project

README

          

ex-bugfix
=========

This repository has a master branch and two feature branches, all with commits, but two being general content changes and one being a bug fix.

## Usage

* Selectively applying commits with `git cherry-pick`
* Rewriting history and forcing a `git push`
* Reordering commits with `git rebase -i`