-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.29 KB
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 1.29 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Helper_of_configurate_git</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Hello, here i`ll past some links that`ll help you <br>learn, configurate, etc. with git</h1>
<a href="https://gist.github.com/flumono/6e6734334bd4e0d8187d32433430278f">1. Answer, that used to help me configurate git today.</a>
<br>
<a href="https://formulae.brew.sh/formula/git#default">2. Second site, that helped me to configurate git</a>
<br>
<a href="https://vk.com/wall-79831840_68378">3. Just found this interesting helper</a>
<br>
<a href="https://stackioverflow.com/questions/68775869/message-support-for-password-authentication-was-removed">4. This link will help you in case of PA removed</a>
<br>
<h3>Ways to learn git:</h3>
<a href="https://learngitbranching.js.org/?locale=ru_RU&demo=">1. Nice interactive tutorial with russian and etc languages.</a>
<a href="https://git-scm.com/">Official site</a>
<h4>On date of 13 April 2025, i sure that site is not finished. Maybe i`ll add here something. seeya.</h4>
<a href="https://telegra.ph/Help-in-git-04-12">Just a quick reminder</a>
</body>
</html>