LINUX
What I understand about Git
Meaning of Git bash
Git bash is an application for Microsoft windows enviroment which provides an
emulation
layer for a Git command line experience.
Git commands
10 simple git commands
Git clone
existing source code from a remote repository ( like Git hub for example).
Git branch
These help developers to be able to work in parallel on the same project simultaneously.
Git checkout
these command helps to work in branch.
Git statues
information about the current branch.
Git push
Git pull
get update from the remote repo.
Git revert
These command is used to undo the changes that you have made.
A safer way that we can undo our commit is by using git reserve.
Git merge
everything work fine, the final step
is to merge the branch .
Git add
Git log
HTLM
HTML (HYPER TEXT MARKUP LANGUAGE)
Meaning of html (HYPER TEXT MARKUP LANGUAGE)
This is a standard markup language
for document designed to
be played on a web browser.
HTLM TAGS AND THEIR MEANING
Contain information for the document
Defines the document body
Defines the tittle for the document
Define htlm heading
Define important text
Define html document
Defines the document type
Paragraph
Break, to cut the sentence to another line
To create a table