Skip to content

Commit aee491a

Browse files
author
Ester
authored
Add images to own-branch.md
1 parent 83a504e commit aee491a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

own-branch.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,27 @@ permalink: /own-branch
2323
* Create a branch, using your name as the branch name
2424
* Congratulation you create your own branch :tada:
2525
* Note the button `Branch` again: now no longer report `master` but it has your new branch name: you create and checked it out at the same time!
26+
27+
![create branch](https://github.com/feiphoon/github-workshop/blob/gh-pages/screenshots/create_branch.png "Create Branch")
28+
2629
* Step 1 completed. Time of doing some *serious* job here!
2730

2831
## Step 2. Creating and committing a new file
2932

3033
* Remember we created this branch to deal with an issue we self-assigned? Time to address it!
3134
* Create a new file and use it to answer the question you have self-assigned. Write a few lines (so we can have some material to work on in the next steps) but remember that the goal is not to win the Costa Book Awards :stuck_out_tongue:
35+
36+
![create file](https://github.com/feiphoon/github-workshop/blob/gh-pages/screenshots/create_file.png "Create File")
37+
3238
* Commit with a message/description as done before. Are you in the correct branch, the one with your name?
3339
* Step 2 completed. Will your literary efforts be enough?
3440

3541
## Step 3. Comparing branches
3642

3743
* After step 2, your branch will be one commit ahead of `master`. Can you see it?
3844
* Let's now compare your branch with `master`. Any difference?
45+
46+
![compare](https://github.com/feiphoon/github-workshop/blob/gh-pages/screenshots/compare.png "Compare")
3947
* Does everything look good? Everything there?
4048
* Step 3 completed. Time to move on and push these changes to the original repo.
4149

0 commit comments

Comments
 (0)