This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
289 lines (279 loc) · 9.15 KB
/
index.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Tutorial TecWeb II</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/league.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<h1>Agenda...</h1>
<ol>
<li>Criar conta GitHub</li>
<li>Criar conta Cloud9</li>
<li>Iniciar um Workspace PHP</li>
<li>Compartilhar o Workspace</li>
<li>Comandos Git Básicos</li>
<li>Recomendações/Boas Práticas</li>
</ol>
<p class="small">Esta apresentação está disponível em: <a href="https://guipedreira.github.io/tutorial-tecwebii/">https://guipedreira.github.io/tutorial-tecwebii/</a></p>
</section>
<section>
<h1>Criar conta GitHub</h1>
</section>
<section>
<h3>Criar conta GitHub</h3>
<p>Acessar: <a href="http://www.github.com">http://www.github.com</a></p>
<img src="img/1.jpg" alt="">
</section>
<section>
<h3>Criar conta GitHub</h3>
<img src="img/2.jpg" alt="">
</section>
<section>
<h3>Criar conta GitHub</h3>
<img src="img/3.jpg" alt="">
</section>
<section>
<h3>Criar conta GitHub</h3>
<img src="img/4.jpg" alt="">
</section>
<section>
<h3>Criar conta GitHub</h3>
<img src="img/5.jpg" alt="">
</section>
<section>
<h3>Criar conta GitHub</h3>
<img src="img/6.jpg" alt="">
</section>
<section>
<h3>Criar conta GitHub</h3>
<img src="img/7.jpg" alt="">
</section>
<section>
<h3>Criar conta GitHub</h3>
<p>Copie este link:</p>
<img src="img/8.jpg" alt="">
<p>Ele será útil.</p>
</section>
<section>
<h1>Criar conta Cloud9</h1>
</section>
<section>
<h3>Criar conta Cloud9</h3>
<p>Acessar: <a href="http://www.c9.io">http://www.c9.io</a></p>
<img src="img/9.jpg" alt="">
</section>
<section>
<h3>Criar conta Cloud9</h3>
<p>Utilize os dados da conta do Github</p>
<img src="img/10.jpg" alt="">
</section>
<section>
<h3>Criar conta Cloud9</h3>
<img src="img/11.jpg" alt="">
<p>Um nome de exibição para os outros usuarios</p>
</section>
<section>
<h3>Criar conta Cloud9</h3>
<img src="img/12.jpg" alt="">
</section>
<section>
<h3>Criar conta Cloud9</h3>
<img src="img/13.jpg" alt="">
</section>
<section>
<h3>Criar conta Cloud9</h3>
<img src="img/14.jpg" alt="">
</section>
<section>
<h3>Criar conta Cloud9</h3>
<img src="img/15.jpg" alt="">
<p>Dados do cartão de crédito (nada será cobrado)</p>
</section>
<section>
<h3>Criar conta Cloud9</h3>
<img src="img/16.jpg" alt="">
<p>E autorize o Cloud 9 acessar os dados do seu GitHub</p>
</section>
<section>
<h1>Iniciando um Workspace PHP</h1>
</section>
<section>
<h3>Workspace PHP</h3>
<img src="img/17.jpg" alt="">
</section>
<section>
<h3>Workspace PHP</h3>
<img src="img/18.jpg" alt="">
</section>
<section>
<h3>Compartilhando Workspace</h3>
<img src="img/19.jpg" alt="">
</section>
<section>
<h3>Compartilhando Workspace</h3>
<img src="img/20.jpg" alt="">
</section>
<section>
<h1>Comandos Git Básicos</h1>
</section>
<section>
<h3>Comandos Git Básicos</h3>
<pre><code data-trim data-noescape>seuusuario:~/workspace(master)$git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
</code></pre>
<p> Tudo OK!, seu repositório está na ultima versão</p>
</section>
<section>
<h3>Comandos Git Básicos</h3>
<p>Crie um arquivo PHP no workspace!</p>
<pre><code data-trim>
<!--Remova os comentários
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Olá Mundo!</title>
</head>
<body>
<h1>Olá Mundo!</h1>
</body>
</html>
-->
</code></pre>
</section>
<section>
<h3>Comandos Git Básicos</h3>
<pre><code data-trim data-noescape>
seuusuario:~/workspace(master)$git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
index.php
nothing added to commit but untracked files present (use "git add" to track)
</code></pre>
<p> Incluimos um novo arquivo, mas ainda não adicionamos ele ao repositório (Untracked files).</p>
</section>
<section>
<h3>Comandos Git Básicos</h3>
<pre><code data-trim data-noescape>
seuusuario:~/workspace (master) $ git add .
</code></pre>
<p>Assim incluimos todos os novos arquivos ao repositório.</p>
<pre><code data-trim data-noescape>
seuusuario:~/workspace (master) $ git add index.php
</code></pre>
<p>Poderíamos incluir apenas o index.php ao repositório.</p>
<pre><code data-trim data-noescape>
seuusuario:~/workspace (master) $ git add index.php (novoarquivo.txt)
</code></pre>
<p>ou poderíamos incluir alguns arquivos ao repositório.</p>
</section>
<section>
<h3>Comandos Git Básicos</h3>
<pre><code data-trim data-noescape>
seuusuario:~/workspace(master)$ git status
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
(use "git push" to publish your local commits)
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: index.php
</code></pre>
<p>Agora o Git está controlando a versão do nosso arquivo index.php</p>
</section>
<section>
<h3>Comandos Git Básicos</h3>
<pre><code data-trim data-noescape>
seuusuario:~/workspace(master)$ git commit -m "Commit Inicial"
</code></pre>
<p>Para criarmos uma "versão" do nosso código, e adicionarmos uma mensagem à ela.</p>
</section>
<section>
<h3>Comandos Git Básicos</h3>
<p>Para conferir se a integração com o GitHub está correta:</p>
<pre><code data-trim data-noescape>
seuusuario:~/workspace(master)$ git remote -v
origin https://github.com/seuusuario/tecwebii.git (fetch)
origin https://github.com/seuusuario/tecwebii.git (push)
</code></pre>
</section>
<section>
<h3>Comandos Git Básicos</h3>
<pre><code data-trim data-noescape>
seuusuario:~/workspace(master)$ git push
Username for 'https://github.com': seuusuario
Password for 'https://[email protected]': [suasenhaaqui] (não mostra *)
Counting objects: 121, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (114/114), done.
Writing objects: 100% (121/121), 2.16 MiB | 674.00 KiB/s, done.
Total 121 (delta 15), reused 0 (delta 0)
remote: Resolving deltas: 100% (15/15), done.
To https://github.com/guipedreira/tutorial-tecwebii.git
5e207b3..56d12e6 master -> master
</code></pre>
<p>Com este comando, enviamos nosso código para o GitHub (que foi configurado como repositório remoto)</p>
</section>
<section>
<h3>Comandos Git Básicos</h3>
<p>Ao acessarmos o GitHub novamente:</p>
<img src="img/21.jpg" alt="">
</section>
<section>
<h1>Recomendações</h1>
</section>
<section>
<h3>Recomendações</h3>
<ul>
<li>Utilize sempre o Cloud9 para editar seus códigos.<br>Caso não seja possível, cole o código alterado no Cloud9 quando estiver online.</li>
<li>Sempre que fizer uma alteração razoavelmente grande (terminar uma página nova, ou uma nova funcionalidade), faça um<pre><code>git commit</code></pre></li>
</ul>
</section>
<section>
<h3>Recomendações</h3>
<ul>
<li>Sempre faça um <pre><code>git commit</code></pre>e em seguida um<pre><code>git push</code></pre>assim, você mantem as versões corretas em ambos os lugares.</li>
</ul>
</section>
<section>
<h3>Colabore com GitHub</h3>
<p>Esta apresentação está no GitHub, caso queira modificá-la ou copiá-la, basta acessar: <a href="https://github.com/guipedreira/tutorial-tecwebii">https://github.com/guipedreira/tutorial-tecwebii</a></p>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>