Skip to content

Commit

Permalink
Merge pull request #7 from gerhardol/feature/fix6-refresh-doc
Browse files Browse the repository at this point in the history
Refresh the info, add README
  • Loading branch information
RussKie authored Jun 21, 2020
2 parents 750c94a + 7395174 commit 2973ae0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
![Git Extensions logo](https://cdn.rawgit.com/gitextensions/gitextensions/master/Logo/git-extensions-logo.ico)

This repo contains the source for the Git Extensions website at http://gitextensions.github.io/.

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/)

The process to troubleshoot updates is TBD.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: Git Extensions
description: Git Extensions is a graphical user interface for Git that allows you to control Git without using the commandline
description: Git Extensions is a standalone UI tool for managing Git repositories
google_analytics: UA-46578757-1
show_downloads: false
theme: jekyll-theme-slate
Expand Down
1 change: 1 addition & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<meta name="viewport" content="width=device-width,maximum-scale=2">
<meta name="description" content="{{ site.title | default: site.github.repository_name }} : {{ site.description | default: site.github.project_tagline }}">

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

{% seo %}
Expand Down
Binary file added images/git-extensions-logo.ico
Binary file not shown.
14 changes: 3 additions & 11 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,8 @@

## Features
* Windows Explorer integration for Git
* Visual Studio (2010/2012/2013/2015/2017) plugin ([download](https://marketplace.visualstudio.com/items?itemName=HenkWesthuis.GitExtensions))
* Visual Studio (2015/2017/2019) plugin ([download](https://marketplace.visualstudio.com/items?itemName=HenkWesthuis.GitExtensions))
* Feature rich user interface for Git
* 32bit and 64bit support

## Video Tutorial
1. [Clone](http://www.youtube.com/watch?v=TlZXSkJGKF8)
2. [Commit changes](http://www.youtube.com/watch?v=B8uvje6X7lo)
3. [Push changes](http://www.youtube.com/watch?v=JByfXdbVAiE)
4. [Pull changes](http://www.youtube.com/watch?v=9g8gXPsi5Ko)
5. [Handle merge conflicts](http://www.youtube.com/watch?v=Kmc39RvuGM8)

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

## Multi Platform
Git Extensions runs on multiple platforms using Mono.
Version 2.x of Git Extensions runs on multiple platforms using Mono.

![Ubuntu](images/GitExtensionsUbuntu205.png)

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

0 comments on commit 2973ae0

Please sign in to comment.