#git rebase -i

Introduction

Today I’m going to share a git flow with the following qualities:

  1. In development, you could make arbitrary commits.

  2. After testing, you could turn the arbitrary commits which are more friendly in development into commits compliant with production standard.

  3. The content of two branches are exactly the same, however, with totally different commit history.

Read More

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×