File tree 5 files changed +12
-13
lines changed
5 files changed +12
-13
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
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
3
3
google_analytics : UA-46578757-1
4
4
show_downloads : false
5
5
theme : jekyll-theme-slate
Original file line number Diff line number Diff line change 7
7
< meta name ="viewport " content ="width=device-width,maximum-scale=2 ">
8
8
< meta name ="description " content ="{{ site.title | default: site.github.repository_name }} : {{ site.description | default: site.github.project_tagline }} ">
9
9
10
+ < link rel ="shortcut icon " href ="images/git-extensions-logo.ico "/>
10
11
< link rel ="stylesheet " type ="text/css " media ="screen " href ="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }} ">
11
12
12
13
{% seo %}
Original file line number Diff line number Diff line change 5
5
6
6
## Features
7
7
* 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 ) )
9
9
* 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 )
19
10
20
11
## View Commit Log
21
12
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
33
24
![ Blame] ( images/Blame205.png )
34
25
35
26
## Multi Platform
36
- Git Extensions runs on multiple platforms using Mono.
27
+ Version 2.x of Git Extensions runs on multiple platforms using Mono.
37
28
38
29
![ Ubuntu] ( images/GitExtensionsUbuntu205.png )
39
30
40
31
## 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 .
You can’t perform that action at this time.
0 commit comments