https://github.com/mhmd2015/test1.git
echo "# test1" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/mhmd2015/test1.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/mhmd2015/test1.git
git branch -M main
git push -u origin main
to get the raw of .md
use the following:
https://github.com/mhmd2015 converted to
https://raw.githubusercontent.com/mhmd2015/Test1/master/README.md
so the role: 1- the repository must be public.
2- and do modification to the link: https://[row.]github[usercontent].com/mhmd2015/Test1/[branch]/[file path]
# The largest heading
## The second largest heading
###### The smallest heading
|Style |Syntax |Keyboard |shortcut |Example |Output|
|Bold |** ** or __ __ |Command+B (Mac) or Ctrl+B (Windows/Linux) |This is bold text| This is bold text|
|Italic |* * or _ _ |Command+I (Mac) or Ctrl+I (Windows/Linux) This text is italicized This text is italicized|
|Strikethrough |~~ ~~ |This was mistaken text |This was mistaken text|
|Bold and nested italic |** ** and _ _ |This text is extremely important| This text is extremely important|
|All bold and italic| *** *** |All this text is important |All this text is important|
This site was built using [GitHub Pages](https://pages.github.com/).
This site was built using GitHub Pages.
![boy picture](../master/images/boy.png)
just add 3 ` to use section
public static async Task GetAsync(String url){
...
}
- Mohammed
- Abdullah
- Hussein
- Mohammed
- Abdullah
- Hussein
1. First list item
- First nested list item
- Second nested list item
- First list item
- First nested list item
- Second nested list item
- First nested list item
- [x] #739
- [ ] https://github.com/octo-org/octo-repo/issues/740
- [ ] Add delight to the experience when all tasks are complete :tada:
- #739
- https://github.com/octo-org/octo-repo/issues/740
- Add delight to the experience when all tasks are complete 🎉