A friendler README
This commit is contained in:
parent
28dd92bcec
commit
0d7242e7fc
21
README.md
21
README.md
|
@ -1,19 +1,24 @@
|
||||||
# test-repo
|
# A Git(Hub) Test Repository
|
||||||
|
|
||||||
A Git(Hub) Test Repository
|
Hey! This is my personal Git(Hub) Test Repository where I experiment with Git and GitHub.
|
||||||
|
|
||||||
`git clone https://github.com/zpqrtbnk/test-repo.git .`
|
If you are new to Git and GitHub and found this repository through Google: feel free to clone the repository and experiment with it! You will not be able to push back to the repository, as it is *my* repository and I cannot let everybody push to it. The right way to do it on GitHub is: (1) fork the repository in your own account, (2) make changes and push them in a branch of your own fork, (3) create a Pull Request in my repository. I will get notified, will review the changes that you propose, and eventually will either merge the changes, or reject them. This *may* take some time as I am not actively monitoring nor maintaining this repository, as you can guess, but I try to be helpful ;)
|
||||||
|
|
||||||
We have pages at: http://zpqrtbnk.github.io/test-repo/
|
Don't expect to find anything meaningful nor useful in the repository. Also, I happen to force-push a reset of everything from time to time. This means that I reset all history, including changes that you may have submitted. Hey, this is a *test* repository after all.
|
||||||
|
|
||||||
We have an image in the README
|
The rest of this README file is
|
||||||
|
|
||||||
|
Clone the repository with: `git clone https://github.com/zpqrtbnk/test-repo.git .`
|
||||||
|
|
||||||
|
We have test GitHUb pages (from the `gh-pages` branch) at: http://zpqrtbnk.github.io/test-repo/
|
||||||
|
|
||||||
|
We have an image in the README (markdown)
|
||||||
![Image](https://raw.github.com/zpqrtbnk/test-repo/master/wtf.jpg)
|
![Image](https://raw.github.com/zpqrtbnk/test-repo/master/wtf.jpg)
|
||||||
|
|
||||||
etc
|
We have an image in the README (html)
|
||||||
etc
|
|
||||||
|
|
||||||
<img src="./wtf.jpg" />
|
<img src="./wtf.jpg" />
|
||||||
|
|
||||||
|
We have an image in the README (more html)
|
||||||
<p align="center" style="background:#000;padding:5px;color:#fff;font-size:150%;margin-bottom:64px">
|
<p align="center" style="background:#000;padding:5px;color:#fff;font-size:150%;margin-bottom:64px">
|
||||||
<img src="./wtf.jpg" />
|
<img src="./wtf.jpg" />
|
||||||
<span style="margin-left:48px;">wubble</span>
|
<span style="margin-left:48px;">wubble</span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user