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 - file stored on github
* Git - Version Control - git is about taking snapshots and moving back and forth on your commit history alsso for branching for collaborative working on prrojects
* Clone - making a copy of the forked file on local computer
* Fork - copying file from anither user's github project to yours
* History - the number of commit history
* Staging - adding changes to file in git in preparation to commit
* Remote - on a server
* Push - pushing file to github
* Commit - putting file to git

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