Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning_git com Prof. Gustavo Guanabara

The first repository of the Git and Github course;

Repository created during the live class;

This line I added direcly from the website! This is AMAZING!

One more time, just to test...

The last one, for me to know how the commands work.

Testing Git Pull.


MARKDOWN CODE

  • FONTS CONFIG

bold and bold

italic and italic

strikethrough

bold and italic

title level h1

title level h2

title level h3


  • LINES

--- orizontal weakest line;

*** horizontal stronger line ;


  • NUMBERED LIST

  1. number 1.
    1. subtitle i. (space in front of the number to add a subtitle, in this case will start with the number 1);
    2. subtitle ii.
  2. number 3.
  3. number 4. (can start with any number, the list will remain in sequence);

  • UNORDERED LIST

  • list item with disc;

    • sub item with circle (need to have 3 space in front of the line);
  • list item with disc again;

  • the dash also works;

  • TASK LIST

  • to-do list

  • need to add X to mark as completed


  • IMAGE

width: 500px;

format need to be pnj or jpeg;

upload the img (Add images is simple, need to drag to the write comment of the issue or to the code of Readme).

![write the description of the img inside the bracket and the url inside the parenthesis](url)

md


  • LINK

It's the same as the image, but without the ! at the beginning. white the description of the link


  • TABLES

To create a table you need to use a vertical bar between the words, forming columns, and three dashes, one pipe ... depending on the quantity of the columns to create a line.

Numb Name Age Address
1 Isa 25 Curitiba
2 Danilo 27 Londrina
3 Catherine 31 Canada

To finish the table we can write some on the bottom.


  • COMMAND

To highlight a command in the text, you must use a grave accent.

we can use this cmd of JS document.getElementById() in the middle of any sentence, leaving it monospaced and with a light gray background. Or this one of Python.

num = int(input('Type the value:')
if num%2==0:
        print(f'The value{num}is EVEN')
else:
        print(f'The value{numb}is ODD'))

Or just add a printscreen of the code.


  • EMOJIS

This code is used in writes comment of README or issues description.

The names of the emoji is here in this repository.

:nome of the emoji:

🤗

In case of title is necessary to access the website (www.emojipedia.org).

just copy and paste.


NAME SOMEONE

@the github name of the person,

To reply someone is necessary to go on the comment > click on the ellipsis > Quote reply > write whatever wants > comment or use a save reply.

Or remove the writes of the comment and add the symbol >


  • COMPLEMENT FILE

alttext

guia-markdown.pdf

About

The first repository of the Git and Github course

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages