diff --git a/README.md b/README.md index c4dcbed..e52804d 100644 --- a/README.md +++ b/README.md @@ -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