Skip to content

Commit bd1adcc

Browse files
committed
knowledge
1 parent 3c80ec3 commit bd1adcc

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

sanele/git-knowledge.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body>
4+
5+
6+
<h1>git_knowledge.html</h1>
7+
8+
<p>git is a software to up you html online, I can say its a tool that you use in order your html file to be visible online. Some command are: git add index.html
9+
<ol>
10+
<Li>git status = is to check if your html file appears on the terminal</li>
11+
<li>git push origin master= is used to push the html file to github</Li>
12+
<li>git commit -m 'baba'= is step before pushing your html file</li>
13+
<li>git push origin master= is the last step before terminal request you to enter your githud account</li> .</p>
14+
15+
</ol>
16+
<html>
17+
18+
<body>
19+
20+
21+
<style>
22+
ul#menu li {
23+
display:inline;
24+
}
25+
text{ color:black;
26+
font-size:19px;
27+
font-family:"Dejavu Sans";
28+
padding:12px;
29+
opacity: .75;
30+
background-color:#64FE2E;}
31+
body {background-color:lightgrey}
32+
h1 {color:blue}
33+
p {color:green}
34+
35+
</style>
36+
</head>
37+
38+
<body>
39+
40+
41+
42+
</body>
43+
</html>
44+
<h1></h1>
45+
46+
<p>
47+
.</p>
48+
49+
</body>
50+
</html>
51+
52+
53+
</body>
54+
</html>

0 commit comments

Comments
 (0)