Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```