Glide Reflection Journal
1. What is a clone?
A clone is a local copy of the remote repository onto your computer.
2. What is a branch?
A branch is a branch-off of the master from a repository. Its like a pathway from the repository to either a feature branch or master.
3. Why do you need branches in a project?
You need branches in order to add more content to your master and further improve it.
4. What is a commit?
A commit is a checkpoint in which your work is saved at that point in time. Every commit is saved onto a log where you can revert your work back to what it was at that point in time.
Comments
Post a Comment