-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlesson3Reflection.txt
More file actions
12 lines (10 loc) · 977 Bytes
/
lesson3Reflection.txt
File metadata and controls
12 lines (10 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
When would you want to use a remote repository rather than keeping all your work local?
when i have internet la bro, then its easy to make the file in the cloud
Why might you want to always pull changes manually rather than having Git automatically stay up-to-date with your remote repository?
well if i pull changes manually i know what my lan version is
Describe the differences between forks, clones, and branches. When would you use one instead of another?
forks is like you clone repository from github server to github server
clones is copying all the metadata from github to your local git
branches is like a brach you just make some branch to use for something funny. master bracnh is your default
What is the benefit of having a copy of the last known state of the remote stored locally?
well having a copy of the last known state and store it locally make me can do the work without internet and its make me can diff the change that i make and the one at github