Классический форум-трекер
canvas not supported
Нас вместе: 4 232 395

Tower 2.5.0 [En]


 
 
RSS
Начать новую тему   Ответить на тему    Торрент-трекер NNM-Club -> Архив торрентов -> Архив 4Apple
Автор Сообщение
kat@kat ®
Модератор Apple
Стаж: 14 лет 4 мес.
Сообщений: 37973
Ratio: 260.076
Поблагодарили: 571425
100%
Tower 2.5.0
Тип издания: OS X Software
Релиз состоялся: 13 сентября 2016
Поддерживаемая ОС: OS X 10.8 +
Разработчик: Fournova Software GmbH
Официальный сайт: ссылка

Язык интерфейса: Английский

Лечение: не требуется (инсталлятор уже пролечен)

Системные требования:
• Intel,
• 64-разрядный процессор,
• OS X 10.8 или более поздняя версия


Описание:
Tower - мощный и элегантный Git клиент для Mac
Сегодня, системы контроля версий играют очень важную роль в разработке программного обеспечения. Одной из таких систем является Git, изначально разработанная Линусом Торвальдсом в 2005 году, на сегодняшний день снискавшая большую популярность среди разработчиков. Cейчас Git используют такие известные проекты, такие как ядро Linux, Perl, Debian, JQuery, и Ruby On Rails.

С выпуском Tower, пользователи получили мощный, настольный Git клиент для Mac, делающий использование Git еще более легким и эффективным. Его элегантный и понятный интерфейс, а также мощный набор функций позволяют пользователям в полной мере использовать весь потенциал Git. Неважно, новичок вы или эксперт, Tower является полезным и мощным приложением для всех.
Особенности

Управление репозитариями
Tower поможет вам следить за своими хранилищами. Вы можете группировать их в папки, смотреть сколько имеется локальных изменений, или если вы находитесь вне синхронизации с удаленным хранилищам.

История коммитов
Tower предлагает два различных способа просмотра истории коммитов: «Recent Commits» — краткий обзор самых последних действиях в хранилище; «Lists» — классический табличный вид: просто выберите коммит из списка, чтобы увидеть всю важную информацию. Интегрированный просмотр различий позволяет быстро понять, что изменилось.

Работа со статусами
Вид «Status» быстро покажет вам, какие файлы вы изменили — и как вы их изменяли. Используйте уникальную Git концепцию «Staging Area» для выбора того, что должно попасть в коммит, а что нет. С помощью Tower вы легко восстановите предыдущие версии файлов, а также решите возникшие конфликты слияния.

История изменения файлов
Выбрав «Browse» вы можете просмотреть файлы и их содержимое. Выберите файл и нажмите кнопку «File History», чтобы посмотреть историю изменений выбранного файла или воспользуйтесь видом «Blame» для просмотра построчных изменений файла.

Работа с ветками, тегами и удаленными репозиториями
Ветвление является важной особенностью Git. Поэтому работать с ветками в Tower очень легко — просто воспользуйтесь перетаскиванием! Неважно, хотите ли вы объединить две ветки, извлечь данных из удаленных репозиториев или создать новую ветку на основе существующей.

Поддержка git-svn
В Tower имеется встроенная поддержка git-svn, которая обеспечивает удобное взаимодействие с subversion репозиториями.

Подмодули (Submodules)
Tower имеет встроенную поддержку подмодулей. Подмодули позволяют содержать внешние Git репозитории как подкаталоги вашего репозитория.

Интеграция с внешними сервисами и инструментарий
Tower прекрасно работает с наиболее популярными сервисами для разработчиков. Хранилища могут быть непосредственно созданы и клонированы на ведущих Git хостингах — GitHub, Bitbucket и Beanstalk.

