You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2022/Days/day41.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ When we went through the GitHub fundamentals we went through the process of fork
16
16
17
17
## Fork a Project
18
18
19
-
The first thing we have to do is find a project we can contribute to. I have recently been presenting on the [Kanister Project](https://github.com/kanisterio/kanister) and I would like to share my presentations that are now on YouTube to the main readme.mdfile in the project.
19
+
The first thing we have to do is find a project we can contribute to. I have recently been presenting on the [Kanister Project](https://github.com/kanisterio/kanister) and I would like to share my presentations that are now on YouTube to the main readme.md file in the project.
20
20
21
21
First of all, we need to fork the project. Let's run through that process. I am going to navigate to the link shared above and fork the repository.
22
22
@@ -26,7 +26,7 @@ We now have our copy of the whole repository.
26
26
27
27

28
28
29
-
For reference on the Readme.mdfile the original Presentations listed are just these two so we need to fix this with our process.
29
+
For reference on the readme.md file the original Presentations listed are just these two so we need to fix this with our process.
30
30
31
31

32
32
@@ -42,7 +42,7 @@ We have our project local so we can open VSCode or an IDE or text editor of your
42
42
43
43

44
44
45
-
The readme.mdfile is written in markdown language and because I am modifying someone else's project I am going to follow the existing project formatting to add our content.
45
+
The readme.md file is written in markdown language and because I am modifying someone else's project I am going to follow the existing project formatting to add our content.
46
46
47
47

48
48
@@ -76,7 +76,7 @@ Next, we hit that contribute button highlighted above. We see the option to "Ope
76
76
77
77
## Open a pull request
78
78
79
-
There is quite a bit going on in this next image, top left you can now see we are in the original or the master repository. then you can see what we are comparing and that is the original master and our forked repository. We then have a create pull request button which we will come back to shortly. We have our single commit but if this was more changes you might have multiple commits here. then we have the changes we have made in the readme.mdfile.
79
+
There is quite a bit going on in this next image, top left you can now see we are in the original or the master repository. then you can see what we are comparing and that is the original master and our forked repository. We then have a create pull request button which we will come back to shortly. We have our single commit but if this was more changes you might have multiple commits here. then we have the changes we have made in the readme.md file.
0 commit comments