forked from dexterliu/hellogitworld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
24 lines (16 loc) · 1.3 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
This is a sample project students can use during Matthew's Git class.
We can have a bit of fun with this repo, knowing that we can always reset it to a known good state. We can apply labels, and branch, then add new code and merge it in to the master branch.
As a quick reminder, this came from one of three locations in either SSH, Git, or HTTPS format:
* [email protected]:matthewmccullough/hellogitworld.git
* git://github.com/matthewmccullough/hellogitworld.git
* https://[email protected]/matthewmccullough/hellogitworld.git
We can, as an example effort, even modify this README and change it as if it were source code for the purposes of the class.
This demo also includes an image with changes on a branch for examination of image diff on GitHub.
```one
two
three``
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/25423296/163456776-7f95b81a-f1ed-45f7-b7ab-8fa810d529fa.png">
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
<img alt="Shows an illustrated sun in light mode and a moon with stars in dark mode." src="https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png">
</picture>