Skip to content

Latest commit

 

History

History
111 lines (83 loc) · 2.77 KB

README.md

File metadata and controls

111 lines (83 loc) · 2.77 KB

What Is Git?

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.

What Is GitHub?

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.

Purpose

  • 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.


Writing Readme.

It needs to be descriptive.

  1. Anyone should understand our project.
  2. List the contents of the repository
  3. 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. 

Fundamentals:

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.

Title

subtitle 1

subtitle 2

The empty line means next line.

text style

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
>>

Task box

  • share with someone
  • make checkbox
  • assign tesk
- [x] share with someone
- [ ] make checkbox 
- [ ] assign tesk 

You can add links

This is used for reference. The-Ultimate-Markdown-Cheat-Sheet

[The-Ultimate-Markdown-Cheat-Sheet](https://github.com/lifeparticle/Markdown-Cheatsheet)

add picture

git-branches-merge

You can copy the directory with following commands.

git clone https://github.com/DayeaPark/Allele-specific-m6A-modification.git

More information for Pull request

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests