You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When would you want to use a remote repository rather than keeping all your work
local?
One good reason to do it would be sharing or collaborating with other team mates. Another good reason could be to create a repository in order to backup local files and made them accesible globally.
Why might you want to always pull changes manually rather than having Git
automatically stay up-to-date with your remote repository?
Fill in your answer here
Describe the differences between forks, clones, and branches. When would you
use one instead of another?
Fill in your answer here
What is the benefit of having a copy of the last known state of the remote
stored locally?
Fill in your answer here
How would you collaborate without using Git or GitHub? What would be easier,
and what would be harder?
Fill in your answer here
When would you want to make changes in a separate branch rather than directly in