@@ -86,15 +86,14 @@ Jak se na to dívá Git?
86
86
␛[36m$␛[0m git status
87
87
On branch master
88
88
89
- Initial commit
89
+ No commits yet
90
90
91
91
Untracked files:
92
92
(use "git add <file>..." to include in what will be committed)
93
-
94
- ␛[31mAutofile.tmp␛[m
95
- ␛[31mobrazek.ps␛[m
96
- ␛[31mobrazek.py␛[m
97
- ␛[31mpoznamky.txt␛[m
93
+ ␛[31mAutofile.tmp␛[m
94
+ ␛[31mobrazek.ps␛[m
95
+ ␛[31mobrazek.py␛[m
96
+ ␛[31mpoznamky.txt␛[m
98
97
99
98
nothing added to commit but untracked files present (use "git add" to track)
100
99
```
@@ -129,15 +128,14 @@ Pak se podívej na `git status`. Obrázek už by ve výpisu neměl být!
129
128
␛[36m$␛[0m git status
130
129
On branch master
131
130
132
- Initial commit
131
+ No commits yet
133
132
134
133
Untracked files:
135
134
(use "git add <file>..." to include in what will be committed)
136
-
137
- ␛[31m.gitignore␛[m
138
- ␛[31mAutofile.tmp␛[m
139
- ␛[31mobrazek.py␛[m
140
- ␛[31mpoznamky.txt␛[m
135
+ ␛[31m.gitignore␛[m
136
+ ␛[31mAutofile.tmp␛[m
137
+ ␛[31mobrazek.py␛[m
138
+ ␛[31mpoznamky.txt␛[m
141
139
142
140
nothing added to commit but untracked files present (use "git add" to track)
143
141
```
@@ -149,19 +147,17 @@ Nový soubor `.gitignore` přidej do repozitáře společně se samotným progra
149
147
␛[36m$␛[0m git status
150
148
On branch master
151
149
152
- Initial commit
150
+ No commits yet
153
151
154
152
Changes to be committed:
155
153
(use "git rm --cached <file>..." to unstage)
156
-
157
- ␛[32mnew file: .gitignore␛[m
158
- ␛[32mnew file: obrazek.py␛[m
154
+ ␛[32mnew file: .gitignore␛[m
155
+ ␛[32mnew file: obrazek.py␛[m
159
156
160
157
Untracked files:
161
158
(use "git add <file>..." to include in what will be committed)
162
-
163
- ␛[31mAutofile.tmp␛[m
164
- ␛[31mpoznamky.txt␛[m
159
+ ␛[31mAutofile.tmp␛[m
160
+ ␛[31mpoznamky.txt␛[m
165
161
```
166
162
167
163
Když uděláš ` git commit ` a repozitář nasdílíš s ostatními, všichni dostanou
@@ -196,18 +192,16 @@ A po uložení budou poznámky ignorovány!
196
192
␛[36m$␛[0m git status
197
193
On branch master
198
194
199
- Initial commit
195
+ No commits yet
200
196
201
197
Changes to be committed:
202
198
(use "git rm --cached <file>..." to unstage)
203
-
204
- ␛[32mnew file: .gitignore␛[m
205
- ␛[32mnew file: obrazek.py␛[m
199
+ ␛[32mnew file: .gitignore␛[m
200
+ ␛[32mnew file: obrazek.py␛[m
206
201
207
202
Untracked files:
208
203
(use "git add <file>..." to include in what will be committed)
209
-
210
- ␛[31mAutofile.tmp␛[m
204
+ ␛[31mAutofile.tmp␛[m
211
205
```
212
206
213
207
## Další haraburdí
@@ -250,13 +244,12 @@ A měl by být ignorován:
250
244
␛[36m$␛[0m git status
251
245
On branch master
252
246
253
- Initial commit
247
+ No commits yet
254
248
255
249
Changes to be committed:
256
250
(use "git rm --cached <file>..." to unstage)
257
-
258
- ␛[32mnew file: .gitignore␛[m
259
- ␛[32mnew file: obrazek.py␛[m
251
+ ␛[32mnew file: .gitignore␛[m
252
+ ␛[32mnew file: obrazek.py␛[m
260
253
```
261
254
262
255
0 commit comments