Skip to content

FaezehYazdani/GitHub-Pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 

Repository files navigation

GitHub-Pro

An exhaustive and comprehensive compilation of essential GitHub tips and tricks, serving as a comprehensive reference guide for both novice and experienced users. This cheat sheet encompasses a wide array of GitHub functionalities, offering insights into efficient workflow practices, advanced version control techniques, collaboration strategies, and effective utilization of GitHub's features.

Useful GitHub Markdown

--- Markdown: Used for README files, issues, and pull requests ---

Heading 1

Heading 2

italic, bold, code

  • Bullet points

--- HTML: GitHub allows the use of HTML for more complex formatting ---

This is red text.

--- Task Lists: Create task lists in issues and pull requests ---

  • Completed task
  • Incomplete task 1
  • Incomplete task 2

--- Tables: Create tables for better organization ---

Header 1 Header 2
Cell 1 Cell 2

--- Code Blocks: Display code blocks with syntax highlighting ---

public class Example {
    public static void main(String[] args) {
        System.out.println("Hello, GitHub!");
    }
}

--- Emojis: Add emojis to your content ---
๐Ÿ˜ƒ ๐Ÿš€ :octocat:

--- Headers and Links: Create links and headers ---
My GitHub Profile

--- Images: Embed images ---
GitHub

--- Quoting Text: Quote text ---

This is a quote.

--- Reference Links: Create reference links ---
My GitHub Profile
My LinkedIn Profile
My Twitter Profile

--- Math Expressions: Write mathematical expressions using LaTeX ---
$E = mc^2$

--- Strike Through: Strike through text ---
This text is strikethrough.

P.S. If you wanna make sure you are on a new line you need to add 2 spaces at the end of the previous line.

About

A Cheet Sheet For You To Use GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published