GLIDE

Link to team Repository

A clone is a process of making a copy of the master repository.

A branch is a copy of the master repository stored on your computer

We need branches in order to edit code and add features without actually editing the master repository.

A Commit is similar to a bookmark in that it marks specific points in the project. For example, a commit could be made when new files are created. This is useful because we may want to go back to specific points and edit the code.

Comments

Popular posts from this blog

Lab 23-2: Type Ahead

WBL Workshop 2

Lab7 - Simple Accordion