Skip to content
9 changes: 9 additions & 0 deletions day10challenge/osinachi-day10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# I finally reached day 10
So, I never thought I would be able to meet up. But I did. Hurray.

# So, what did I do wrong?
I didn't make new branches for all my code
So, equivalently, I did not make a PR.

## Resolution
I believe that one PR would solve everything. So, it doesn't really matter
3 changes: 2 additions & 1 deletion day3challenge/contributors.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
vincent edeh
vincent edeh
Osinachi Chukwujama
5 changes: 5 additions & 0 deletions day3challenge/osinachi-day3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Add Screenshot for Git Status and Git log
![Day 3 Git staus](https://user-images.githubusercontent.com/40396070/81975913-a5522c80-961f-11ea-9459-7b865e233e7f.PNG)

# Add Editor Screenshot
![Day 3 editor](https://user-images.githubusercontent.com/40396070/81975918-a6835980-961f-11ea-9c2e-c130c337a966.PNG)
20 changes: 20 additions & 0 deletions day4challenge/osinachi-day4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Tables
| `Column 1` | `Column 2`|
| :----------- | :-------------
| Row stuff | An item

## Lists
* Item
* 1
1. Numbered
2. List


## Headers
### Other
#### Headers

## Others
> lorem ipsum dolor sit amnet

![day 4 markdown preview](https://user-images.githubusercontent.com/40396070/81979321-ab96d780-9624-11ea-8728-07980c3ba3c6.PNG)
11 changes: 11 additions & 0 deletions day5challenge/osinachi-day5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Screenshot of git remote
![git remote v](https://user-images.githubusercontent.com/40396070/81991683-be67d700-9639-11ea-8da9-e4167493e83d.PNG)

# Several remote urls
![git-remote-v-several](https://user-images.githubusercontent.com/40396070/81992156-c2482900-963a-11ea-8a21-7887653ae4d4.PNG)

# Git remote remove and set-url
![git-remote-remove-set-url](https://user-images.githubusercontent.com/40396070/81992353-308ceb80-963b-11ea-9c69-416e9427a6bd.PNG)

# Final Git-Remote -v
![final-git-v](https://user-images.githubusercontent.com/40396070/81992417-4e5a5080-963b-11ea-87d5-7bd64061cd93.PNG)
8 changes: 8 additions & 0 deletions day7challenge/osinachi-day7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Todo Item
![day7-project-board-todo](https://user-images.githubusercontent.com/40396070/82009238-b83c1f80-9666-11ea-8d0c-12e91e1a8eb1.PNG)

# Item moved to in-progress
![todo-to-in-progress](https://user-images.githubusercontent.com/40396070/82009235-b7a38900-9666-11ea-84d3-98491866aad6.PNG)

# Item moved to done
![inprogress-to-done](https://user-images.githubusercontent.com/40396070/82009232-b6725c00-9666-11ea-9ab5-0ff4b1604657.PNG)
5 changes: 5 additions & 0 deletions day8challenge/osinachi-day8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Git Aliases
![git-alias](https://user-images.githubusercontent.com/40396070/82011053-bf196100-966b-11ea-9227-99e16c9add4a.PNG)

# Git Aliases in Action
![git-alias-in-action](https://user-images.githubusercontent.com/40396070/82011051-bde83400-966b-11ea-8240-b81900d849e1.PNG)