Также Tower позволяет использовать внешние приложения (Kaleidoscope, TextMate, BBEdit и многие другие) для сравнения файлов, просмотра и слияния.
• Tabs on macOS Sierra: users with macOS 10.12 can now choose to open repositories in native Tabs (or, of course, in a new window as before).
• The "Clone" dialog now also searches on GitHub: start typing a non-URL string in the "Remote URL" textfield and Tower will start searching for public repositories on GitHub.
• Bundled Git version update: the Git binary that comes delivered with Tower is now on version 2.9.3.
• Recommended authentication for Visual Studio Team Services accounts: "Personal Access Token" is now the suggested default authentication method.
• Open a remote repository in your browser: by right-clicking the remote in Tower's sidebar and selecting "View remote in Browser".
• Choose your favorite protocol: When cloning a repository from one of your service accounts, you can now choose the protocol that shall be used. In most cases, SSH and HTTPS will be available. You can also choose a "default" protocol in the account details (in the "Account" tab).
• Open Quickly dialog is all new: "Open Quickly" (e.g. via CMD+SHIFT+O) is now much faster, more responsive, more clever (and can be closed via ESC).
• Custom service accounts are here: In the "Services" view, you can now add an account for your self-managed server. This makes authentication for your own servers as easy as for the supported code hosting platforms like GitHub.
• Clone and quit: If you start cloning a (potentially big) repository, you can now quit Tower. Unfinished clones can now be resumed after restarting the app.
• Activity window: The standalone "Activity" window (which you can open from the main "Window" menu) was improved and reworked from the ground up. If you need to inspect remote activity often, this is for you.
• Commit history remembers scrolling position even in long commit lists: When loading a long history of commits with hundreds of commits, the scrolling position and selected item in the list now remain when switching to other apps and back.
• Repo bookmark fixes: In the "Repositories" view, we solved many minor annoyances (e.g. regarding naming, renaming, and moving), making repository management quicker and more reliable.
• Repo bookmark details display more information: When you select a repository item in the "Repositories" view, the details view now shows additional information.
• Bookmarks and Services can be searched: Both the "Services" and the "Repositories" views can now be filtered by using the default search field at the top right of the window.
• Fetch processes won't duplicate anymore: If a Fetch process for a remote repository is already running, Tower will not start another Auto-Fetch processes for the same remote.
• History search fixes: Searching in Full Screen Mode or reloading new commits with an active search now works flawlessly.
• Blame view was refactored and improved.
• File tree in historic commits was improved: when navigating through the file tree of an old commit, expanded folders and selections now survive switching to another app and back to Tower.
• Drag and drop for repository folders is now more powerful: You can drag folders from Finder (or other capable apps) to a precise position in the sidebar of Tower's "Repositories" view. Even multiple folders can now be added this way.
• The "Clone" dialog is now also available from the main "File" menu.
• Progress for currently cloning repositories: On the "Repositories" view, cloning progress is now indicated in the sidebar, in a repo's detail view and in the navigation bar. Additionally, cloning repositories can now already be opened.
• Symlinks now get the same file icon in Tower's "Working Copy" as they do in Finder.app
• Git-Flow configuration now better validated: When configuring your repository for use with git-flow, Tower tries to make it harder to enter an invalid configuration.
• Commit messages with invalid unicode characters: Until now, invalid characters blocked Tower when trying to load the commit history (and "No commits" was shown). Tower is now smarter and is able to load the history regardless.
• Ignoring files with string patterns: When you request Tower to create an "ignore pattern" for you, those patterns are now made more fail-safe for some edge cases.
• Several display issues on Mac OS 10.8 and 10.9 were fixed.
• Many minor issues and improvements: Over 80 bug fixes and smaller feature requests made it into this update.
• Sidebar "History": Selecting the "History" item only showed the HEAD branch's commit history. It should (and now will) include and show all branches and tags.
• Bookmark folders: In the "Repositories" view, double-click or renaming a folder item could crash Tower. This is now fixed.
• Editing a GitHub service account: We fixed an issue where editing a GitHub service account could crash Tower in some cases.
• Various minor bug fixes and improvements.
• Fetch dialog options were improved: Using "Prune Obsolete Remote Branches" and "Fetch All Tags" can now be used in combination.
• Quick Push now also works with the "Recurse Submodules" option.
• State recognition for interactive rebases: When an interactive rebase was started from Git on the command line, Tower could not always recognize the repository's state
Скриншоты: Время раздачи: до 3-х первых скачавших
[NNMClub.to]_Tower 2.5.0 [TNT].dmg.torrent
 Торрент:   Зарегистрирован
 
Зарегистрируйтесь и скачайте торрент!
12.9 KB

Примагнититься
 Зарегистрирован:   14 Сен 2016 12:06:43
 Размер:   20.4 MB  (
 Рейтинг:    (Голосов: 2)
 Поблагодарили:   17
 Проверка:   Оформление проверено модератором 14 Сен 2016 12:06:51
Как cкачать  ·  Как раздать  ·  Правильно оформить  ·  Поднять ратио!  

_________________
Никогда бываемая виктория? © Живи в пути …
Топик был перенесен из форума Утилиты для macOS в форум Архив 4Apple



Исправил релиз - напиши ЛС kat@kat, дав ссылку на релиз.
Если нет ответа 24 часа - нажми на кнопку "Обратить внимание модераторов".
Показать сообщения:   
Начать новую тему   Ответить на тему    Торрент-трекер NNM-Club -> Архив торрентов -> Архив 4Apple Часовой пояс: GMT + 3
Страница 1 из 1