From df298ccc19bcce9d1527dccdc6fad92356bcc321 Mon Sep 17 00:00:00 2001 From: Andrej Gaevskij Date: Sun, 20 May 2012 10:41:48 -0700 Subject: [PATCH] Created gh-pages branch via GitHub --- index.html | 82 +++++++++++ javascripts/scale.fix.js | 17 +++ params.json | 1 + stylesheets/pygment_trac.css | 69 ++++++++++ stylesheets/styles.css | 255 +++++++++++++++++++++++++++++++++++ 5 files changed, 424 insertions(+) create mode 100644 index.html create mode 100644 javascripts/scale.fix.js create mode 100644 params.json create mode 100644 stylesheets/pygment_trac.css create mode 100644 stylesheets/styles.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..6ac1f82 --- /dev/null +++ b/index.html @@ -0,0 +1,82 @@ + + + + + + git-config by gaech + + + + + + + +
+
+

git-config

+

Моя базовая конфигурация git

+

View the Project on GitHub gaech/git-config

+ +
+
+

Базовая конфигурация git

+ +

Возможности

+ +
    +
  • Автозавершение команд и названий веток по табу
    +
  • +
  • Отображение названия текущей ветки в консоли. + +gaech@mac:~/Projects/My/git-config[master] +
  • +
  • Глобальный ignore файл
  • +
  • Сокращения для основных команд + +
      +
    • pull → pl
    • +
    • ph → ph
    • +
    • checkout → co
    • +
    • commit → ci
    • +
    • status → st
    • +
    • branch → br
    • +
    • красивый log → hist
    • +
    +
  • +
  • SublimeText - текстовый редактор
  • +
  • OpenDiff - для сравнения версий файлов
  • +

Перед запуском

+ +

Создаем симлинк для SublimeText 2

+ +
sudo ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /bin/subl
+
+ +

Задаем имя и адрес почты в настройках git

+ +
git config --global user.name "Andrej Gaevskij"
+git config --global user.email "andrej.gaevskij@gmail.com"
+
+ +

Установка

+ +
git clone git://github.com/gaech/git-config.git
+cd git-config/
+sh install.sh
+
+
+
+

This project is maintained by gaech

+

Hosted on GitHub Pages — Theme by orderedlist

+
+
+ + + + \ No newline at end of file diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js new file mode 100644 index 0000000..87a40ca --- /dev/null +++ b/javascripts/scale.fix.js @@ -0,0 +1,17 @@ +var metas = document.getElementsByTagName('meta'); +var i; +if (navigator.userAgent.match(/iPhone/i)) { + for (i=0; i