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.
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
Post a Comment