Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Pre Course Git Fu
[Pre Class Video](https://youtu.be/ZihgMcrHOF4)

## Terms for learning Git
* Repository -
* Git - Version Control -
* Clone -
* Fork -
* History -
* Staging -
* Remote -
* Commit -
* Push -
* Repository - A repository in my own words can be seen as a storage for folders and different types of files that facilitate a project
* Git - Version Control - The Git version control
* Clone - A clone refers to a copy of a file in a git repository
* Fork - A fork refers to the copy of a repository
* History - A history refers to a record of acitivities in a git repo
* Staging - Staging refers to the situation where information about your next commit is recorded
* Remote - Remote refers to the location where the respective files are stored other than the local storage
* Commit - A commit can be seen as a command that records changes made in the repo to git
* Push - A push command simply updates the repository with respect to changes made by the commits

## Steps to our Lamba School Git Flow
## Steps to our Lambda School Git Flow
1. Fork repository
2. `git clone` w/ the repository URL
3. After Changes Made: `git status`
Expand Down