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
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 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 collection of commits, and branches and tags to identify commits.
* Git - Version Control - A system that records changes to a file or set of files over time so that you can recall specific versions later.
* Clone - A local copy of a repository.
* Fork - A copy of the master repository.
* History - Shows a timeline of commits made.
* Staging - The staging area stores information about what will go into your next commit.
* Remote - Repositories other than the one on your local disk which you can push your changes into.
* Commit - A command that records changes to the repository.
* Push - Pushes changes made in your local branch to a remote repository.

## Steps to our Lamba School Git Flow
1. Fork repository
Expand Down