- what is github
GitHub: Where the world builds software it sound scary right but its actually vary simple to ues u can think of it like ur own magazine that u can manege in your own way
key benefits you get from using githup
- Easy to use
- Perfect to work with others
- It’s easy to revert your mistakes
- Perfect to work with others
What is Markdown ??
is a way to style text on githup control the display of the document; formatting words as bold or italic, adding images, and creating lists are just a few of the things we can do with Markdown. Mostly, Markdown is just regular text with a few non-alphabetic characters thrown in, like # or *
and there is some symbol we can ues in markdown u can cheek here.
there are some here
- Headings
To create a heading, add one to six # symbols before your heading text. The number of # you use will determine the size of the heading.
- Links
You can create an inline link by wrapping link text in brackets [ ], and then wrapping the URL in parentheses ( ). You can also use the keyboard shortcut command + k to create a link.
- Lists
You can make an unordered list by preceding one or more lines of text with - or *.
*Task lists
To create a task list, preface list items with a regular space character followed by [ ]. To mark a task as complete, use [x].
back.