Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wieczorek1990/git-tutorial
Git cherry-pick and rebase tutorial
https://github.com/wieczorek1990/git-tutorial
Last synced: 12 days ago
JSON representation
Git cherry-pick and rebase tutorial
- Host: GitHub
- URL: https://github.com/wieczorek1990/git-tutorial
- Owner: wieczorek1990
- Created: 2016-11-10T10:56:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T12:11:25.000Z (about 8 years ago)
- Last Synced: 2024-11-24T15:16:28.982Z (2 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history
Awesome Lists containing this project
README
# git-tutorial
```
Merge feature/a into develop
Add a commmit on develop
Cherry pick last develop commit on feature/b
Add a commit on feature/b
Rebase develop into feature/b
Merge feature/b into develop
```