Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions day10challenge/augustine-day10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Git rebase is a powerful git tool.
Git rebase is like the opposite of Git merge.
Git rebase enables your repo to have a clean history.
Git merge is forward moving.
Git rebase interactive is my choice.

# Add Branch and Commits Screenshot
![rebase 1](https://user-images.githubusercontent.com/53453398/82153286-6f4ebb80-985e-11ea-9924-a6862bc71af1.PNG)

# Commits and Rebase Screenshot
![rebase 2](https://user-images.githubusercontent.com/53453398/82153306-88f00300-985e-11ea-8d64-3f5c190a9325.PNG)

# Editor for Interactive Rebase
![rebase interactive 1](https://user-images.githubusercontent.com/53453398/82153312-8d1c2080-985e-11ea-83cc-32ca2e5c2edb.PNG)