-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (44 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>
<h1>Hello</h1>
</div>
<div>
<a href="gallery.html"> gallery</a>
</div>
<div class="text">
<b>
<p>
1)git clone;
<br>
2)git status;
<br>
3)git branch;
<br>
4)git commit -m "commit name";
<br>
5)git init;
<br>
6) cd-(check directory) + file name;
<br>
7) git add. or git add + file name;
<br>
8)git push;
<br>
9)git checkout "branch-name";
<br>
10)git pull;
<br>
11)git commit -a "";
</p>
</b>
</div>
</body>
</html>