diff --git a/README.md b/README.md new file mode 100644 index 0000000..0cb50d8 --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file diff --git a/_config.yml b/_config.yml index 732b41b..f55eb2e 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/_layouts/default.html b/_layouts/default.html index 38a9879..7a3f41b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -7,6 +7,7 @@ + {% seo %} diff --git a/images/git-extensions-logo.ico b/images/git-extensions-logo.ico new file mode 100644 index 0000000..fd5808f Binary files /dev/null and b/images/git-extensions-logo.ico differ diff --git a/index.md b/index.md index 2e1224c..26fe917 100644 --- a/index.md +++ b/index.md @@ -5,17 +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 - * Single installer installs Git for Windows, GitExtensions and the mergetool KDiff3 - * 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. @@ -33,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.