Skip to content

Commit 2973ae0

Browse files
authored
Merge pull request #7 from gerhardol/feature/fix6-refresh-doc
Refresh the info, add README
2 parents 750c94a + 7395174 commit 2973ae0

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
![Git Extensions logo](https://cdn.rawgit.com/gitextensions/gitextensions/master/Logo/git-extensions-logo.ico)
2+
3+
This repo contains the source for the Git Extensions website at http://gitextensions.github.io/.
4+
5+
The site is mostly a placeholder, more up to date info at https://github.com/gitextensions/gitextensions and more details at [online manual](https://git-extensions-documentation.readthedocs.org/en/latest/)
6+
7+
The process to troubleshoot updates is TBD.

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Git Extensions
2-
description: Git Extensions is a graphical user interface for Git that allows you to control Git without using the commandline
2+
description: Git Extensions is a standalone UI tool for managing Git repositories
33
google_analytics: UA-46578757-1
44
show_downloads: false
55
theme: jekyll-theme-slate

_layouts/default.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="viewport" content="width=device-width,maximum-scale=2">
88
<meta name="description" content="{{ site.title | default: site.github.repository_name }} : {{ site.description | default: site.github.project_tagline }}">
99

10+
<link rel="shortcut icon" href="images/git-extensions-logo.ico"/>
1011
<link rel="stylesheet" type="text/css" media="screen" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
1112

1213
{% seo %}

images/git-extensions-logo.ico

33.7 KB
Binary file not shown.

index.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,8 @@
55

66
## Features
77
* Windows Explorer integration for Git
8-
* Visual Studio (2010/2012/2013/2015/2017) plugin ([download](https://marketplace.visualstudio.com/items?itemName=HenkWesthuis.GitExtensions))
8+
* Visual Studio (2015/2017/2019) plugin ([download](https://marketplace.visualstudio.com/items?itemName=HenkWesthuis.GitExtensions))
99
* Feature rich user interface for Git
10-
* 32bit and 64bit support
11-
12-
## Video Tutorial
13-
1. [Clone](http://www.youtube.com/watch?v=TlZXSkJGKF8)
14-
2. [Commit changes](http://www.youtube.com/watch?v=B8uvje6X7lo)
15-
3. [Push changes](http://www.youtube.com/watch?v=JByfXdbVAiE)
16-
4. [Pull changes](http://www.youtube.com/watch?v=9g8gXPsi5Ko)
17-
5. [Handle merge conflicts](http://www.youtube.com/watch?v=Kmc39RvuGM8)
1810

1911
## View Commit Log
2012
The full commit history can be browsed. Branches are shown using a graph which highlights commits that are included in the current revision.
@@ -32,9 +24,9 @@ Find the last person that edited a specific part of a file. Double click on the
3224
![Blame](images/Blame205.png)
3325

3426
## Multi Platform
35-
Git Extensions runs on multiple platforms using Mono.
27+
Version 2.x of Git Extensions runs on multiple platforms using Mono.
3628

3729
![Ubuntu](images/GitExtensionsUbuntu205.png)
3830

3931
## Active Community
40-
The active community of Git Extensions is still growing and is supporting Git Extensions for over nine years now.
32+
The active community of Git Extensions is supporting Git Extensions since 2008.

0 commit comments

Comments
 (0)