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.
- Host: GitHub
- URL: https://github.com/githubtraining/example-bugfix
- Owner: githubtraining
- Created: 2013-08-05T17:14:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-17T16:00:51.000Z (over 12 years ago)
- Last Synced: 2023-05-22T10:55:15.715Z (almost 3 years ago)
- Language: CSS
- Homepage:
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`