Skip to content

Commit f61cecc

Browse files
committed
Refresh the info, add README
1 parent fb67229 commit f61cecc

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
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-12
Original file line numberDiff line numberDiff line change
@@ -5,17 +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-
* Single installer installs Git for Windows, GitExtensions and the mergetool KDiff3
11-
* 32bit and 64bit support
12-
13-
## Video Tutorial
14-
1. [Clone](http://www.youtube.com/watch?v=TlZXSkJGKF8)
15-
2. [Commit changes](http://www.youtube.com/watch?v=B8uvje6X7lo)
16-
3. [Push changes](http://www.youtube.com/watch?v=JByfXdbVAiE)
17-
4. [Pull changes](http://www.youtube.com/watch?v=9g8gXPsi5Ko)
18-
5. [Handle merge conflicts](http://www.youtube.com/watch?v=Kmc39RvuGM8)
1910

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

3526
## Multi Platform
36-
Git Extensions runs on multiple platforms using Mono.
27+
Version 2.x of Git Extensions runs on multiple platforms using Mono.
3728

3829
![Ubuntu](images/GitExtensionsUbuntu205.png)
3930

4031
## Active Community
41-
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)