-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlesson_3_reflections.txt
38 lines (21 loc) · 1.24 KB
/
lesson_3_reflections.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
When would you want to use a remote repository rather than keeping all your work
local?
if there is more than only me who are working on this project and we are working from different places --> neu im originalem Ordner
Why might you want to always pull changes manually rather than having Git
automatically stay up-to-date with your remote repository?
I prefer automatic, cause I old and forgetful
Describe the differences between forks, clones, and branches. When would you
use one instead of another?
I fork on GitHub to get a public repository in my GitHub account.
I clone this to my personal computer, remote will install automatically.
I create branches > but this is an other story.
What is the benefit of having a copy of the last known state of the remote
stored locally?
Wissen ist Macht.
How would you collaborate without using Git or GitHub? What would be easier,
and what would be harder?
Git/GitHub sehr nützlich - aber geht das nicht einfacher?
When would you want to make changes in a separate branch rather than directly in
master? What benefits does each approach have?
Wie immer, master soll sauber sein. Und wegen der Tortur wenn mehrere an einer Datei arbeiten.
Etwas schreiben, dann hochladen.