Git is a specific open-source version control system created by Linus Torvalds in 2005.
Specifically, Git is a distributed version control system, which means that the entire codebase and history is available on every developer’s computer, which allows for easy branching and merging.
GitHub is a for-profit company that offers a cloud-based Git repository hosting service. Essentially, it makes it a lot easier for individuals and teams to use Git for version control and collaboration.
GitHub’s interface is user-friendly enough so even novice coders can take advantage of Git. Without GitHub, using Git generally requires a bit more technical savvy and use of the command line. Additionally, anyone can sign up and host a public code repository for free, which makes GitHub especially popular with open-source projects.
- Store projects
- Keeping track of projects and files
- Collaborating with others
- Social network.
* Store projects
* Keeping track of projects and files
* Collaborating with others
* Social network.
It needs to be descriptive.
- Anyone should understand our project.
- List the contents of the repository
- Clearly explains the project to others.
1. Anyone should understand our project.
2. List the contents of the repository
3. Clearly explains the project to others.
Title, Description of techonology, Description of the process, extra information such as how the project came about, the motivation, limitation, challenges, what problem it hope to solve etc can be described.
The empty line means next line.
Bold (**) example_bold
Italic (*) example_italixc
Underlined example_underline
Bold and Italic (**_) example_both
Also, you van make Blockquotes
sentence 1 sentence 2 sentence 3 sentence 4
sentence 5
> sentence 1
> sentence 2
> sentence 3
> sentence 4
>> sentence 5
>>
- share with someone
- make checkbox
- assign tesk
- [x] share with someone
- [ ] make checkbox
- [ ] assign tesk
This is used for reference. The-Ultimate-Markdown-Cheat-Sheet
[The-Ultimate-Markdown-Cheat-Sheet](https://github.com/lifeparticle/Markdown-Cheatsheet)
git clone https://github.com/DayeaPark/Allele-specific-m6A-modification.git
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests