-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (68 loc) · 3.01 KB
/
Copy pathindex.html
File metadata and controls
71 lines (68 loc) · 3.01 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
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
<!doctype html>
<html>
<head>
<title>Git</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Techno Arcade Race"/>
<meta name="keywords" content="mac, ios, app, store, apple, download, git, lab, gitlab, github, hub, version, repository, track, change, update, log, work, history, flow, cloud, dev, it"/>
<link rel="stylesheet" href="styles.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Git</h1>
<br>
<img src="logo.png" />
<br><br><br>
<a href="https://apps.apple.com/us/app/git/id1459215346?ls=1" title="Download on the iOS App Store">
<img width="120" src="appstorebadge@2x.png" />
</a>
<br><br><br>
<a href="mailto:git@iturbi.de" title="Contact Us">
<b>Contact Us</b>
</a>
</header>
<section>
<img src="screen.jpg" />
<br><br><br><br>
<h2>Embrace Change</h2>
<p>Embrace change in your workflow.</p>
<br>
<p>A version control system allows you to track changes on your files and documents and edit them without fear, you will always be able to go back in time and recover a previous version or compare the differences.</p>
<br>
<p>Just like using git from the Terminal, but better.</p>
<br>
<h3>Features</h3>
<ul>
<li>Create or open a repository</li>
<li>Commit changes</li>
<li>Review the history/log</li>
<li>Revert to a previous state</li>
<li>Clone, Pull, Push, Edit, remotes</li>
<li>Unpack a repository</li>
<li>View the difference of an edited file</li>
</ul>
<br>
<p>No requirements</p>
<br>
<p>Seriously, fully native for MacOS and iOS, and you need nothing additional to create a repository and start tracking your files and documents.</p>
<br>
<h3>Privacy and analytics</h3>
<p>
We value your privacy above all, and we are very serious about it. Git does NOT track your activity at any time, in fact, it is fully functional without an internet connection. Your credentials (name and email) are only used to sign your commits, but these are only stored in your device.</p>
<p>Git is a distributed version-control system for tracking changes in source code during software development. It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed, data integrity, and support for distributed, non-linear workflows.</p>
<p>- Wikipedia</p>
<br>
<p>Try it yourself and let us know what you think.</p>
<br>
<p>No ads, no subscriptions.</p>
<br><br><br>
</section>
</div>
</body>
</html>