test-repo-changed-branches/README.md

33 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2021-10-24 17:30:27 +02:00
# A Git(Hub) Test Repository
2012-11-21 16:19:50 +01:00
2021-10-24 17:30:27 +02:00
Hey! This is my personal Git(Hub) Test Repository where I experiment with Git and GitHub.
2012-11-21 16:26:37 +01:00
2021-10-24 17:32:09 +02:00
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:
2012-11-21 16:40:37 +01:00
2021-10-24 17:32:09 +02:00
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.
2016-12-14 15:26:58 +01:00
2021-10-24 17:32:09 +02:00
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 ;)
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. In theory, noone ever does this to a repository. But hey, this is a *test* repository after all.
The rest of this README file is mostly random stuff.
2021-10-24 17:30:27 +02:00
Clone the repository with: `git clone https://github.com/zpqrtbnk/test-repo.git .`
2012-11-21 16:40:37 +01:00
2021-10-24 17:30:27 +02:00
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](wtf.jpg)
2021-07-29 13:16:09 +02:00
2021-10-24 17:30:27 +02:00
We have an image in the README (html)
2021-07-29 13:19:26 +02:00
<img src="./wtf.jpg" />
2021-07-29 13:18:54 +02:00
2021-10-24 17:30:27 +02:00
We have an image in the README (more html)
2021-07-29 13:17:19 +02:00
<p align="center" style="background:#000;padding:5px;color:#fff;font-size:150%;margin-bottom:64px">
2021-07-29 13:19:26 +02:00
<img src="./wtf.jpg" />
2021-07-29 13:17:19 +02:00
<span style="margin-left:48px;">wubble</span>
</p>