-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
219 lines (188 loc) · 8.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GitUp</title>
<meta name="description" content="GitUp is Git the way it should be">
<!--<meta name="viewport" content="width=device-width,initial-scale=1">-->
<link rel="icon" sizes="16x16" href="images/icons/favicon_16.png">
<link rel="icon" sizes="32x32" href="images/icons/favicon_32.png">
<meta property="og:image" content="images/icons/facebook.png"/>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="assets/js/libs/jquery-2.1.3.min.js"><\/script>')</script>
<link rel="stylesheet" href="styles/reset.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<a href="https://github.com/git-up/GitUp"><img style="position: absolute; top: 0; right: 0; border: 0; width: 149px; height: 149px;" src="images/fork-me.png" alt="Fork me on GitHub"></a>
<div id="hero">
<img src="images/logo_reflective.png" alt="" width="120" height="200" />
</div>
<header id="header">
<div class="container">
<h1 class="header-title">
GitUp
</h1>
<p class="header-subtitle">
Work quickly, safely, and without headaches.<br/>
The Git interface you've been missing<br/>
all your life has finally arrived.
</p>
</div>
</header>
<div id="screencast">
<video width="768" height="432" preload="auto" controls>
<source src="images/screencast.mp4" type="video/mp4">
<div>Your browser does not support the video tag.</div>
</video>
<!-- <iframe src="https://player.vimeo.com/video/126874574?title=0&byline=0&portrait=0" width="740" height="416" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> -->
<p class="header-subtitle">Click Play to watch a 90 seconds screencast of GitUp in action</p>
</div>
<section class="mainFeature" id="live-map">
<div class="container">
<figure class="mainFeature-image">
<img src="images/map.gif" alt="" />
</figure>
<div class="mainFeature-subSection">
<h2 class="mainFeature-subSection-title">Visualize your Repo</h2>
<p class="mainFeature-subSection-blurb">
GitUp lets you see your entire labyrinth of branches and merges with perfect clarity.
</p>
</div>
<div class="mainFeature-subSection">
<h2 class="mainFeature-subSection-title">Live Map</h2>
<p class="mainFeature-subSection-blurb">
Any change you make, large or small, even outside GitUp, is immediately reflected in GitUp's graph. No refreshing, no waiting.
</p>
</div>
<div class="mainFeature-subSection">
<h2 class="mainFeature-subSection-title">Quick View</h2>
<p class="mainFeature-subSection-blurb">
Highlight a commit and hit the spacebar to quickly see its message and diff.
</p>
</div>
</div>
</section>
<section class="mainFeature" id="undo-redo">
<div class="container">
<figure class="mainFeature-image">
<img src="images/snapshots.gif" alt="" />
</figure>
<div class="mainFeature-subSection">
<h2 class="mainFeature-subSection-title">It's okay to mess up</h2>
<p class="mainFeature-subSection-blurb">
GitUp gives you full, transparent control over your local checkout, so it's easy to back out from unwanted changes.
</p>
</div>
<div class="mainFeature-subSection">
<h2 class="mainFeature-subSection-title">Undo / Redo</h2>
<p class="mainFeature-subSection-blurb">
<!--Oops! Don’t you wish you could undo that last change? GitUp makes it as easy as cmd-z.-->
Margaritas, tattoos, <code>sudo rm -rf /</code> …some things in life can't be undone.<br/>
But GitUp makes undoing your latest changes as easy as cmd-z.
</p>
</div>
<div class="mainFeature-subSection">
<h2 class="mainFeature-subSection-title">Snapshots</h2>
<p class="mainFeature-subSection-blurb">
GitUp's Snapshot feature builds a Time-Machine-like history of every change made to your repo, allowing you to step backwards to any point in time.
<!-- GitUp's Snapshot feature keeps track of every change you make(even changes made from another client), so you can step backwards to any point in time. It's like Time Machine for Git.-->
<!--As long as GitUp is running, it builds a Time-Machine-like history of changes made to your repo, allowing you to step backwards to any point in time.-->
</p>
</div>
</div>
</section>
<section class="mainFeature" id="quick-keys">
<div class="container">
<figure class="mainFeature-image">
<img src="images/editing.gif" alt="" />
</figure>
<div class="mainFeature-subSection">
<h2 class="mainFeature-subSection-title">Full-featured</h2>
<p class="mainFeature-subSection-blurb">
Rewrite, split, delete, and re-order commits, fixup and squash, cherry-pick, merge, rebase—It's all here, and it's lightning-fast.
</p>
</div>
<div class="mainFeature-subSection">
<h2 class="mainFeature-subSection-title">Quick Keys</h2>
<p class="mainFeature-subSection-blurb">
GitUp puts the power in your fingertips.<br/>
Surf your repo, make changes, and rewind it all back with a few short keystrokes.
</p>
</div>
<div class="mainFeature-subSection">
<h2 class="mainFeature-subSection-title">GitUp gets out of the way</h2>
<p class="mainFeature-subSection-blurb">
You're here to write code, not meditate on arcane Git incantations. <!--GitUp lets you focus on what's important.-->
</p>
</div>
</div>
</section>
<section id="more-features">
<div class="container">
<section class="secondaryFeature" id="speed">
<figure class="secondaryFeature-image">
<img src="images/speed.png" alt="" />
</figure>
<h3 class="secondaryFeature-title">Serious Speed</h3>
<p class="secondaryFeature-blurb">
GitUp loads and renders the entire graph of 40,000 commits for the official Git repo in less than a second.
</p>
</section>
<section class="secondaryFeature" id="search">
<figure class="secondaryFeature-image">
<img src="images/search.png" alt="" />
</figure>
<h3 class="secondaryFeature-title">Instant Search</h3>
<p class="secondaryFeature-blurb">
Search branches, tags and every commit in the repo by message, author and even diff content, then jump to the results instantly.
</p>
</section>
<section class="secondaryFeature" id="pros">
<h3 class="secondaryFeature-title">Built For Professional Engineers</h3>
<p class="secondaryFeature-blurb">
Because it bypasses the Git binary tool and interacts directly with the repo database, GitUp is vastly more reliable than other Git clients and often faster than the command line.
</p>
</section>
<section class="secondaryFeature" id="beginner">
<h3 class="secondaryFeature-title">Beginners Welcome</h3>
<p class="secondaryFeature-blurb">
GitUp's Live Map and clutter-free UI make an ideal learning environment for Git newcomers, while the Undo & Snapshots features let you learn and experiment safely.
</p>
</section>
</div>
</section>
<section id="download">
<div class="container">
<h4 class="download-title">
GitUp is FREE, entirely <a href="https://github.com/git-up/GitUp">open source</a> and even comes with <a href="https://github.com/git-up/GitUp#gitupkit">GitUpKit</a>,<br/>a ridiculously powerful toolkit to build your own Git apps!
</h4>
<a class="button" href="https://github.com/git-up/GitUp/releases/latest/download/GitUp.zip">Download Latest Release!</a>
<p class="download-fineprint">
Requires macOS 10.13 or later.
</p>
<p>
Read the <a href="https://github.com/git-up/GitUp/wiki">docs</a> and use <a href="https://github.com/git-up/GitUp/issues">GitHub Issues</a> for support & feedback.
</p>
</div>
</section>
<footer id="footer">
<div class="container">
<!--<p>
Website by Jason Eberle.
</p>-->
<p>
© 2015-2023 Pierre-Olivier Latour. All rights reserved.
</p>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-59182240-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>