This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#A Beginner's Guide By A Beginner - Intro to Git | |
##What exactly is **Git**? | |
* Git is a *Version Control System* | |
* *Version Control System* is a term used to describe a process in which changes can be monitored, tracked, and reverted back to if needed. | |
* Git is often used in software development | |
* Git requires some knowledge of programming languages to become proficient. | |
##How Do I Use **Git**? | |
I learned Git in a *Command Line Interface* system on Mac called "Terminal" | |
###Before we get to far into Git, It is important to understand how to navigate through directories while in terminal. Here are some basic commands that will help do just that! | |
1. cd + <directory name> |
1. On a website, what is the purpose of HTML code?
The purpose of HTML code is to provide structure to the web page.
2. What is the difference between an element and a tag?
Elements are made by an opening and closing tag. In other words, two tags equals one element.
3. Why do we use attributes in HTML elements?
Attributes are used in HTML elements to provide additional information about the content of the associated element.
4. Describe the purpose of the head, title, and body HTML elements.
The "head" element provides information about the web page.
The "title" element provides the text that will be shown on the tab/top of the browser window.
NewerOlder