Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
github
/
hub
зеркало из
https://github.com/mislav/hub.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули hub
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
3d4310abfb
hub
/
.gitignore
5 строки
27 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
Adding gitignore
2009-12-09 08:29:15 +03:00
*.swp
*~
create Hub::Context and refactor how hub interacts with git Less juggling of constants, more ruby methods. Information that requires shelling out (e.g. GitHub username, token, repo name ...) is now loaded on demand, meaning no shelling out for commands that don't need it. Tests are now safer; they are prevented from shelling out to get info. All test data is stubbed. New `github_url` method builds needed URLs while keeping sensible defaults. Commands that open the browser (`compare`, `browse`) now share a bit of underlying implementation and recognize the same flags (`-p`, `-u`).
2010-04-17 21:00:05 +04:00
/hub
Add Gemfile * Add development dependencies to gemspec * Add Gemfile.lock to .gitignore
2011-12-12 10:50:48 +04:00
Gemfile.lock