Skip to content

Commit

Permalink
Add day11challenge task submission (#166)
Browse files Browse the repository at this point in the history
* Add markdown file to day4 challenge folder

fix issue #50

* Submission for day5-challenge

fix issue #65

* Add augustine-day7 to day7challenge folder

fix issue #114

* Add augustine-day10.md to day10challenge folder

fix issue #163

Second change to augustine-day10.md

fix issue #163

Third change to augustine-day10.md

fix issue #163

Fourth change to augustine-day10.md

fix issue #163

Last change to augustine-day10.md

fix issue #163

* Add screenshots to augustine-day10.md

fix issue #163

* Add augustine-day11.md to day11challenge folder

fix issue #165
  • Loading branch information
austitech authored Jun 1, 2020
1 parent 0b65830 commit 9a7e9d7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
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)

8 changes: 8 additions & 0 deletions day11challenge/augustine-day11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# My Github Page Screenshot
![my page](https://user-images.githubusercontent.com/53453398/82157959-9ae09e80-987c-11ea-92df-fee578064aa6.PNG)

# My Github repo link
[Austitech](https://github.com/austitech/austitech)

# My Github pages link
[austitech.github.io/austitech](https://austitech.github.io/austitech)

0 comments on commit 9a7e9d7

Please sign in to comment.