@@ -13,9 +13,7 @@ like Github too, format nicely as HTML.
13
13
14
14
** Goal:** I know how to create a local Git repository.
15
15
16
- How: * (Your answer here)*
17
-
18
- What does Git do to create a local repository?
16
+ What does Git do when initialising a local repository?
19
17
20
18
* Your answer here
21
19
@@ -26,8 +24,6 @@ What does Git do to create a local repository?
26
24
27
25
** Goal:** I can explain what a “commit” is.
28
26
29
- ** Goal:** I know how to find help about a command
30
-
31
27
I want to remember:
32
28
33
29
* * (New stuff you learned)*
@@ -44,21 +40,31 @@ I want to remember:
44
40
45
41
** Goal:** I understand when branches are used and how they are merged back.
46
42
43
+ ** Goal:** I know how to find help about a command
44
+
47
45
I have the following branches:
48
46
49
47
50
48
### Some conflicts need resolving
51
49
52
50
** Goal:** I am able to resolve merge conflicts.
53
51
54
- ** Goal:** I know when to rebase before merging .
52
+ ** Goal:** I can simplify the history by rebasing .
55
53
56
54
57
55
### Stash and Remote
58
56
59
57
** Goal:** I know how to temporarily undo my changes.
60
58
61
- ** Goal:** I can explain what a remote is good for.
59
+ ** Goal:** I can push my changes to a remote.
60
+
61
+
62
+ ### When to commit/branch?
63
+
64
+ ** Goal:** I know when it makes sense to create a commit or a branch.
65
+
66
+
67
+
62
68
63
69
64
70
## Oh vi* !
@@ -70,6 +76,28 @@ Most important commands for me:
70
76
* * (Your text here)*
71
77
72
78
79
+
80
+
81
+
82
+ ## Command line, Git Bash
83
+
84
+ Show current directory
85
+
86
+ pwd
87
+
88
+ Change to subdirectory and back to parent
89
+
90
+ cd subdir
91
+ cd ..
92
+
93
+ List files in current directory
94
+
95
+ ls -lah
96
+
97
+
98
+
99
+
100
+
73
101
## References
74
102
75
103
* ` git help <command> `
0 commit comments