diff --git a/.github/workflows/update-book.yml b/.github/workflows/update-book.yml index d19283e82a..491caa78e2 100644 --- a/.github/workflows/update-book.yml +++ b/.github/workflows/update-book.yml @@ -52,9 +52,12 @@ jobs: with: sparse-checkout: | script + data/ external/book/sync external/book/data external/book/content/book/${{ matrix.language.lang }} + external/book/content/book${{ matrix.language.lang != 'en' && '/en' || '' }} + external/book/content/book${{ matrix.language.lang != 'en' && '/en' || 'v1' }} external/book/static/book/${{ matrix.language.lang }} - name: clone ${{ matrix.language.repository }} run: | diff --git a/data/book_v1.yml b/data/book_v1.yml new file mode 100644 index 0000000000..ce36e1b02b --- /dev/null +++ b/data/book_v1.yml @@ -0,0 +1,3063 @@ +--- +en: + '1.1': + - Getting-Started + - Getting-Started-About-Version-Control + '1.2': + - Getting-Started-A-Short-History-of-Git + '1.3': + - Getting-Started-Git-Basics + '1.5': + - Getting-Started-Installing-Git + '1.6': + - Getting-Started-First-Time-Git-Setup + '1.7': + - Getting-Started-Getting-Help + '1.8': + - Getting-Started-Summary + '2.1': + - Git-Basics + - Git-Basics-Getting-a-Git-Repository + '2.2': + - Git-Basics-Recording-Changes-to-the-Repository + '2.3': + - Git-Basics-Viewing-the-Commit-History + '2.4': + - Git-Basics-Undoing-Things + '2.5': + - Git-Basics-Working-with-Remotes + '2.6': + - Git-Basics-Tagging + '2.7': + - Git-Basics-Tips-and-Tricks + '2.8': + - Git-Basics-Summary + '3.1': + - Git-Branching + - Git-Branching-What-a-Branch-Is + '3.2': + - Git-Branching-Basic-Branching-and-Merging + '3.3': + - Git-Branching-Branch-Management + '3.4': + - Git-Branching-Branching-Workflows + '3.5': + - Git-Branching-Remote-Branches + '3.6': + - Git-Branching-Rebasing + '3.7': + - Git-Branching-Summary + '4.1': + - Git-on-the-Server + - Git-on-the-Server-The-Protocols + '4.2': + - Git-on-the-Server-Getting-Git-on-a-Server + '4.3': + - Git-on-the-Server-Generating-Your-SSH-Public-Key + '4.4': + - Git-on-the-Server-Setting-Up-the-Server + '4.9': + - Git-on-the-Server-Public-Access + - Git-on-the-Server-GitWeb + - Git-on-the-Server-Gitosis + - Git-on-the-Server-Gitolite + - Git-on-the-Server-Hosted-Git + '4.5': + - Git-on-the-Server-Git-Daemon + '4.10': + - Git-on-the-Server-Summary + '5.1': + - Distributed-Git + - Distributed-Git-Distributed-Workflows + '5.2': + - Distributed-Git-Contributing-to-a-Project + '5.3': + - Distributed-Git-Maintaining-a-Project + ! '': + - Distributed-Git-Summary + '7.1': + - Git-Tools + - Git-Tools-Revision-Selection + - Git-Tools-Subtree-Merging + '7.2': + - Git-Tools-Interactive-Staging + '7.3': + - Git-Tools-Stashing + '7.6': + - Git-Tools-Rewriting-History + '7.10': + - Git-Tools-Debugging-with-Git + '7.11': + - Git-Tools-Submodules + '7.15': + - Git-Tools-Summary + '8.1': + - Customizing-Git + - Customizing-Git-Git-Configuration + '8.2': + - Customizing-Git-Git-Attributes + '8.3': + - Customizing-Git-Git-Hooks + '8.4': + - Customizing-Git-An-Example-Git-Enforced-Policy + '8.5': + - Customizing-Git-Summary + '9.1': + - Git-and-Other-Systems + - Git-and-Other-Systems-Git-and-Subversion + '9.2': + - Git-and-Other-Systems-Migrating-to-Git + '9.3': + - Git-and-Other-Systems-Summary + '10.1': + - Git-Internals + - Git-Internals-Plumbing-and-Porcelain + '10.2': + - Git-Internals-Git-Objects + - Git-Internals-Git-References + '10.3': + - Git-Internals-Packfiles + '10.4': + - Git-Internals-The-Refspec + '10.5': + - Git-Internals-Transfer-Protocols + '10.6': + - Git-Internals-Maintenance-and-Data-Recovery + '10.7': + - Git-Internals-Summary + A3.1: + - commands +de: + '1.1': + - Los-geht’s + - Los-geht’s-Wozu-Versionskontrolle? + '1.2': + - Los-geht’s-Die-Geschichte-von-Git + '1.3': + - Los-geht’s-Git-Grundlagen + '1.5': + - Los-geht’s-Git-installieren + '1.6': + - Los-geht’s-Git-konfigurieren + '1.7': + - Los-geht’s-Hilfe-finden + '1.8': + - Los-geht’s-Zusammenfassung + '2.1': + - Git-Grundlagen + - Git-Grundlagen-Ein-Git-Repository-anlegen + '2.2': + - Git-Grundlagen-Änderungen-am-Repository-nachverfolgen + '2.3': + - Git-Grundlagen-Die-Commit-Historie-anzeigen + '2.4': + - Git-Grundlagen-Änderungen-rückgängig-machen + '2.5': + - Git-Grundlagen-Mit-externen-Repositorys-arbeiten + '2.6': + - Git-Grundlagen-Tags + '2.7': + - Git-Grundlagen-Tipps-und-Tricks + '2.8': + - Git-Grundlagen-Zusammenfassung + '3.1': + - Git-Branching + - Git-Branching-Was-ist-ein-Branch? + '3.2': + - Git-Branching-Einfaches-Branching-und-Merging + '3.3': + - Git-Branching-Branch-Management + '3.4': + - Git-Branching-Branching-Workflows + '3.5': + - Git-Branching-Externe-Branches + '3.6': + - Git-Branching-Rebasing + '3.7': + - Git-Branching-Zusammenfassung + '4.1': + - Git-auf-dem-Server + - Git-auf-dem-Server-Die-Protokolle + '4.2': + - Git-auf-dem-Server-Git-auf-einen-Server-bekommen + '4.3': + - Git-auf-dem-Server-Generiere-Deinen-öffentlichen-SSH-Schlüssel + '4.4': + - Git-auf-dem-Server-Einrichten-des-Servers + '4.9': + - Git-auf-dem-Server-Öffentlicher-Zugang + - Git-auf-dem-Server-GitWeb + - Git-auf-dem-Server-Gitosis + - Git-auf-dem-Server-Gitolite + - Git-auf-dem-Server-Git-Hosting + '4.5': + - Git-auf-dem-Server-Git-Daemon + '4.10': + - Git-auf-dem-Server-Einrichten-eines-Benutzeraccounts + ! '': + - Git-auf-dem-Server-Zusammenfassung + - Distribuierte-Arbeit-mit-Git-xxx-Zusammenfassung + '5.1': + - Distribuierte-Arbeit-mit-Git-xxx + - Distribuierte-Arbeit-mit-Git-xxx-Distribuierte-Workflows + '5.2': + - Distribuierte-Arbeit-mit-Git-xxx-An-einem-Projekt-mitarbeiten + '5.3': + - Distribuierte-Arbeit-mit-Git-xxx-Ein-Projekt-betreiben + '7.1': + - Git-Tools + - Git-Tools-Revision-Auswahl + - Git-Tools-Subtree-Merging + '7.2': + - Git-Tools-Interaktives-Stagen + '7.3': + - Git-Tools-Stashen + '7.6': + - Git-Tools-Änderungshistorie-verändern + '7.10': + - Git-Tools-Mit-Hilfe-von-Git-debuggen + '7.11': + - Git-Tools-Submodule + '7.15': + - Git-Tools-Zusammenfassung + '8.1': + - Git-individuell-einrichten + - Git-individuell-einrichten-Git-Konfiguration + '8.2': + - Git-individuell-einrichten-Git-Attribute + '8.3': + - Git-individuell-einrichten-Git-Hooks + '8.4': + - Git-individuell-einrichten-Beispiel-für-die-Durchsetzung-von-Richtlinien-mit-Hilfe-von-Git + '8.5': + - Git-individuell-einrichten-Zusammenfassung + '9.1': + - Git-und-andere-Versionsverwaltungen + - Git-und-andere-Versionsverwaltungen-Git-und-Subversion + '9.2': + - Git-und-andere-Versionsverwaltungen-Zu-Git-umziehen + '9.3': + - Git-und-andere-Versionsverwaltungen-Zusammenfassung + '10.1': + - Git-Internas + - Git-Internas-Plumbing-und-Porcelain + '10.2': + - Git-Internas-Git-Objekte + - Git-Internas-Git-Referenzen + '10.3': + - Git-Internas-Pack-Dateien + '10.4': + - Git-Internas-Die-Refspec + '10.5': + - Git-Internas-Transfer-Protokolle + '10.6': + - Git-Internas-Wartung-und-Datenwiederherstellung + '10.7': + - Git-Internas-Zusammenfassung + A3.1: + - commands +zh: + '1.1': + - 起步 + - 起步-关于版本控制 + '1.2': + - 起步-Git-简史 + '1.3': + - 起步-Git-基础 + '1.5': + - 起步-安装-Git + '1.6': + - 起步-初次运行-Git-前的配置 + '1.7': + - 起步-获取帮助 + '1.8': + - 起步-小结 + '2.1': + - Git-基础 + - Git-基础-取得项目的-Git-仓库 + '2.2': + - Git-基础-记录每次更新到仓库 + '2.3': + - Git-基础-查看提交历史 + '2.4': + - Git-基础-撤消操作 + '2.5': + - Git-基础-远程仓库的使用 + '2.6': + - Git-基础-打标签 + '2.7': + - Git-基础-技巧和窍门 + '2.8': + - Git-基础-小结 + '3.1': + - Git-分支 + - Git-分支-何谓分支 + '3.2': + - Git-分支-分支的新建与合并 + '3.3': + - Git-分支-分支的管理 + '3.4': + - Git-分支-利用分支进行开发的工作流程 + '3.5': + - Git-分支-远程分支 + '3.6': + - Git-分支-分支的衍合 + '3.7': + - Git-分支-小结 + '4.1': + - 服务器上的-Git + - 服务器上的-Git-协议 + '4.2': + - 服务器上的-Git-在服务器上部署-Git + '4.3': + - 服务器上的-Git-生成-SSH-公钥 + '4.4': + - 服务器上的-Git-架设服务器 + '4.9': + - 服务器上的-Git-公共访问 + - 服务器上的-Git-GitWeb + - 服务器上的-Git-Gitosis + - 服务器上的-Git-Gitolite + - 服务器上的-Git-Git-托管服务 + '4.5': + - 服务器上的-Git-Git-守护进程 + '4.10': + - 服务器上的-Git-小结 + '5.1': + - 分布式-Git + - 分布式-Git-分布式工作流程 + '5.2': + - 分布式-Git-为项目作贡献 + '5.3': + - 分布式-Git-项目的管理 + ! '': + - 分布式-Git-小结 + '7.1': + - Git-工具 + - Git-工具-修订版本(Revision)选择 + - Git-工具-子树合并 + '7.2': + - Git-工具-交互式暂存 + '7.3': + - Git-工具-储藏(Stashing) + '7.6': + - Git-工具-重写历史 + '7.10': + - Git-工具-使用-Git-调试 + '7.11': + - Git-工具-子模块 + '7.15': + - Git-工具-总结 + '8.1': + - 自定义-Git + - 自定义-Git-配置-Git + '8.2': + - 自定义-Git-Git属性 + '8.3': + - 自定义-Git-Git挂钩 + '8.4': + - 自定义-Git-Git-强制策略实例 + '8.5': + - 自定义-Git-总结 + '9.1': + - Git-与其他系统 + - Git-与其他系统-Git-与-Subversion + '9.2': + - Git-与其他系统-迁移到-Git + '9.3': + - Git-与其他系统-总结 + '10.1': + - Git-内部原理 + - Git-内部原理-底层命令-Plumbing-和高层命令-Porcelain + '10.2': + - Git-内部原理-Git-对象 + - Git-内部原理-Git-References + '10.3': + - Git-内部原理-Packfiles + '10.4': + - Git-内部原理-The-Refspec + '10.5': + - Git-内部原理-传输协议 + '10.6': + - Git-内部原理-维护及数据恢复 + '10.7': + - Git-内部原理-总结 + A3.1: + - commands +fr: + '1.1': + - Démarrage-rapide + - Démarrage-rapide-À-propos-de-la-gestion-de-version + '1.2': + - Démarrage-rapide-Une-rapide-histoire-de-Git + '1.3': + - Démarrage-rapide-Rudiments-de-Git + '1.5': + - Démarrage-rapide-Installation-de-Git + '1.6': + - Démarrage-rapide-Paramétrage-à-la-première-utilisation-de-Git + '1.7': + - Démarrage-rapide-Obtenir-de-l-aide + '1.8': + - Démarrage-rapide-Résumé + '2.1': + - Les-bases-de-Git + - Les-bases-de-Git-Démarrer-un-dépôt-Git + '2.2': + - Les-bases-de-Git-Enregistrer-des-modifications-dans-le-dépôt + '2.3': + - Les-bases-de-Git-Visualiser-l-historique-des-validations + '2.4': + - Les-bases-de-Git-Annuler-des-actions + '2.5': + - Les-bases-de-Git-Travailler-avec-des-dépôts-distants + '2.6': + - Les-bases-de-Git-Étiquetage + '2.7': + - Les-bases-de-Git-Trucs-et-astuces + '2.8': + - Les-bases-de-Git-Résumé + '3.1': + - Les-branches-avec-Git + - Les-branches-avec-Git-Ce-qu-est-une-branche + '3.2': + - Les-branches-avec-Git-Brancher-et-fusionner :-les-bases + '3.3': + - Les-branches-avec-Git-Gestion-de-branches + '3.4': + - Les-branches-avec-Git-Travailler-avec-les-branches + '3.5': + - Les-branches-avec-Git-Les-branches-distantes + '3.6': + - Les-branches-avec-Git-Rebaser + '3.7': + - Les-branches-avec-Git-Résumé + '4.1': + - Git-sur-le-serveur + - Git-sur-le-serveur-Protocoles + '4.2': + - Git-sur-le-serveur-Installation-de-Git-sur-un-serveur + '4.3': + - Git-sur-le-serveur-Génération-des-clés-publiques-SSH + '4.4': + - Git-sur-le-serveur-Mise-en-place-du-serveur + '4.9': + - Git-sur-le-serveur-Accès-public + - Git-sur-le-serveur-GitWeb + - Git-sur-le-serveur-Gitosis + - Git-sur-le-serveur-Gitolite + - Git-sur-le-serveur-Git-hébergé + '4.5': + - Git-sur-le-serveur-Le-daemon-Git + '4.10': + - Git-sur-le-serveur-Résumé + '5.1': + - Git-distribué + - Git-distribué-Développements-distribués + '5.2': + - Git-distribué-Contribution-à-un-projet + '5.3': + - Git-distribué-Maintenance-d-un-projet + ! '': + - Git-distribué-Résumé + '7.1': + - Utilitaires-Git + - Utilitaires-Git-Sélection-des-versions + - Utilitaires-Git-Fusion-de-sous-arborescences + '7.2': + - Utilitaires-Git-Indexation-interactive + '7.3': + - Utilitaires-Git-Le-remisage + '7.6': + - Utilitaires-Git-Réécrire-l-historique + '7.10': + - Utilitaires-Git-Deboguer-avec-Git + '7.11': + - Utilitaires-Git-Sous-modules + '7.15': + - Utilitaires-Git-Résumé + '8.1': + - Personnalisation-de-Git + - Personnalisation-de-Git-Configuration-de-Git + '8.2': + - Personnalisation-de-Git-Attributs-Git + '8.3': + - Personnalisation-de-Git-Crochets-Git + '8.4': + - Personnalisation-de-Git-Exemple-de-politique-gérée-par-Git + '8.5': + - Personnalisation-de-Git-Résumé + '9.1': + - Git-et-les-autres-systèmes + - Git-et-les-autres-systèmes-Git-et-Subversion + '9.2': + - Git-et-les-autres-systèmes-Migrer-sur-Git + '9.3': + - Git-et-les-autres-systèmes-Résumé + '10.1': + - Les-tripes-de-Git + - Les-tripes-de-Git-Plomberie-et-porcelaine + '10.2': + - Les-tripes-de-Git-Les-objets-Git + - Les-tripes-de-Git-Références-Git + '10.3': + - Les-tripes-de-Git-Fichiers-groupés + '10.4': + - Les-tripes-de-Git-Les-références-spécifiques + '10.5': + - Les-tripes-de-Git-Protocoles-de-transfert + '10.6': + - Les-tripes-de-Git-Maintenance-et-récupération-de-données + '10.7': + - Les-tripes-de-Git-Résumé + - Notes-on-the-french-translation-process + - Notes-on-the-french-translation-process-Repository + - Notes-on-the-french-translation-process-Check-in + - Notes-on-the-french-translation-process-To-check-in + - Notes-on-the-french-translation-process-Check-out + - Notes-on-the-french-translation-process-To-check-out + - Notes-on-the-french-translation-process-To-commit + - Notes-on-the-french-translation-process-Stage-area + - Notes-on-the-french-translation-process-To-stage + - Notes-on-the-french-translation-process-To-unstage + - Notes-on-the-french-translation-process-Change + - Notes-on-the-french-translation-process-stash + - Notes-on-the-french-translation-process-To-stash + - Notes-on-the-french-translation-process-Checksum + - Notes-on-the-french-translation-process-Hash + - Notes-on-the-french-translation-process-Workflow + - Notes-on-the-french-translation-process-Snapshot + - Notes-on-the-french-translation-process-Diff + - Notes-on-the-french-translation-process-To-track + - Notes-on-the-french-translation-process-untracked + - Notes-on-the-french-translation-process-unmodified + - Notes-on-the-french-translation-process-To-update + A3.1: + - commands +ja: + '1.1': + - 使い始める + - 使い始める-バージョン管理に関して + '1.2': + - 使い始める-Git略史 + '1.3': + - 使い始める-Gitの基本 + '1.5': + - 使い始める-Gitのインストール + '1.6': + - 使い始める-最初のGitの構成 + '1.7': + - 使い始める-ヘルプを見る + '1.8': + - 使い始める-まとめ + '2.1': + - Git-の基本 + - Git-の基本-Git-リポジトリの取得 + '2.2': + - Git-の基本-変更内容のリポジトリへの記録 + '2.3': + - Git-の基本-コミット履歴の閲覧 + '2.4': + - Git-の基本-作業のやり直し + '2.5': + - Git-の基本-リモートでの作業 + '2.6': + - Git-の基本-タグ + '2.7': + - Git-の基本-ヒントと裏技 + '2.8': + - Git-の基本-まとめ + '3.1': + - Git-のブランチ機能 + - Git-のブランチ機能-ブランチとは + '3.2': + - Git-のブランチ機能-ブランチとマージの基本 + '3.3': + - Git-のブランチ機能-ブランチの管理 + '3.4': + - Git-のブランチ機能-ブランチでの作業の流れ + '3.5': + - Git-のブランチ機能-リモートブランチ + '3.6': + - Git-のブランチ機能-リベース + '3.7': + - Git-のブランチ機能-まとめ + '4.1': + - Git-サーバー + - Git-サーバー-プロトコル + '4.2': + - Git-サーバー-サーバー用の-Git-の取得 + '4.3': + - Git-サーバー-SSH-公開鍵の作成 + '4.4': + - Git-サーバー-サーバーのセットアップ + '4.9': + - Git-サーバー-一般公開 + - Git-サーバー-GitWeb + - Git-サーバー-Gitosis + - Git-サーバー-Gitolite + - Git-サーバー-Git-のホスティング + '4.5': + - Git-サーバー-Git-デーモン + '4.10': + - Git-サーバー-まとめ + '5.1': + - Git-での分散作業 + - Git-での分散作業-分散作業の流れ + '5.2': + - Git-での分散作業-プロジェクトへの貢献 + '5.3': + - Git-での分散作業-プロジェクトの運営 + ! '': + - Git-での分散作業-まとめ + '7.1': + - Git-のさまざまなツール + - Git-のさまざまなツール-リビジョンの選択 + - Git-のさまざまなツール-サブツリーマージ + '7.2': + - Git-のさまざまなツール-対話的なステージング + '7.3': + - Git-のさまざまなツール-作業を隠す + '7.6': + - Git-のさまざまなツール-歴史の書き換え + '7.10': + - Git-のさまざまなツール-Git-によるデバッグ + '7.11': + - Git-のさまざまなツール-サブモジュール + '7.15': + - Git-のさまざまなツール-まとめ + '8.1': + - Git-のカスタマイズ + - Git-のカスタマイズ-Git-の設定 + '8.2': + - Git-のカスタマイズ-Git-の属性 + '8.3': + - Git-のカスタマイズ-Git-フック + '8.4': + - Git-のカスタマイズ-Git-ポリシーの実施例 + '8.5': + - Git-のカスタマイズ-まとめ + '9.1': + - Gitとその他のシステムの連携 + - Gitとその他のシステムの連携-Git-と-Subversion + '9.2': + - Gitとその他のシステムの連携-Git-への移行 + '9.3': + - Gitとその他のシステムの連携-まとめ + '10.1': + - Gitの内側 + - Gitの内側-配管(Plumbing)と磁器(Porcelain) + '10.2': + - Gitの内側-Gitオブジェクト + - Gitの内側-Gitの参照 + '10.3': + - Gitの内側-パックファイル + '10.4': + - Gitの内側-参照仕様(Refspec) + '10.5': + - Gitの内側-トランスファープロトコル + '10.6': + - Gitの内側-メインテナンスとデータリカバリ + '10.7': + - Gitの内側-要約 + A3.1: + - commands +nl: + '1.1': + - Aan-de-slag + - Aan-de-slag-Het-wat-en-waarom-van-versiebeheer + '1.2': + - Aan-de-slag-Een-kleine-geschiedenis-van-Git + '1.3': + - Aan-de-slag-De-basis-van-Git + '1.5': + - Aan-de-slag-Git-installeren + '1.6': + - Aan-de-slag-Git-klaarmaken-voor-eerste-gebruik + '1.7': + - Aan-de-slag-Hulp-krijgen + '1.8': + - Aan-de-slag-Samenvatting + '2.1': + - De-basis-van-Git + - De-basis-van-Git-Een-Git-repository-verkrijgen + '2.2': + - De-basis-van-Git-Wijzigingen-aan-het-repository-vastleggen + '2.3': + - De-basis-van-Git-De-commit-geschiedenis-bekijken + '2.4': + - De-basis-van-Git-Dingen-ongedaan-maken + '2.5': + - De-basis-van-Git-Werken-met-remotes + '2.6': + - De-basis-van-Git-Labelen + '2.7': + - De-basis-van-Git-Tips-en-trucs + '2.8': + - De-basis-van-Git-Samenvatting + '3.1': + - Branchen-in-Git + - Branchen-in-Git-Wat-een-branch-is + '3.2': + - Branchen-in-Git-Eenvoudig-branchen-en-mergen + '3.3': + - Branchen-in-Git-Branch-beheer + '3.4': + - Branchen-in-Git-Branch-werkwijzen + '3.5': + - Branchen-in-Git-Remote-branches + '3.6': + - Branchen-in-Git-Rebasen + '3.7': + - Branchen-in-Git-Samenvatting + '4.1': + - Git-op-de-server + - Git-op-de-server-De-protocollen + '4.2': + - Git-op-de-server-Git-op-een-server-krijgen + '4.3': + - Git-op-de-server-Je-publieke-SSH-sleutel-genereren + '4.4': + - Git-op-de-server-De-Server-Opzetten + '4.9': + - Git-op-de-server-Publieke-toegang + - Git-op-de-server-GitWeb + - Git-op-de-server-Gitosis + - Git-op-de-server-Gitolite + - Git-op-de-server-Hosted-Git + '4.5': + - Git-op-de-server-Git-daemon + '4.10': + - Git-op-de-server-Samenvatting + '5.1': + - Gedistribueerd-Git + - Gedistribueerd-Git-Gedistribueerde-werkwijzen + '5.2': + - Gedistribueerd-Git-Bijdragen-aan-een-project + '5.3': + - Gedistribueerd-Git-Projectonderhoud + ! '': + - Gedistribueerd-Git-Samenvatting + '7.1': + - Git-tools + - Git-tools-Revisie-selectie + - Git-tools-Subboom-mergen + '7.2': + - Git-tools-Interactief-stagen + '7.3': + - Git-tools-Stashen + '7.6': + - Git-tools-Geschiedenis-herschrijven + '7.10': + - Git-tools-Debuggen-met-Git + '7.11': + - Git-tools-Submodules + '7.15': + - Git-tools-Samenvatting + '8.1': + - Git-op-maat-maken + - Git-op-maat-maken-Git-configuratie + '8.2': + - Git-op-maat-maken-Git-attributen + '8.3': + - Git-op-maat-maken-Git-haken + '8.4': + - Git-op-maat-maken-Een-voorbeeld-van-Git-afgedwongen-beleid + '8.5': + - Git-op-maat-maken-Samenvatting + '9.1': + - Git-en-andere-systemen + - Git-en-andere-systemen-Git-en-Subversion + '9.2': + - Git-en-andere-systemen-Naar-Git-migreren + '9.3': + - Git-en-andere-systemen-Samenvatting + '10.1': + - Het-binnenwerk-van-Git + - Het-binnenwerk-van-Git-Sanitaire-inrichtingen-en-porselein + '10.2': + - Het-binnenwerk-van-Git-Git-objecten + - Het-binnenwerk-van-Git-Git-referenties + '10.3': + - Het-binnenwerk-van-Git-Packfiles + '10.4': + - Het-binnenwerk-van-Git-De-refspec + '10.5': + - Het-binnenwerk-van-Git-Overdracht-protocollen + '10.6': + - Het-binnenwerk-van-Git-Onderhoud-en-het-herstellen-van-gegevens + '10.7': + - Het-binnenwerk-van-Git-Samenvatting + A3.1: + - commands +ru: + '1.1': + - Введение + - Введение-О-контроле-версий + '1.2': + - Введение-Краткая-история-Git + '1.3': + - Введение-Основы-Git + '1.5': + - Введение-Установка-Git + '1.6': + - Введение-Первоначальная-настройка-Git + '1.7': + - Введение-Как-получить-помощь? + '1.8': + - Введение-Итоги + '2.1': + - Основы-Git + - Основы-Git-Создание-Git-репозитория + '2.2': + - Основы-Git-Запись-изменений-в-репозиторий + '2.3': + - Основы-Git-Просмотр-истории-коммитов + '2.4': + - Основы-Git-Отмена-изменений + '2.5': + - Основы-Git-Работа-с-удалёнными-репозиториями + '2.6': + - Основы-Git-Работа-с-метками + '2.7': + - Основы-Git-Полезные-советы + '2.8': + - Основы-Git-Итоги + '3.1': + - Ветвление-в-Git + - Ветвление-в-Git-Что-такое-ветка? + '3.2': + - Ветвление-в-Git-Основы-ветвления-и-слияния + '3.3': + - Ветвление-в-Git-Управление-ветками + '3.4': + - Ветвление-в-Git-Приёмы-работы-с-ветками + '3.5': + - Ветвление-в-Git-Удалённые-ветки + '3.6': + - Ветвление-в-Git-Перемещение + '3.7': + - Ветвление-в-Git-Итоги + '4.1': + - Git-на-сервере + - Git-на-сервере-Протоколы + '4.2': + - Git-на-сервере-Настройка-Git-на-сервере + '4.3': + - Git-на-сервере-Создание-открытого-SSH-ключа + '4.4': + - Git-на-сервере-Настраиваем-сервер + '4.9': + - Git-на-сервере-Открытый-доступ + - Git-на-сервере-GitWeb + - Git-на-сервере-Gitosis + - Git-на-сервере-Gitolite + - Git-на-сервере-Git-хостинг + '4.5': + - Git-на-сервере-Git-демон + '4.10': + - Git-на-сервере-Итоги + '5.1': + - Распределённый-Git + - Распределённый-Git-Распределённые-рабочие-процессы + '5.2': + - Распределённый-Git-Содействие-проекту + '5.3': + - Распределённый-Git-Сопровождение-проекта + ! '': + - Распределённый-Git-Итоги + '7.1': + - Инструменты-Git + - Инструменты-Git-Выбор-ревизии + - Инструменты-Git-Слияние-поддеревьев + '7.2': + - Инструменты-Git-Интерактивное-индексирование + '7.3': + - Инструменты-Git-Прятанье + '7.6': + - Инструменты-Git-Перезапись-истории + '7.10': + - Инструменты-Git-Отладка-с-помощью-Git + '7.11': + - Инструменты-Git-Подмодули + '7.15': + - Инструменты-Git-Итоги + '8.1': + - Настройка-Git + - Настройка-Git-Конфигурирование-Git + '8.2': + - Настройка-Git-Git-атрибуты + '8.3': + - Настройка-Git-Перехватчики-в-Git + '8.4': + - Настройка-Git-Пример-навязывания-политики-с-помощью-Git + '8.5': + - Настройка-Git-Итоги + '9.1': + - Git-и-другие-системы-контроля-версий + - Git-и-другие-системы-контроля-версий-Git-и-Subversion + '9.2': + - Git-и-другие-системы-контроля-версий-Миграция-на-Git + '9.3': + - Git-и-другие-системы-контроля-версий-Итоги + '10.1': + - Git-изнутри + - Git-изнутри-Сантехника-и-фарфор + '10.2': + - Git-изнутри-Объекты-в-Git + - Git-изнутри-Ссылки-в-Git + '10.3': + - Git-изнутри-Pack-файлы + '10.4': + - Git-изнутри-Спецификации-ссылок + '10.5': + - Git-изнутри-Протоколы-передачи + '10.6': + - Git-изнутри-Обслуживание-и-восстановление-данных + '10.7': + - Git-изнутри-Итоги + A3.1: + - commands +ko: + '1.1': + - 시작하기 + - 시작하기-버전-관리란? + '1.2': + - 시작하기-짧게-보는-Git의-역사 + '1.3': + - 시작하기-Git-기초 + '1.5': + - 시작하기-Git-설치 + '1.6': + - 시작하기-Git-최초-설정 + '1.7': + - 시작하기-도움말-보기 + '1.8': + - 시작하기-요약 + '2.1': + - Git의-기초 + - Git의-기초-Git-저장소-만들기 + '2.2': + - Git의-기초-수정하고-저장소에-저장하기 + '2.3': + - Git의-기초-커밋-히스토리-조회하기 + '2.4': + - Git의-기초-되돌리기 + '2.5': + - Git의-기초-리모트-저장소 + '2.6': + - Git의-기초-태그 + '2.7': + - Git의-기초-팁과-트릭 + '2.8': + - Git의-기초-요약 + '3.1': + - Git-브랜치 + - Git-브랜치-브랜치란-무엇인가? + '3.2': + - Git-브랜치-브랜치와-Merge의-기초 + '3.3': + - Git-브랜치-브랜치-관리 + '3.4': + - Git-브랜치-브랜치-Workflow + '3.5': + - Git-브랜치-리모트-브랜치 + '3.6': + - Git-브랜치-Rebase하기 + '3.7': + - Git-브랜치-요약 + '4.1': + - Git-서버 + - Git-서버-프로토콜 + '4.2': + - Git-서버-서버에-Git-설치하기 + '4.3': + - Git-서버-SSH-공개키-만들기 + '4.4': + - Git-서버-서버에-설정하기 + '4.9': + - Git-서버-공개하기 + - Git-서버-GitWeb + - Git-서버-Gitosis + - Git-서버-Gitolite + - Git-서버-Hosted-Git + '4.5': + - Git-서버-Git-데몬 + '4.10': + - Git-서버-요약 + '5.1': + - 분산-환경에서의-Git + - 분산-환경에서의-Git-분산-환경에서의-Workflow + '5.2': + - 분산-환경에서의-Git-프로젝트에-기여하기 + '5.3': + - 분산-환경에서의-Git-프로젝트-운영하기 + ! '': + - 분산-환경에서의-Git-요약 + '7.1': + - Git-도구 + - Git-도구-리비전-조회하기 + - Git-도구-Subtree-Merge + '7.2': + - Git-도구-대화형-명령어 + '7.3': + - Git-도구-Stashing + '7.6': + - Git-도구-히스토리-단장하기 + '7.10': + - Git-도구-Git으로-버그-찾기 + '7.11': + - Git-도구-서브모듈 + '7.15': + - Git-도구-요약 + '8.1': + - Git맞춤 + - Git맞춤-Git-설정하기 + '8.2': + - Git맞춤-Git-Attribute + '8.3': + - Git맞춤-Git-훅 + '8.4': + - Git맞춤-정책-구현하기 + '8.5': + - Git맞춤-요약 + '9.1': + - Git으로-이전하기 + - Git으로-이전하기-Git과-Subversion + '9.2': + - Git으로-이전하기-Git으로-옮기기 + '9.3': + - Git으로-이전하기-요약 + '10.1': + - Git의-내부 + - Git의-내부-Plumbing-명령과-Porcelain-명령 + '10.2': + - Git의-내부-Git-개체 + - Git의-내부-Git-레퍼런스 + '10.3': + - Git의-내부-Packfile + '10.4': + - Git의-내부-Refspec + '10.5': + - Git의-내부-데이터-전송-프로토콜 + '10.6': + - Git의-내부-운영-및-데이터-복구 + '10.7': + - Git의-내부-요약 + A3.1: + - commands +pt-br: + '1.1': + - Primeiros-passos + - Primeiros-passos-Sobre-Controle-de-Versão + '1.2': + - Primeiros-passos-Uma-Breve-História-do-Git + '1.3': + - Primeiros-passos-Noções-Básicas-de-Git + '1.5': + - Primeiros-passos-Instalando-Git + '1.6': + - Primeiros-passos-Configuração-Inicial-do-Git + '1.7': + - Primeiros-passos-Obtendo-Ajuda + '1.8': + - Primeiros-passos-Resumo + '2.1': + - Git-Essencial + - Git-Essencial-Obtendo-um-Repositório-Git + '2.2': + - Git-Essencial-Gravando-Alterações-no-Repositório + '2.3': + - Git-Essencial-Visualizando-o-Histórico-de-Commits + '2.4': + - Git-Essencial-Desfazendo-Coisas + '2.5': + - Git-Essencial-Trabalhando-com-Remotos + '2.6': + - Git-Essencial-Tagging + '2.7': + - Git-Essencial-Dicas-e-Truques + '2.8': + - Git-Essencial-Sumário + '3.1': + - Ramificação-Branching-no-Git + - Ramificação-Branching-no-Git-O-que-é-um-Branch + '3.2': + - Ramificação-Branching-no-Git-Básico-de-Branch-e-Merge + '3.3': + - Ramificação-Branching-no-Git-Gerenciamento-de-Branches + '3.4': + - Ramificação-Branching-no-Git-Fluxos-de-Trabalho-com-Branches + '3.5': + - Ramificação-Branching-no-Git-Branches-Remotos + '3.6': + - Ramificação-Branching-no-Git-Rebasing + '3.7': + - Ramificação-Branching-no-Git-Sumário + '4.1': + - Git-no-Servidor + - Git-no-Servidor-Os-Protocolos + '4.2': + - Git-no-Servidor-Configurando-Git-no-Servidor + '4.3': + - Git-no-Servidor-Gerando-Sua-Chave-Pública-SSH + '4.4': + - Git-no-Servidor-Configurando-o-Servidor + '4.9': + - Git-no-Servidor-Acesso-Público + - Git-no-Servidor-GitWeb + - Git-no-Servidor-Gitosis + - Git-no-Servidor-Gitolite + - Git-no-Servidor-Git-Hospedado + '4.5': + - Git-no-Servidor-Serviço-Git + '4.10': + - Git-no-Servidor-Sumário + '5.1': + - Git-Distribuído + - Git-Distribuído-Fluxos-de-Trabalho-Distribuídos + '5.2': + - Git-Distribuído-Contribuindo-Para-Um-Projeto + '5.3': + - Git-Distribuído-Mantendo-Um-Projeto + ! '': + - Git-Distribuído-Resumo + '7.1': + - Ferramentas-do-Git + - Ferramentas-do-Git-Seleção-de-Revisão + - Ferramentas-do-Git-Merge-de-Sub-árvore-Subtree-Merging + '7.2': + - Ferramentas-do-Git-Área-de-Seleção-Interativa + '7.3': + - Ferramentas-do-Git-Fazendo-Stash + '7.6': + - Ferramentas-do-Git-Reescrevendo-o-Histórico + '7.10': + - Ferramentas-do-Git-Depurando-com-Git + '7.11': + - Ferramentas-do-Git-Submódulos + '7.15': + - Ferramentas-do-Git-Sumário + '8.1': + - Customizando-o-Git + - Customizando-o-Git-Configuração-do-Git + '8.2': + - Customizando-o-Git-Atributos-Git + '8.3': + - Customizando-o-Git-Hooks-do-Git + '8.4': + - Customizando-o-Git-Um-exemplo-de-Política-Git-Forçada + '8.5': + - Customizando-o-Git-Sumário + '9.1': + - Git-e-Outros-Sistemas + - Git-e-Outros-Sistemas-Git-e-Subversion + '9.2': + - Git-e-Outros-Sistemas-Migrando-para-o-Git + '9.3': + - Git-e-Outros-Sistemas-Resumo + '10.1': + - Git-Internamente + - Git-Internamente-Encanamento-Plumbing-e-Porcelana-Porcelain + '10.2': + - Git-Internamente-Objetos-do-Git + - Git-Internamente-Referencias-Git + '10.3': + - Git-Internamente-Packfiles + '10.4': + - Git-Internamente-O-Refspec + '10.5': + - Git-Internamente-Protocolos-de-Transferência + '10.6': + - Git-Internamente-Manutenção-e-Recuperação-de-Dados + '10.7': + - Git-Internamente-Resumo + A3.1: + - commands +cs: + '1.1': + - Úvod + - Úvod-Správa-verzí + '1.2': + - Úvod-Stručná-historie-systému-Git + '1.3': + - Úvod-Základy-systému-Git + '1.5': + - Úvod-Instalace-systému-Git + '1.6': + - Úvod-První-nastavení-systému-Git + '1.7': + - Úvod-Kde-hledat-pomoc + '1.8': + - Úvod-Shrnutí + '2.1': + - Základy-práce-se-systémem-Git + - Základy-práce-se-systémem-Git-Získání-repozitáře-Git + '2.2': + - Základy-práce-se-systémem-Git-Nahrávání-změn-do-repozitáře + '2.3': + - Základy-práce-se-systémem-Git-Zobrazení-historie-revizí + '2.4': + - Základy-práce-se-systémem-Git-Rušení-změn + '2.5': + - Základy-práce-se-systémem-Git-Práce-se-vzdálenými-repozitáři + '2.6': + - Základy-práce-se-systémem-Git-Značky + '2.7': + - Základy-práce-se-systémem-Git-Tipy-a-triky + '2.8': + - Základy-práce-se-systémem-Git-Shrnutí + '3.1': + - Větve-v-systému-Git + - Větve-v-systému-Git-Co-je-to-větev + '3.2': + - Větve-v-systému-Git-Základy-větvení-a-slučování + '3.3': + - Větve-v-systému-Git-Správa-větví + '3.4': + - Větve-v-systému-Git-Možnosti-při-práci-s-větvemi + '3.5': + - Větve-v-systému-Git-Vzdálené-větve + '3.6': + - Větve-v-systému-Git-Přeskládání + '3.7': + - Větve-v-systému-Git-Shrnutí + '4.1': + - Git-na-serveru + - Git-na-serveru-Protokoly + '4.2': + - Git-na-serveru-Jak-umístit-Git-na-server + '4.3': + - Git-na-serveru-Vygenerování-veřejného-SSH-klíče + '4.4': + - Git-na-serveru-Nastavení-serveru + '4.9': + - Git-na-serveru-Veřejný-přístup + - Git-na-serveru-GitWeb + - Git-na-serveru-Gitosis + - Git-na-serveru-Gitolite + - Git-na-serveru-Hostování-projektů-Git + '4.5': + - Git-na-serveru-Démon-Git + '4.10': + - Git-na-serveru-Shrnutí + '5.1': + - Distribuovaný-charakter-systému-Git + - Distribuovaný-charakter-systému-Git-Distribuované-pracovní-postupy + '5.2': + - Distribuovaný-charakter-systému-Git-Přispívání-do-projektu + '5.3': + - Distribuovaný-charakter-systému-Git-Správa-projektu + ! '': + - Distribuovaný-charakter-systému-Git-Shrnutí + '7.1': + - Nástroje-systému-Git + - Nástroje-systému-Git-Výběr-revize + - Nástroje-systému-Git-Začlenění-podstromu + '7.2': + - Nástroje-systému-Git-Interaktivní-příprava-k-zapsání + '7.3': + - Nástroje-systému-Git-Odložení + '7.6': + - Nástroje-systému-Git-Přepis-historie + '7.10': + - Nástroje-systému-Git-Ladění-v-systému-Git + '7.11': + - Nástroje-systému-Git-Submoduly + '7.15': + - Nástroje-systému-Git-Shrnutí + '8.1': + - Individuální-přizpůsobení-systému-Git + - Individuální-přizpůsobení-systému-Git-Konfigurace-systému-Git + '8.2': + - Individuální-přizpůsobení-systému-Git-Atributy-Git + '8.3': + - Individuální-přizpůsobení-systému-Git-Zásuvné-moduly-Git + '8.4': + - Individuální-přizpůsobení-systému-Git-Příklad-standardů-kontrolovaných-systémem-Git + '8.5': + - Individuální-přizpůsobení-systému-Git-Shrnutí + '9.1': + - Git-a-ostatní-systémy + - Git-a-ostatní-systémy-Git-a-Subversion + '9.2': + - Git-a-ostatní-systémy-Přechod-na-systém-Git + '9.3': + - Git-a-ostatní-systémy-Shrnutí + '10.1': + - Git-pod-pokličkou + - Git-pod-pokličkou-Nízkoúrovňové-a-vysokoúrovňové-příkazy + '10.2': + - Git-pod-pokličkou-Objekty-Git + - Git-pod-pokličkou-Reference-Git + '10.3': + - Git-pod-pokličkou-Balíčkové-soubory + '10.4': + - Git-pod-pokličkou-Refspec + '10.5': + - Git-pod-pokličkou-Přenosové-protokoly + '10.6': + - Git-pod-pokličkou-Správa-a-obnova-dat + '10.7': + - Git-pod-pokličkou-Shrnutí + '10.9': + - Git-pod-pokličkou-Poznámky-k-překladu + - Poznámky-k-překladu + - Poznámky-k-překladu-Historie-překladu-na-GitHub + - Poznámky-k-překladu-První-kompletní-překlad-z-Edice-CZNIC + - Poznámky-k-překladu-Zpětná-synchronizace-s-originálem + A3.1: + - commands +ar: + '1.1': + - الإستعداد-للبدء! + - الإستعداد-للبدء!-إدارة-الإصدارات-Version-Control + '1.2': + - الإستعداد-للبدء!-لمحة-تاريخية-عن-Git + '1.3': + - الإستعداد-للبدء!-أوليات-Git + '1.5': + - الإستعداد-للبدء!-تصيب-Git + '1.6': + - الإستعداد-للبدء!-إعداد-Git-لأول-مرة + '1.7': + - الإستعداد-للبدء!-الحصول-على-المساعدة + '1.8': + - الإستعداد-للبدء!-الملخص + '2.1': + - مبادئ-Git + - مبادئ-Git-الحصول-على-repository-لمشروعك-بـ-Git + '2.2': + - مبادئ-Git-تسجيل-التعديلات-في-الـ-repository + '2.3': + - مبادئ-Git-Viewing-the-Commit-History + '2.4': + - مبادئ-Git-Undoing-Things + '2.5': + - مبادئ-Git-Working-with-Remotes + '2.6': + - مبادئ-Git-Tagging + '2.7': + - مبادئ-Git-Tips-and-Tricks + '2.8': + - مبادئ-Git-Summary + '3.1': + - Git-Branching + - Git-Branching-What-a-Branch-Is + '3.2': + - Git-Branching-Basic-Branching-and-Merging + '3.3': + - Git-Branching-Branch-Management + '3.4': + - Git-Branching-Branching-Workflows + '3.5': + - Git-Branching-Remote-Branches + '3.6': + - Git-Branching-Rebasing + '3.7': + - Git-Branching-Summary + '4.1': + - Git-on-the-Server + - Git-on-the-Server-The-Protocols + '4.2': + - Git-on-the-Server-Getting-Git-on-a-Server + '4.3': + - Git-on-the-Server-Generating-Your-SSH-Public-Key + '4.4': + - Git-on-the-Server-Setting-Up-the-Server + '4.9': + - Git-on-the-Server-Public-Access + - Git-on-the-Server-GitWeb + - Git-on-the-Server-Gitosis + - Git-on-the-Server-Gitolite + - Git-on-the-Server-Hosted-Git + '4.5': + - Git-on-the-Server-Git-Daemon + '4.10': + - Git-on-the-Server-Summary + '5.1': + - Distributed-Git + - Distributed-Git-Distributed-Workflows + '5.2': + - Distributed-Git-Contributing-to-a-Project + '5.3': + - Distributed-Git-Maintaining-a-Project + ! '': + - Distributed-Git-Summary + '7.1': + - Git-Tools + - Git-Tools-Revision-Selection + - Git-Tools-Subtree-Merging + '7.2': + - Git-Tools-Interactive-Staging + '7.3': + - Git-Tools-Stashing + '7.6': + - Git-Tools-Rewriting-History + '7.10': + - Git-Tools-Debugging-with-Git + '7.11': + - Git-Tools-Submodules + '7.15': + - Git-Tools-Summary + '8.1': + - Customizing-Git + - Customizing-Git-Git-Configuration + '8.2': + - Customizing-Git-Git-Attributes + '8.3': + - Customizing-Git-Git-Hooks + '8.4': + - Customizing-Git-An-Example-Git-Enforced-Policy + '8.5': + - Customizing-Git-Summary + '9.1': + - Git-and-Other-Systems + - Git-and-Other-Systems-Git-and-Subversion + '9.2': + - Git-and-Other-Systems-Migrating-to-Git + '9.3': + - Git-and-Other-Systems-Summary + '10.1': + - Git-Internals + - Git-Internals-Plumbing-and-Porcelain + '10.2': + - Git-Internals-Git-Objects + - Git-Internals-Git-References + '10.3': + - Git-Internals-Packfiles + '10.4': + - Git-Internals-The-Refspec + '10.5': + - Git-Internals-Transfer-Protocols + '10.6': + - Git-Internals-Maintenance-and-Data-Recovery + '10.7': + - Git-Internals-Summary + A3.1: + - commands +es: + '1.1': + - Empezando + - Empezando-Acerca-del-control-de-versiones + '1.2': + - Empezando-Una-breve-historia-de-Git + '1.3': + - Empezando-Fundamentos-de-Git + '1.5': + - Empezando-Instalando-Git + '1.6': + - Empezando-Configurando-Git-por-primera-vez + '1.7': + - Empezando-Obteniendo-ayuda + '1.8': + - Empezando-Resumen + '2.1': + - Fundamentos-de-Git + - Fundamentos-de-Git-Obteniendo-un-repositorio-Git + '2.2': + - Fundamentos-de-Git-Guardando-cambios-en-el-repositorio + '2.3': + - Fundamentos-de-Git-Viendo-el-histórico-de-confirmaciones + '2.4': + - Fundamentos-de-Git-Deshaciendo-cosas + '2.5': + - Fundamentos-de-Git-Trabajando-con-repositorios-remotos + '2.6': + - Fundamentos-de-Git-Creando-etiquetas + '2.7': + - Fundamentos-de-Git-Consejos-y-trucos + '2.8': + - Fundamentos-de-Git-Resumen + '3.1': + - Ramificaciones-en-Git + - Ramificaciones-en-Git-¿Qué-es-una-rama? + '3.2': + - Ramificaciones-en-Git-Procedimientos-básicos-para-ramificar-y-fusionar + '3.3': + - Ramificaciones-en-Git-Gestión-de-ramificaciones + '3.4': + - Ramificaciones-en-Git-Flujos-de-trabajo-ramificados + '3.5': + - Ramificaciones-en-Git-Ramas-Remotas + '3.6': + - Ramificaciones-en-Git-Reorganizando-el-trabajo-realizado + '3.7': + - Ramificaciones-en-Git-Recapitulación + '4.1': + - Git-en-un-servidor + - Git-en-un-servidor-Los-Protocolos + '4.2': + - Git-en-un-servidor-Poniendo-Git-en-un-Servidor + '4.3': + - Git-en-un-servidor-Generando-tu-clave-pública-SSH + '4.4': + - Git-en-un-servidor-Preparando-el-servidor + '4.9': + - Git-en-un-servidor-Acceso-público + - Git-en-un-servidor-GitWeb + - Git-en-un-servidor-Gitosis + - Git-en-un-servidor-El-demonio-Git + - Git-en-un-servidor-Recapitulación + '4.5': + - Git-en-un-servidor-Git-en-un-alojamiento-externo + '5.1': + - Git-en-entornos-distribuidos + - Git-en-entornos-distribuidos-Flujos-de-trabajo-distribuidos + '5.2': + - Git-en-entornos-distribuidos-Contribuyendo-a-un-proyecto + '7.1': + - Las-herramientas-de-Git + - Las-herramientas-de-Git-Selección-de-confirmaciones-de-cambios-concretas + - Las-herramientas-de-Git-Fusión-de-subárboles + '7.2': + - Las-herramientas-de-Git-Preparación-interactiva + '7.3': + - Las-herramientas-de-Git-Guardado-rápido-provisional + '7.6': + - Las-herramientas-de-Git-Reescribiendo-la-historia + '7.10': + - Las-herramientas-de-Git-Depuración-con-Git + '7.11': + - Las-herramientas-de-Git-Submódulos + '7.15': + - Las-herramientas-de-Git-Recapitulación + '8.1': + - Personalizando-Git + - Personalizando-Git-Configuración-de-Git + '8.2': + - Personalizando-Git-Atributos-de-Git + '8.3': + - Personalizando-Git-Puntos-de-enganche-Git + '8.4': + - Personalizando-Git-Un-ejemplo-de-implantación-de-una-determinada-política-en-Git + '8.5': + - Personalizando-Git-Recapitulación + '9.1': + - Git-y-Otros-Sistemas + - Git-y-Otros-Sistemas-Git-y-Subversion + '9.2': + - Git-y-Otros-Sistemas-Migrating-to-Git + '9.3': + - Git-y-Otros-Sistemas-Summary + '10.1': + - Los-entresijos-internos-de-Git + - Los-entresijos-internos-de-Git-Fontaneria-y-porcelana + '10.2': + - Los-entresijos-internos-de-Git-Los-objetos-Git + - Los-entresijos-internos-de-Git-Referencias-Git + '10.3': + - Los-entresijos-internos-de-Git-Archivos-empaquetadores + '10.4': + - Los-entresijos-internos-de-Git-Las-especificaciones-para-hacer-referencia-a-refspec + '10.5': + - Los-entresijos-internos-de-Git-Protocolos-de-transferencia + '10.6': + - Los-entresijos-internos-de-Git-Mantenimiento-y-recuperación-de-datos + '10.7': + - Los-entresijos-internos-de-Git-Recapitulación + A3.1: + - commands +id: + '1.1': + - Memulai-Git + - Memulai-Git-Tentang-Version-Control + '1.2': + - Memulai-Git-Sejarah-Singkat-Git + '1.3': + - Memulai-Git-Dasar-Git + '1.5': + - Memulai-Git-Menginstall-Git + '1.6': + - Memulai-Git-Setup-Git-Untuk-Pertama-Kalinya + '1.7': + - Memulai-Git-Memperoleh-Pertolongan + '1.8': + - Memulai-Git-Kesimpulan + '2.1': + - Dasar-dasar-Git + - Dasar-dasar-Git-Mengambil-Repositori-Git + '2.2': + - Dasar-dasar-Git-Merekam-Perubahan-ke-dalam-Repositori + '2.3': + - Dasar-dasar-Git-Melihat-Sejarah-Commit + '2.4': + - Dasar-dasar-Git-Membatalkan-Apapun + '2.5': + - Dasar-dasar-Git-Bekerja-Berjarak + '2.6': + - Dasar-dasar-Git-Menandai + '2.7': + - Dasar-dasar-Git-Tips-dan-Tricks + '2.8': + - Dasar-dasar-Git-Simpulan + '3.1': + - Branching-Pada-Git + - Branching-Pada-Git-Apakah-Branch-Itu + '3.2': + - Branching-Pada-Git-Basic-Branching-and-Merging + '3.3': + - Branching-Pada-Git-Manajemen-Branch + '3.4': + - Branching-Pada-Git-Alur-Kerja-Branching + '3.5': + - Branching-Pada-Git-Remote-Branches + '3.6': + - Branching-Pada-Git-Rebasing + '3.7': + - Branching-Pada-Git-Kesimpulan + A3.1: + - commands +it: + '1.1': + - Per-Iniziare + - Per-Iniziare-Il-Controllo-di-Versione + '1.2': + - Per-Iniziare-Una-Breve-Storia-di-Git + '1.3': + - Per-Iniziare-Basi-di-Git + '1.5': + - Per-Iniziare-Installare-Git + '1.6': + - Per-Iniziare-Prima-Configurazione-di-Git + '1.7': + - Per-Iniziare-Ottenere-Aiuto + '1.8': + - Per-Iniziare-Riassunto + '2.1': + - Basi-di-Git + - Basi-di-Git-Ottenere-un-Repository-Git + '2.2': + - Basi-di-Git-Registrare-i-Cambiamenti-nel-Repository + '2.3': + - Basi-di-Git-Vedere-la-Storia-dei-Commit + '2.4': + - Basi-di-Git-Annullare-le-Cose + '2.5': + - Basi-di-Git-Lavorare-con-Sorgenti-Remote + '2.6': + - Basi-di-Git-Suggerimenti-e-Trucchi + '2.7': + - Basi-di-Git-Riassunto + '3.1': + - Diramazioni-in-Git + - Diramazioni-in-Git-Cos-è-un-Ramo + '3.2': + - Diramazioni-in-Git-Basi-di-Diramazione-e-Fusione + '3.3': + - Diramazioni-in-Git-Amministrazione-dei-Rami + '3.4': + - Diramazioni-in-Git-Flusso-di-Lavoro-con-le-Ramificazioni + '3.5': + - Diramazioni-in-Git-Rami-Remoti + '3.6': + - Diramazioni-in-Git-Rifondazione + '3.7': + - Diramazioni-in-Git-Riassunto + '4.1': + - Git-sul-Server + - Git-sul-Server-I-Protocolli + '4.2': + - Git-sul-Server-Ottenere-Git-su-di-un-Server + '4.3': + - Git-sul-Server-Generare-la-Propria-Chiave-Pubblica-SSH + '4.4': + - Git-sul-Server-Configurare-il-Server + '4.9': + - Git-sul-Server-Accesso-Pubblico + - Git-sul-Server-GitWeb + - Git-sul-Server-Gitosis + - Git-sul-Server-Gitolite + - Git-sul-Server-Hosted-Git + '4.5': + - Git-sul-Server-Demone-Git + '4.10': + - Git-sul-Server-Riassunto + '5.1': + - Git-distribuito + - Git-distribuito-Workflows-distribuiti + '5.2': + - Git-distribuito-Contribuire-ad-un-Progetto + '5.3': + - Git-distribuito-Mantenere-un-Progetto + ! '': + - Git-distribuito-Summary + '7.1': + - Git-Tools + - Git-Tools-Selezione-della-revisione + '8.1': + - Customizing-Git + - Customizing-Git-Configurazione-di-Git + '8.2': + - Customizing-Git-Attributi-di-Git + '8.3': + - Customizing-Git-Git-Hooks + '9.1': + - Git-e-altri-sistemi + - Git-e-altri-sistemi-Git-e-Subversion + '9.2': + - Git-e-altri-sistemi-Migrare-a-Git + '9.3': + - Git-e-altri-sistemi-Summary + '10.1': + - I-comandi-interni-di-Git + - I-comandi-interni-di-Git-Impianto-e-sanitari + '10.2': + - I-comandi-interni-di-Git-Gli-oggetti-di-Git + - I-comandi-interni-di-Git-I-riferimenti-di-Git + '10.3': + - I-comandi-interni-di-Git-Pacchetti-di-file + '10.4': + - I-comandi-interni-di-Git-Le-specifiche-di-riferimento-refspec + '10.5': + - I-comandi-interni-di-Git-Protocolli-di-trasferimento + '10.6': + - I-comandi-interni-di-Git-Maintenance-and-Data-Recovery + '10.7': + - I-comandi-interni-di-Git-Sommario + A3.1: + - commands +fi: + '1.1': + - Alkusanat + - Alkusanat-Versionhallinnasta + '1.2': + - Alkusanat-Gitin-lyhyt-historia + '1.3': + - Alkusanat-Gitin-perusteet + '1.5': + - Alkusanat-Gitin-asennus + '1.6': + - Alkusanat-Ensikerran-Git-asetukset + '1.7': + - Alkusanat-Avunsaanti + '1.8': + - Alkusanat-Yhteenveto + '2.1': + - Gitin-perusteet + - Gitin-perusteet-Git-tietolähteen-hankinta + '2.2': + - Gitin-perusteet-Muutosten-tallennus-tietolähteeseen + '2.3': + - Gitin-perusteet-Pysyvien-muutosten-historian-tarkasteleminen + '2.4': + - Gitin-perusteet-Asioiden-kumoaminen + '2.5': + - Gitin-perusteet-Working-with-Remotes + '2.6': + - Gitin-perusteet-Tagging + '2.7': + - Gitin-perusteet-Tips-and-Tricks + '2.8': + - Gitin-perusteet-Summary + A3.1: + - commands +mk: + '1.1': + - Како-да-започнам + - Како-да-започнам-За-контрола-на-верзиите + '1.2': + - Како-да-започнам-Кратка-историја-на-Git + '1.3': + - Како-да-започнам-Основи-на-Git + '1.5': + - Како-да-започнам-Инсталација-на-Git + '1.6': + - Како-да-започнам-Прво-поставување-на-Git + '1.7': + - Како-да-започнам-Добивање-помош + '1.8': + - Како-да-започнам-Преглед + '2.1': + - Основи-на-Git + - Основи-на-Git-Добивање-Git-Репозитори + '2.2': + - Основи-на-Git-Зачувување-на-промени-во-вашето-репозитори + '2.3': + - Основи-на-Git-Viewing-the-Commit-History + '2.4': + - Основи-на-Git-Undoing-Things + '2.5': + - Основи-на-Git-Working-with-Remotes + '2.6': + - Основи-на-Git-Tagging + '2.7': + - Основи-на-Git-Tips-and-Tricks + '2.8': + - Основи-на-Git-Summary + '3.1': + - Гранење-со-Git + - Гранење-со-Git-Што-е-гранење + '3.2': + - Гранење-со-Git-Основно-Гранење-и-Спојување + '3.3': + - Гранење-со-Git-Branch-Management + '3.4': + - Гранење-со-Git-Branching-Workflows + '3.5': + - Гранење-со-Git-Remote-Branches + '3.6': + - Гранење-со-Git-Rebasing + '3.7': + - Гранење-со-Git-Summary + '4.1': + - Git-on-the-Server + - Git-on-the-Server-The-Protocols + '4.2': + - Git-on-the-Server-Getting-Git-on-a-Server + '4.3': + - Git-on-the-Server-Generating-Your-SSH-Public-Key + '4.4': + - Git-on-the-Server-Setting-Up-the-Server + '4.9': + - Git-on-the-Server-Public-Access + - Git-on-the-Server-GitWeb + - Git-on-the-Server-Gitosis + - Git-on-the-Server-Gitolite + - Git-on-the-Server-Hosted-Git + '4.5': + - Git-on-the-Server-Git-Daemon + '4.10': + - Git-on-the-Server-Summary + '5.1': + - Дистрибуиран-Git + - Дистрибуиран-Git-Дистрибуирани-начини-на-работа + '5.2': + - Дистрибуиран-Git-Contributing-to-a-Project + '5.3': + - Дистрибуиран-Git-Maintaining-a-Project + ! '': + - Дистрибуиран-Git-Summary + '7.1': + - Git-Tools + - Git-Tools-Revision-Selection + - Git-Tools-Subtree-Merging + '7.2': + - Git-Tools-Interactive-Staging + '7.3': + - Git-Tools-Stashing + '7.6': + - Git-Tools-Rewriting-History + '7.10': + - Git-Tools-Debugging-with-Git + '7.11': + - Git-Tools-Submodules + '7.15': + - Git-Tools-Summary + '8.1': + - Customizing-Git + - Customizing-Git-Git-Configuration + '8.2': + - Customizing-Git-Git-Attributes + '8.3': + - Customizing-Git-Git-Hooks + '8.4': + - Customizing-Git-An-Example-Git-Enforced-Policy + '8.5': + - Customizing-Git-Summary + '9.1': + - Git-and-Other-Systems + - Git-and-Other-Systems-Git-and-Subversion + '9.2': + - Git-and-Other-Systems-Migrating-to-Git + '9.3': + - Git-and-Other-Systems-Summary + '10.1': + - Git-Internals + - Git-Internals-Plumbing-and-Porcelain + '10.2': + - Git-Internals-Git-Objects + - Git-Internals-Git-References + '10.3': + - Git-Internals-Packfiles + '10.4': + - Git-Internals-The-Refspec + '10.5': + - Git-Internals-Transfer-Protocols + '10.6': + - Git-Internals-Maintenance-and-Data-Recovery + '10.7': + - Git-Internals-Summary + A3.1: + - commands +pl: + '1.1': + - Pierwsze-kroki + - Pierwsze-kroki-Wprowadzenie-do-kontroli-wersji + '1.2': + - Pierwsze-kroki-Krótka-historia-Git + '1.3': + - Pierwsze-kroki-Podstawy-Git + '1.5': + - Pierwsze-kroki-Instalacja-Git + '1.6': + - Pierwsze-kroki-Wstępna-konfiguracja-Git + '1.7': + - Pierwsze-kroki-Uzyskiwanie-pomocy + '1.8': + - Pierwsze-kroki-Podsumowanie + '2.1': + - Podstawy-Gita + - Podstawy-Gita-Pierwsze-repozytorium-Gita + '2.2': + - Podstawy-Gita-Rejestrowanie-zmian-w-repozytorium + '2.3': + - Podstawy-Gita-Podgląd-historii-rewizji + '2.4': + - Podstawy-Gita-Cofanie-zmian + '2.5': + - Podstawy-Gita-Praca-ze-zdalnym-repozytorium + '2.6': + - Podstawy-Gita-Tagowanie-etykietowanie + '2.7': + - Podstawy-Gita-Sztuczki-i-kruczki + '2.8': + - Podstawy-Gita-Podsumowanie + '3.1': + - Gałęzie-Gita + - Gałęzie-Gita-Czym-jest-gałąź + '3.2': + - Gałęzie-Gita-Podstawy-rozgałęziania-i-scalania + '3.3': + - Gałęzie-Gita-Zarządzanie-gałęziami + '3.4': + - Gałęzie-Gita-Sposoby-pracy-z-gałęziami + '3.5': + - Gałęzie-Gita-Gałęzie-zdalne + '3.6': + - Gałęzie-Gita-Zmiana-bazy + '3.7': + - Gałęzie-Gita-Podsumowanie + '4.1': + - Git-na-serwerze + - Git-na-serwerze-Protokoły + '4.2': + - Git-na-serwerze-Uruchomienie-Git-na-serwerze + '4.3': + - Git-na-serwerze-Generacja-pary-kluczy-SSH + '4.4': + - Git-na-serwerze-Konfiguracja-serwera + '4.9': + - Git-na-serwerze-Dostęp-publiczny + - Git-na-serwerze-GitWeb + - Git-na-serwerze-Gitosis + - Git-na-serwerze-Gitolite + - Git-na-serwerze-Hosting-Gita + '4.5': + - Git-na-serwerze-Git-Demon + '4.10': + - Git-na-serwerze-Podsumowanie + '5.1': + - Rozproszony-Git + - Rozproszony-Git-Rozproszone-przepływy-pracy + '5.2': + - Rozproszony-Git-Wgrywanie-zmian-do-projektu + '5.3': + - Rozproszony-Git-Utrzymywanie-projektu + ! '': + - Rozproszony-Git-Podsumowanie + '7.1': + - Narzędzia-Gita + - Narzędzia-Gita-Wskazywanie-rewizji + - Narzędzia-Gita-Włączanie-innych-projektów + '7.2': + - Narzędzia-Gita-Interaktywne-używanie-przechowali + '7.3': + - Narzędzia-Gita-Schowek + '7.6': + - Narzędzia-Gita-Przepisywanie-Historii + '7.10': + - Narzędzia-Gita-Debugowanie-z-Gitem + '7.11': + - Narzędzia-Gita-Moduły-zależne + '7.15': + - Narzędzia-Gita-Podsumowanie + '8.1': + - Dostosowywanie-Gita + - Dostosowywanie-Gita-Konfiguracja-Gita + '8.2': + - Dostosowywanie-Gita-Git-Attributes + '8.3': + - Dostosowywanie-Gita-Git-Hooks + '8.4': + - Dostosowywanie-Gita-An-Example-Git-Enforced-Policy + '8.5': + - Dostosowywanie-Gita-Summary + '9.1': + - Git-i-inne-systemy + - Git-i-inne-systemy-Git-i-Subversion + '9.2': + - Git-i-inne-systemy-Migracja-do-Gita + '9.3': + - Git-i-inne-systemy-Podsumowanie + '10.1': + - Mechanizmy-wewnętrzne-w-Git + - Mechanizmy-wewnętrzne-w-Git-Komendy-Plumbing-i-Porcelain + '10.2': + - Mechanizmy-wewnętrzne-w-Git-Obiekty-Gita + - Mechanizmy-wewnętrzne-w-Git-Referencje-w-Git + '10.3': + - Mechanizmy-wewnętrzne-w-Git-Spakowane-pliki-packfiles + '10.4': + - Mechanizmy-wewnętrzne-w-Git-Refspec + '10.5': + - Mechanizmy-wewnętrzne-w-Git-Protokoły-transferu + '10.6': + - Mechanizmy-wewnętrzne-w-Git-Konserwacja-i-Odzyskiwanie-Danych + '10.7': + - Mechanizmy-wewnętrzne-w-Git-Podsumowanie + A3.1: + - commands +tr: + '1.1': + - Başlangıç + - Başlangıç-Sürüm-Kontrolü-Hakkında + '1.2': + - Başlangıç-Git-in-Kısa-Bir-Tarihçesi + '1.3': + - Başlangıç-Git-in-Temelleri + '1.5': + - Başlangıç-Git-in-Kurulumu + '1.6': + - Başlangıç-İlk-Ayarlamalar + '1.7': + - Başlangıç-Yardım-Almak + '1.8': + - Başlangıç-Özet + '2.1': + - Git-in-Temelleri + - Git-in-Temelleri-Bir-Git-Yazılım-Havuzu-Edinmek + '2.2': + - Git-in-Temelleri-Değişiklikleri-Yazılım-Havuzuna-Kaydetmek + '2.3': + - Git-in-Temelleri-Kayıt-Tarihçesini-Görüntülemek + '2.4': + - Git-in-Temelleri-Değişiklikleri-Geri-Almak + '2.5': + - Git-in-Temelleri-Uzak-Uçbirimlerle-Çalışmak + '2.6': + - Git-in-Temelleri-Etiketleme + '2.7': + - Git-in-Temelleri-İpuçları + '2.8': + - Git-in-Temelleri-Özet + '3.1': + - Git-te-Dallanma + - Git-te-Dallanma-Dal-Nedir? + '3.2': + - Git-te-Dallanma-Dallanma-ve-Birleştirmenin-Temelleri + '3.3': + - Git-te-Dallanma-Dal-Yönetimi + '3.4': + - Git-te-Dallanma-Dallanma-İş-Akışları + '3.5': + - Git-te-Dallanma-Uzak-Uçbirim-Dalları + '3.6': + - Git-te-Dallanma-Rebasing-##-Zemin,-Kök,-Temel + '3.7': + - Git-te-Dallanma-Summary + '4.1': + - Git-on-the-Server + - Git-on-the-Server-The-Protocols + '4.2': + - Git-on-the-Server-Getting-Git-on-a-Server + '4.3': + - Git-on-the-Server-Generating-Your-SSH-Public-Key + '4.4': + - Git-on-the-Server-Setting-Up-the-Server + '4.9': + - Git-on-the-Server-Public-Access + - Git-on-the-Server-GitWeb + - Git-on-the-Server-Gitosis + - Git-on-the-Server-Gitolite + - Git-on-the-Server-Hosted-Git + '4.5': + - Git-on-the-Server-Git-Daemon + '4.10': + - Git-on-the-Server-Summary + '5.1': + - Distributed-Git + - Distributed-Git-Distributed-Workflows + '5.2': + - Distributed-Git-Contributing-to-a-Project + '5.3': + - Distributed-Git-Maintaining-a-Project + ! '': + - Distributed-Git-Summary + '7.1': + - Git-Tools + - Git-Tools-Revision-Selection + - Git-Tools-Subtree-Merging + '7.2': + - Git-Tools-Interactive-Staging + '7.3': + - Git-Tools-Stashing + '7.6': + - Git-Tools-Rewriting-History + '7.10': + - Git-Tools-Debugging-with-Git + '7.11': + - Git-Tools-Submodules + '7.15': + - Git-Tools-Summary + '8.1': + - Customizing-Git + - Customizing-Git-Git-Configuration + '8.2': + - Customizing-Git-Git-Attributes + '8.3': + - Customizing-Git-Git-Hooks + '8.4': + - Customizing-Git-An-Example-Git-Enforced-Policy + '8.5': + - Customizing-Git-Summary + '9.1': + - Git-and-Other-Systems + - Git-and-Other-Systems-Git-and-Subversion + '9.2': + - Git-and-Other-Systems-Migrating-to-Git + '9.3': + - Git-and-Other-Systems-Summary + '10.1': + - Git-Internals + - Git-Internals-Plumbing-and-Porcelain + '10.2': + - Git-Internals-Git-Objects + - Git-Internals-Git-References + '10.3': + - Git-Internals-Packfiles + '10.4': + - Git-Internals-The-Refspec + '10.5': + - Git-Internals-Transfer-Protocols + '10.6': + - Git-Internals-Maintenance-and-Data-Recovery + '10.7': + - Git-Internals-Summary + A3.1: + - commands +zh-tw: + '1.1': + - 開始 + - 開始-關於版本控制 + '1.2': + - 開始-Git-的簡史 + '1.3': + - 開始-Git-基礎要點 + '1.5': + - 開始-安裝Git + '1.6': + - 開始-初次設定Git + '1.7': + - 開始-取得說明文件 + '1.8': + - 開始-總結 + '2.1': + - Git-基礎 + - Git-基礎-取得Git儲存庫 + '2.2': + - Git-基礎-提交更新到儲存庫 + '2.3': + - Git-基礎-檢視提交的歷史記錄 + '2.4': + - Git-基礎-復原 + '2.5': + - Git-基礎-與遠端協同工作 + '2.6': + - Git-基礎-標籤 + '2.7': + - Git-基礎-提示和技巧 + '2.8': + - Git-基礎-總結 + '3.1': + - Git-Branching + - Git-Branching-What-a-Branch-Is + '3.2': + - Git-Branching-Basic-Branching-and-Merging + '3.3': + - Git-Branching-Branch-Management + '3.4': + - Git-Branching-Branching-Workflows + '3.5': + - Git-Branching-Remote-Branches + '3.6': + - Git-Branching-Rebasing + '3.7': + - Git-Branching-Summary + '4.1': + - Git-on-the-Server + - Git-on-the-Server-The-Protocols + '4.2': + - Git-on-the-Server-Getting-Git-on-a-Server + '4.3': + - Git-on-the-Server-Generating-Your-SSH-Public-Key + '4.4': + - Git-on-the-Server-Setting-Up-the-Server + '4.9': + - Git-on-the-Server-Public-Access + - Git-on-the-Server-GitWeb + - Git-on-the-Server-Gitosis + - Git-on-the-Server-Gitolite + - Git-on-the-Server-Hosted-Git + '4.5': + - Git-on-the-Server-Git-Daemon + '4.10': + - Git-on-the-Server-Summary + '5.1': + - Distributed-Git + - Distributed-Git-Distributed-Workflows + '5.2': + - Distributed-Git-Contributing-to-a-Project + '5.3': + - Distributed-Git-Maintaining-a-Project + ! '': + - Distributed-Git-Summary + '7.1': + - Git-工具 + - Git-工具-選擇修訂版本 + - Git-工具-子樹合併 + '7.2': + - Git-工具-互動式暫存 + '7.3': + - Git-工具-儲藏-Stashing + '7.6': + - Git-工具-重寫歷史 + '7.10': + - Git-工具-使用-Git-做-Debug + '7.11': + - Git-工具-子模組-Submodules + '7.15': + - Git-工具-總結 + '8.1': + - Git-客製化 + - Git-客製化-Git-配置 + '8.2': + - Git-客製化-Git-屬性 + '8.3': + - Git-客製化-Git-Hooks + '8.4': + - Git-客製化-Git-強制策略實例 + '8.5': + - Git-客製化-總結 + '9.1': + - Git-與其他系統 + - Git-與其他系統-Git-與-Subversion + '9.2': + - Git-與其他系統-遷移到-Git + '9.3': + - Git-與其他系統-總結 + '10.1': + - Git-內部原理 + - Git-內部原理-底層命令-Plumbing-和高層命令-Porcelain + '10.2': + - Git-內部原理-Git-物件 + - Git-內部原理-Git-References + '10.3': + - Git-內部原理-Packfiles + '10.4': + - Git-內部原理-The-Refspec + '10.5': + - Git-內部原理-傳輸協議 + '10.6': + - Git-內部原理-維護及資料復原 + '10.7': + - Git-內部原理-總結 + A3.1: + - commands +az: + '1.1': + - Başlanğıc + - Başlanğıc-About-Version-Control + '1.2': + - Başlanğıc-A-Short-History-of-Git + '1.3': + - Başlanğıc-Git-Basics + '1.5': + - Başlanğıc-Installing-Git + '1.6': + - Başlanğıc-First-Time-Git-Setup + '1.7': + - Başlanğıc-Getting-Help + '1.8': + - Başlanğıc-Summary + '2.1': + - Git-Basics + - Git-Basics-Getting-a-Git-Repository + '2.2': + - Git-Basics-Recording-Changes-to-the-Repository + '2.3': + - Git-Basics-Viewing-the-Commit-History + '2.4': + - Git-Basics-Undoing-Things + '2.5': + - Git-Basics-Working-with-Remotes + '2.6': + - Git-Basics-Tagging + '2.7': + - Git-Basics-Tips-and-Tricks + '2.8': + - Git-Basics-Summary + '3.1': + - Git-Branching + - Git-Branching-What-a-Branch-Is + '3.2': + - Git-Branching-Basic-Branching-and-Merging + '3.3': + - Git-Branching-Branch-Management + '3.4': + - Git-Branching-Branching-Workflows + '3.5': + - Git-Branching-Remote-Branches + '3.6': + - Git-Branching-Rebasing + '3.7': + - Git-Branching-Summary + '4.1': + - Git-on-the-Server + - Git-on-the-Server-The-Protocols + '4.2': + - Git-on-the-Server-Getting-Git-on-a-Server + '4.3': + - Git-on-the-Server-Generating-Your-SSH-Public-Key + '4.4': + - Git-on-the-Server-Setting-Up-the-Server + '4.9': + - Git-on-the-Server-Public-Access + - Git-on-the-Server-GitWeb + - Git-on-the-Server-Gitosis + - Git-on-the-Server-Gitolite + - Git-on-the-Server-Hosted-Git + '4.5': + - Git-on-the-Server-Git-Daemon + '4.10': + - Git-on-the-Server-Summary + '5.1': + - Distributed-Git + - Distributed-Git-Distributed-Workflows + '5.2': + - Distributed-Git-Contributing-to-a-Project + '5.3': + - Distributed-Git-Maintaining-a-Project + ! '': + - Distributed-Git-Summary + '7.1': + - Git-Tools + - Git-Tools-Revision-Selection + - Git-Tools-Subtree-Merging + '7.2': + - Git-Tools-Interactive-Staging + '7.3': + - Git-Tools-Stashing + '7.6': + - Git-Tools-Rewriting-History + '7.10': + - Git-Tools-Debugging-with-Git + '7.11': + - Git-Tools-Submodules + '7.15': + - Git-Tools-Summary + '8.1': + - Customizing-Git + - Customizing-Git-Git-Configuration + '8.2': + - Customizing-Git-Git-Attributes + '8.3': + - Customizing-Git-Git-Hooks + '8.4': + - Customizing-Git-An-Example-Git-Enforced-Policy + '8.5': + - Customizing-Git-Summary + '9.1': + - Git-and-Other-Systems + - Git-and-Other-Systems-Git-and-Subversion + '9.2': + - Git-and-Other-Systems-Migrating-to-Git + '9.3': + - Git-and-Other-Systems-Summary + '10.1': + - Git-Internals + - Git-Internals-Plumbing-and-Porcelain + '10.2': + - Git-Internals-Git-Objects + - Git-Internals-Git-References + '10.3': + - Git-Internals-Packfiles + '10.4': + - Git-Internals-The-Refspec + '10.5': + - Git-Internals-Transfer-Protocols + '10.6': + - Git-Internals-Maintenance-and-Data-Recovery + '10.7': + - Git-Internals-Summary + A3.1: + - commands +be: + '1.1': + - Першыя-крокі + - Першыя-крокі-Пра-кантроль-версій + '1.2': + - Першыя-крокі-Кароткая-гісторыя-Git + '1.3': + - Першыя-крокі-Асновы-Git + '1.5': + - Першыя-крокі-Усталёўка-Git + '1.6': + - Першыя-крокі-Першапачатковыя-налады-Git + '1.7': + - Першыя-крокі-Атрыманне-даведкі + '1.8': + - Першыя-крокі-Вынікі + '2.1': + - Асновы-Git + - Асновы-Git-Стварэнне-рэпазітара-Git + '2.2': + - Асновы-Git-Запіс-зменаў-у-рэпазітар + '2.3': + - Асновы-Git-Viewing-the-Commit-History + '2.4': + - Асновы-Git-Undoing-Things + '2.5': + - Асновы-Git-Working-with-Remotes + '2.6': + - Асновы-Git-Tagging + '2.7': + - Асновы-Git-Tips-and-Tricks + '2.8': + - Асновы-Git-Summary + A3.1: + - commands +ca: + '1.1': + - Comencem + - Comencem-Control-de-Versions + '1.2': + - Comencem-A-Short-History-of-Git + '1.3': + - Comencem-Git-Basics + '1.5': + - Comencem-Installing-Git + '1.6': + - Comencem-First-Time-Git-Setup + '1.7': + - Comencem-Getting-Help + '1.8': + - Comencem-Summary + '2.1': + - Git-Basics + - Git-Basics-Getting-a-Git-Repository + '2.2': + - Git-Basics-Recording-Changes-to-the-Repository + '2.3': + - Git-Basics-Viewing-the-Commit-History + '2.4': + - Git-Basics-Undoing-Things + '2.5': + - Git-Basics-Working-with-Remotes + '2.6': + - Git-Basics-Tagging + '2.7': + - Git-Basics-Tips-and-Tricks + '2.8': + - Git-Basics-Summary + '3.1': + - Git-Branching + - Git-Branching-What-a-Branch-Is + '3.2': + - Git-Branching-Basic-Branching-and-Merging + '3.3': + - Git-Branching-Branch-Management + '3.4': + - Git-Branching-Branching-Workflows + '3.5': + - Git-Branching-Remote-Branches + '3.6': + - Git-Branching-Rebasing + '3.7': + - Git-Branching-Summary + '4.1': + - Git-on-the-Server + - Git-on-the-Server-The-Protocols + '4.2': + - Git-on-the-Server-Getting-Git-on-a-Server + '4.3': + - Git-on-the-Server-Generating-Your-SSH-Public-Key + '4.4': + - Git-on-the-Server-Setting-Up-the-Server + '4.9': + - Git-on-the-Server-Public-Access + - Git-on-the-Server-GitWeb + - Git-on-the-Server-Gitosis + - Git-on-the-Server-Gitolite + - Git-on-the-Server-Hosted-Git + '4.5': + - Git-on-the-Server-Git-Daemon + '4.10': + - Git-on-the-Server-Summary + '5.1': + - Distributed-Git + - Distributed-Git-Distributed-Workflows + '5.2': + - Distributed-Git-Contributing-to-a-Project + '5.3': + - Distributed-Git-Maintaining-a-Project + ! '': + - Distributed-Git-Summary + '7.1': + - Git-Tools + - Git-Tools-Revision-Selection + - Git-Tools-Subtree-Merging + '7.2': + - Git-Tools-Interactive-Staging + '7.3': + - Git-Tools-Stashing + '7.6': + - Git-Tools-Rewriting-History + '7.10': + - Git-Tools-Debugging-with-Git + '7.11': + - Git-Tools-Submodules + '7.15': + - Git-Tools-Summary + '8.1': + - Customizing-Git + - Customizing-Git-Git-Configuration + '8.2': + - Customizing-Git-Git-Attributes + '8.3': + - Customizing-Git-Git-Hooks + '8.4': + - Customizing-Git-An-Example-Git-Enforced-Policy + '8.5': + - Customizing-Git-Summary + '9.1': + - Git-and-Other-Systems + - Git-and-Other-Systems-Git-and-Subversion + '9.2': + - Git-and-Other-Systems-Migrating-to-Git + '9.3': + - Git-and-Other-Systems-Summary + '10.1': + - Git-Internals + - Git-Internals-Plumbing-and-Porcelain + '10.2': + - Git-Internals-Git-Objects + - Git-Internals-Git-References + '10.3': + - Git-Internals-Packfiles + '10.4': + - Git-Internals-The-Refspec + '10.5': + - Git-Internals-Transfer-Protocols + '10.6': + - Git-Internals-Maintenance-and-Data-Recovery + '10.7': + - Git-Internals-Summary + A3.1: + - commands +eo: + '1.1': + - Ekkomenci + - Ekkomenci-Pri-versikontrolo + '1.2': + - Ekkomenci-A-Short-History-of-Git + '1.3': + - Ekkomenci-Git-Basics + '1.5': + - Ekkomenci-Installing-Git + '1.6': + - Ekkomenci-First-Time-Git-Setup + '1.7': + - Ekkomenci-Getting-Help + '1.8': + - Ekkomenci-Summary + '2.1': + - Bazoj-de-Git + - Bazoj-de-Git-Ekhavi-Git-deponejon + '2.2': + - Bazoj-de-Git-Registri-ŝanĝojn-en-la-deponejo + '2.3': + - Bazoj-de-Git-Viewing-the-Commit-History + '2.4': + - Bazoj-de-Git-Undoing-Things + '2.5': + - Bazoj-de-Git-Working-with-Remotes + '2.6': + - Bazoj-de-Git-Tagging + '2.7': + - Bazoj-de-Git-Tips-and-Tricks + '2.8': + - Bazoj-de-Git-Summary + A3.1: + - commands +es-ni: + '1.1': + - Iniciando + - Iniciando-Acerca-del-Control-de-Versiones + '1.2': + - Iniciando-A-Short-History-of-Git + '1.3': + - Iniciando-Git-Basics + '1.5': + - Iniciando-Installing-Git + '1.6': + - Iniciando-First-Time-Git-Setup + '1.7': + - Iniciando-Getting-Help + '1.8': + - Iniciando-Summary + '2.1': + - Git-Basics + - Git-Basics-Obteniendo-un-Repositorio-Git + '2.2': + - Git-Basics-Recording-Changes-to-the-Repository + '2.3': + - Git-Basics-Viewing-the-Commit-History + '2.4': + - Git-Basics-Undoing-Things + '2.5': + - Git-Basics-Working-with-Remotes + '2.6': + - Git-Basics-Tagging + '2.7': + - Git-Basics-Tips-and-Tricks + '2.8': + - Git-Basics-Summary + '3.1': + - Git-Branching + - Git-Branching-What-a-Branch-Is + '3.2': + - Git-Branching-Basic-Branching-and-Merging + '3.3': + - Git-Branching-Branch-Management + '3.4': + - Git-Branching-Branching-Workflows + '3.5': + - Git-Branching-Remote-Branches + '3.6': + - Git-Branching-Rebasing + '3.7': + - Git-Branching-Summary + '4.1': + - Git-on-the-Server + - Git-on-the-Server-The-Protocols + '4.2': + - Git-on-the-Server-Getting-Git-on-a-Server + '4.3': + - Git-on-the-Server-Generating-Your-SSH-Public-Key + '4.4': + - Git-on-the-Server-Setting-Up-the-Server + '4.9': + - Git-on-the-Server-Public-Access + - Git-on-the-Server-GitWeb + - Git-on-the-Server-Gitosis + - Git-on-the-Server-Git-Daemon + - Git-on-the-Server-Summary + '4.5': + - Git-on-the-Server-Hosted-Git + '5.1': + - Distributed-Git + - Distributed-Git-Distributed-Workflows + '5.2': + - Distributed-Git-Contributing-to-a-Project + '5.3': + - Distributed-Git-Maintaining-a-Project + ! '': + - Distributed-Git-Summary + '7.1': + - Git-Tools + - Git-Tools-Revision-Selection + - Git-Tools-Subtree-Merging + '7.2': + - Git-Tools-Interactive-Staging + '7.3': + - Git-Tools-Stashing + '7.6': + - Git-Tools-Rewriting-History + '7.10': + - Git-Tools-Debugging-with-Git + '7.11': + - Git-Tools-Submodules + '7.15': + - Git-Tools-Summary + '8.1': + - Customizing-Git + - Customizing-Git-Git-Configuration + '8.2': + - Customizing-Git-Git-Attributes + '8.3': + - Customizing-Git-Git-Hooks + '8.4': + - Customizing-Git-An-Example-Git-Enforced-Policy + '8.5': + - Customizing-Git-Summary + '9.1': + - Git-and-Other-Systems + - Git-and-Other-Systems-Git-and-Subversion + '9.2': + - Git-and-Other-Systems-Migrating-to-Git + '9.3': + - Git-and-Other-Systems-Summary + '10.1': + - Git-Internals + - Git-Internals-Plumbing-and-Porcelain + '10.2': + - Git-Internals-Git-Objects + - Git-Internals-Git-References + '10.3': + - Git-Internals-Packfiles + '10.4': + - Git-Internals-The-Refspec + '10.5': + - Git-Internals-Transfer-Protocols + '10.6': + - Git-Internals-Maintenance-and-Data-Recovery + '10.7': + - Git-Internals-Summary + A3.1: + - commands +hu: + '1.1': + - Első-lépések + - Első-lépések-A-verziókövetésről + '1.2': + - Első-lépések-A-Short-History-of-Git + '1.3': + - Első-lépések-Git-Basics + '1.5': + - Első-lépések-Installing-Git + '1.6': + - Első-lépések-First-Time-Git-Setup + '1.7': + - Első-lépések-Getting-Help + '1.8': + - Első-lépések-Summary + A3.1: + - commands +no-nb: + '1.1': + - Komme-i-gang + - Komme-i-gang-Om-versjonskontroll + '1.2': + - Komme-i-gang-A-Short-History-of-Git + '1.3': + - Komme-i-gang-Git-Basics + '1.5': + - Komme-i-gang-Installing-Git + '1.6': + - Komme-i-gang-First-Time-Git-Setup + '1.7': + - Komme-i-gang-Getting-Help + '1.8': + - Komme-i-gang-Summary + '2.1': + - Git-Basics + - Git-Basics-Getting-a-Git-Repository + '2.2': + - Git-Basics-Recording-Changes-to-the-Repository + '2.3': + - Git-Basics-Viewing-the-Commit-History + '2.4': + - Git-Basics-Undoing-Things + '2.5': + - Git-Basics-Working-with-Remotes + '2.6': + - Git-Basics-Tagging + '2.7': + - Git-Basics-Tips-and-Tricks + '2.8': + - Git-Basics-Summary + '3.1': + - Git-Branching + - Git-Branching-What-a-Branch-Is + '3.2': + - Git-Branching-Basic-Branching-and-Merging + '3.3': + - Git-Branching-Branch-Management + '3.4': + - Git-Branching-Branching-Workflows + '3.5': + - Git-Branching-Remote-Branches + '3.6': + - Git-Branching-Rebasing + '3.7': + - Git-Branching-Summary + '4.1': + - Git-on-the-Server + - Git-on-the-Server-The-Protocols + '4.2': + - Git-on-the-Server-Getting-Git-on-a-Server + '4.3': + - Git-on-the-Server-Generating-Your-SSH-Public-Key + '4.4': + - Git-on-the-Server-Setting-Up-the-Server + '4.9': + - Git-on-the-Server-Public-Access + - Git-on-the-Server-GitWeb + - Git-on-the-Server-Gitosis + - Git-on-the-Server-Gitolite + - Git-on-the-Server-Hosted-Git + '4.5': + - Git-on-the-Server-Git-Daemon + '4.10': + - Git-on-the-Server-Summary + '5.1': + - Distributed-Git + - Distributed-Git-Distributed-Workflows + '5.2': + - Distributed-Git-Contributing-to-a-Project + '5.3': + - Distributed-Git-Maintaining-a-Project + ! '': + - Distributed-Git-Summary + '7.1': + - Git-Tools + - Git-Tools-Revision-Selection + - Git-Tools-Subtree-Merging + '7.2': + - Git-Tools-Interactive-Staging + '7.3': + - Git-Tools-Stashing + '7.6': + - Git-Tools-Rewriting-History + '7.10': + - Git-Tools-Debugging-with-Git + '7.11': + - Git-Tools-Submodules + '7.15': + - Git-Tools-Summary + '8.1': + - Customizing-Git + - Customizing-Git-Git-Configuration + '8.2': + - Customizing-Git-Git-Attributes + '8.3': + - Customizing-Git-Git-Hooks + '8.4': + - Customizing-Git-An-Example-Git-Enforced-Policy + '8.5': + - Customizing-Git-Summary + '9.1': + - Git-and-Other-Systems + - Git-and-Other-Systems-Git-and-Subversion + '9.2': + - Git-and-Other-Systems-Migrating-to-Git + '9.3': + - Git-and-Other-Systems-Summary + '10.1': + - Git-Internals + - Git-Internals-Plumbing-and-Porcelain + '10.2': + - Git-Internals-Git-Objects + - Git-Internals-Git-References + '10.3': + - Git-Internals-Packfiles + '10.4': + - Git-Internals-The-Refspec + '10.5': + - Git-Internals-Transfer-Protocols + '10.6': + - Git-Internals-Maintenance-and-Data-Recovery + '10.7': + - Git-Internals-Summary + A3.1: + - commands +ro: + '1.1': + - Introducere + - Introducere-Despre-Controlul-Versiunilor + '1.2': + - Introducere-O-Scurtă-Istorie-a-Git + '1.3': + - Introducere-Bazele-Git + '1.5': + - Introducere-Instalarea-Git + '1.6': + - Introducere-Stările-Git-Pentru-Prima-Rulare + '1.7': + - Introducere-Cum-să-Obțineți-Ajutor + '1.8': + - Introducere-Sumar + A3.1: + - commands +sr: + '1.1': + - Почетак + - Почетак-О-контроли-верзије + '1.2': + - Почетак-Кратка-историја-Гита + '1.3': + - Почетак-Git-Basics + '1.5': + - Почетак-Installing-Git + '1.6': + - Почетак-First-Time-Git-Setup + '1.7': + - Почетак-Getting-Help + '1.8': + - Почетак-Закључак + A3.1: + - commands +th: + '1.1': + - เริ่มต้นใช้งาน + - เริ่มต้นใช้งาน-เกี่ยวกับ-Version-Control + '1.2': + - เริ่มต้นใช้งาน-ประวัติย่อของ-Git + '1.3': + - เริ่มต้นใช้งาน-Git-ขั้นพื้นฐาน + '1.5': + - เริ่มต้นใช้งาน-การติดตั้ง-Git + '1.6': + - เริ่มต้นใช้งาน-First-Time-Git-Setup + '1.7': + - เริ่มต้นใช้งาน-Getting-Help + '1.8': + - เริ่มต้นใช้งาน-สรุป + '2.1': + - Git-ขั้นพื้นฐาน + - Git-ขั้นพื้นฐาน-เริ่มต้นใช้งาน-Git-Repository + '2.2': + - Git-ขั้นพื้นฐาน-การบันทึกการแก้ไขใน-Repository + '2.3': + - Git-ขั้นพื้นฐาน-Viewing-the-Commit-History + '2.4': + - Git-ขั้นพื้นฐาน-Undoing-Things + '2.5': + - Git-ขั้นพื้นฐาน-Working-with-Remotes + '2.6': + - Git-ขั้นพื้นฐาน-Tagging + '2.7': + - Git-ขั้นพื้นฐาน-Tips-and-Tricks + '2.8': + - Git-ขั้นพื้นฐาน-Summary + '3.1': + - Git-Branching + - Git-Branching-What-a-Branch-Is + '3.2': + - Git-Branching-Basic-Branching-and-Merging + '3.3': + - Git-Branching-Branch-Management + '3.4': + - Git-Branching-Branching-Workflows + '3.5': + - Git-Branching-Remote-Branches + '3.6': + - Git-Branching-Rebasing + '3.7': + - Git-Branching-Summary + '4.1': + - Git-on-the-Server + - Git-on-the-Server-The-Protocols + '4.2': + - Git-on-the-Server-Getting-Git-on-a-Server + '4.3': + - Git-on-the-Server-Generating-Your-SSH-Public-Key + '4.4': + - Git-on-the-Server-Setting-Up-the-Server + '4.9': + - Git-on-the-Server-Public-Access + - Git-on-the-Server-GitWeb + - Git-on-the-Server-Gitosis + - Git-on-the-Server-Gitolite + - Git-on-the-Server-Hosted-Git + '4.5': + - Git-on-the-Server-Git-Daemon + '4.10': + - Git-on-the-Server-Summary + '5.1': + - Distributed-Git + - Distributed-Git-Distributed-Workflows + '5.2': + - Distributed-Git-Contributing-to-a-Project + '5.3': + - Distributed-Git-Maintaining-a-Project + ! '': + - Distributed-Git-Summary + '7.1': + - Git-Tools + - Git-Tools-Revision-Selection + - Git-Tools-Subtree-Merging + '7.2': + - Git-Tools-Interactive-Staging + '7.3': + - Git-Tools-Stashing + '7.6': + - Git-Tools-Rewriting-History + '7.10': + - Git-Tools-Debugging-with-Git + '7.11': + - Git-Tools-Submodules + '7.15': + - Git-Tools-Summary + '8.1': + - Customizing-Git + - Customizing-Git-Git-Configuration + '8.2': + - Customizing-Git-Git-Attributes + '8.3': + - Customizing-Git-Git-Hooks + '8.4': + - Customizing-Git-An-Example-Git-Enforced-Policy + '8.5': + - Customizing-Git-Summary + '9.1': + - Git-and-Other-Systems + - Git-and-Other-Systems-Git-and-Subversion + '9.2': + - Git-and-Other-Systems-Migrating-to-Git + '9.3': + - Git-and-Other-Systems-Summary + '10.1': + - Git-Internals + - Git-Internals-Plumbing-and-Porcelain + '10.2': + - Git-Internals-Git-Objects + - Git-Internals-Git-References + '10.3': + - Git-Internals-Packfiles + '10.4': + - Git-Internals-The-Refspec + '10.5': + - Git-Internals-Transfer-Protocols + '10.6': + - Git-Internals-Maintenance-and-Data-Recovery + '10.7': + - Git-Internals-Summary + A3.1: + - commands +vi: + '1.1': + - Bắt-Đầu + - Bắt-Đầu-Về-Quản-Lý-Phiên-Bản + '1.2': + - Bắt-Đầu-Sơ-Lược-Lịch-Sử-của-Git + '1.3': + - Bắt-Đầu-Cơ-Bản-về-Git + '1.5': + - Bắt-Đầu-Cài-Đặt-Git + '1.6': + - Bắt-Đầu-Cấu-Hình-Git-Lần-Đầu + '1.7': + - Bắt-Đầu-Trợ-Giúp + '1.8': + - Bắt-Đầu-Tóm-Tắt + '2.1': + - Cơ-Bản-Về-Git + - Cơ-Bản-Về-Git-Tạo-Một-Kho-Chứa-Git + '2.2': + - Cơ-Bản-Về-Git-Ghi-Lại-Thay-Đổi-vào-Kho-Chứa + '2.3': + - Cơ-Bản-Về-Git-Xem-Lịch-Sử-Commit + '2.4': + - Cơ-Bản-Về-Git-Phục-Hồi + '2.5': + - Cơ-Bản-Về-Git-Working-with-Remotes + '2.6': + - Cơ-Bản-Về-Git-Tagging + '2.7': + - Cơ-Bản-Về-Git-Tips-and-Tricks + '2.8': + - Cơ-Bản-Về-Git-Summary + A3.1: + - commands diff --git a/external/book/content/book/az/v1/_index.html b/external/book/content/book/az/v1/_index.html new file mode 100644 index 0000000000..63406bc880 --- /dev/null +++ b/external/book/content/book/az/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/az/v2 +--- diff --git "a/external/book/content/book/az/v2/Appendix-C:-Git-\306\217mrl\311\231ri-Qura\305\237d\304\261rma-v\311\231-Konfiqurasiya.html" "b/external/book/content/book/az/v2/Appendix-C:-Git-\306\217mrl\311\231ri-Qura\305\237d\304\261rma-v\311\231-Konfiqurasiya.html" index 339e1a14a9..7fda1eb708 100644 --- "a/external/book/content/book/az/v2/Appendix-C:-Git-\306\217mrl\311\231ri-Qura\305\237d\304\261rma-v\311\231-Konfiqurasiya.html" +++ "b/external/book/content/book/az/v2/Appendix-C:-Git-\306\217mrl\311\231ri-Qura\305\237d\304\261rma-v\311\231-Konfiqurasiya.html" @@ -17,6 +17,9 @@ next: book/az/v2/Appendix-C:-Git-Əmrləri-Layihələrin-Alınması-və-Yaradılması title: Git - Quraşdırma və Konfiqurasiya url: "/book/az/v2/Appendix-C:-Git-Əmrləri-Quraşdırma-və-Konfiqurasiya.html" +aliases: +- "/book/az/commands.html" +- "/book/az/v1/commands.html" ---
Kitab boyunca onlarla Git əmrini təqdim etdik və hekayəyə yavaş-yavaş daha çox əmr əlavə edərək bir hekayə daxilində tətbiq etmək üçün çox çalışdıq. Lakin əmrlərin istifadəsi nümunələri bu kitabda bir qədər səpələnmiş formadadır.
Bu əlavədə kitab boyunca müraciət etdiyimiz bütün Git əmrlərini istifadə etdikləri şeylərə görə qruplaşdıraraq nəzərdən keçirəcəyik. diff --git "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git-N\311\231dir?.html" "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git-N\311\231dir?.html" index 952205f90e..6a79182e4a 100644 --- "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git-N\311\231dir?.html" +++ "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git-N\311\231dir?.html" @@ -19,6 +19,8 @@ url: "/book/az/v2/Başlanğıc-Git-Nədir?.html" aliases: - "/book/az/v2/Başlanğıc-Git-Nədir.html" +- "/book/az/Başlanğıc-Git-Basics.html" +- "/book/az/v1/Başlanğıc-Git-Basics.html" ---
Bu fəsil Git ilə işə başlamaq haqqındadır. Versiya nəzarət alətləri ilə əlaqəli bəzi məlumatları izah etməyə başlayacağıq, sonra Git’in sisteminizdə necə işlədiləcəyinə və nəhayət işə başlamaq üçün necə qurulacağına nəzərdən keçirəcəyik. diff --git "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-\304\260lk-D\311\231f\311\231-Git-Qura\305\237d\304\261rmas\304\261.html" "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-\304\260lk-D\311\231f\311\231-Git-Qura\305\237d\304\261rmas\304\261.html" index 066763aaec..fe6d032c23 100644 --- "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-\304\260lk-D\311\231f\311\231-Git-Qura\305\237d\304\261rmas\304\261.html" +++ "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-\304\260lk-D\311\231f\311\231-Git-Qura\305\237d\304\261rmas\304\261.html" @@ -17,6 +17,9 @@ next: book/az/v2/Başlanğıc-Kömək-Almaq title: Git - İlk Dəfə Git Quraşdırması url: "/book/az/v2/Başlanğıc-İlk-Dəfə-Git-Quraşdırması.html" +aliases: +- "/book/az/Başlanğıc-First-Time-Git-Setup.html" +- "/book/az/v1/Başlanğıc-First-Time-Git-Setup.html" ---
İndiyə qədər mənbə kodu nəzarəti üçün Git deposunu idarə etməli və ya saxlamağınız lazım olan gündəlik əmrlərin və iş axınlarının çoxunu öyrəndiniz. Faylları tracking və committing əsas tapşırıqlarını yerinə yetirdiniz və quruluş sahəsinin gücünü və yüngül mövzunun branching’ni və birləşməsini istifadə etdiniz.
İndi Git’in gündəlik olaraq istifadə edə bilməyəcəyiniz, ancaq bir anda ehtiyacınız ola biləcəyi çox güclü şeyləri araşdıracaqsınız.
diff --git "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Stashing-v\311\231-T\311\231mizl\311\231m\311\231.html" "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Stashing-v\311\231-T\311\231mizl\311\231m\311\231.html" index 3096ff2c7e..3035b16682 100644 --- "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Stashing-v\311\231-T\311\231mizl\311\231m\311\231.html" +++ "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Stashing-v\311\231-T\311\231mizl\311\231m\311\231.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git-Alətləri-İşinizin-İmzalanması title: Git - Stashing və Təmizləmə url: "/book/az/v2/Git-Alətləri-Stashing-və-Təmizləmə.html" +aliases: +- "/book/az/Git-Tools-Stashing.html" +- "/book/az/v1/Git-Tools-Stashing.html" ---Dünya mükəmməl deyil. Ümumiyyətlə, təmasda olduğunuz hər bir layihəni dərhal Git’ə keçirə bilməzsiniz. diff --git "a/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Git\342\200\231\311\231-Miqrasiya.html" "b/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Git\342\200\231\311\231-Miqrasiya.html" index 65da512ae8..f6fce96f6d 100644 --- "a/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Git\342\200\231\311\231-Miqrasiya.html" +++ "b/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Git\342\200\231\311\231-Miqrasiya.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git-və-Digər-Sistemlər-Qısa-Məzmun title: Git - Git’ə Miqrasiya url: "/book/az/v2/Git-və-Digər-Sistemlər-Git’ə-Miqrasiya.html" +aliases: +- "/book/az/Git-and-Other-Systems-Migrating-to-Git.html" +- "/book/az/v1/Git-and-Other-Systems-Migrating-to-Git.html" ---
Demək olar ki, hər bir VNS’nin bir növ branching dəstəyi var. diff --git "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Q\304\261sa-M\311\231zmun.html" "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Q\304\261sa-M\311\231zmun.html" index 2c84e6b125..eb6e31107b 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Q\304\261sa-M\311\231zmun.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Q\304\261sa-M\311\231zmun.html" @@ -17,6 +17,9 @@ next: book/az/v2/Server’də-Git-Protokollar title: Git - Qısa Məzmun url: "/book/az/v2/Git’də-Branch-Qısa-Məzmun.html" +aliases: +- "/book/az/Git-Branching-Summary.html" +- "/book/az/v1/Git-Branching-Summary.html" ---
İndiyə qədər Git’in necə işlədiyini və necə istifadə ediləcəyini izah etdik və asanlıqla və səmərəli istifadə etməyiniz üçün Git’in təqdim etdiyi bir sıra vasitələri təqdim etdik. Bu fəsildə bir neçə vacib konfiqurasiya parametrlərini və hook’lar sistemini təqdim edərək Git’i daha çox fərdi qaydada necə işlədə biləcəyinizi görəcəyik. diff --git "a/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Q\304\261sa-M\311\231zmun.html" "b/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Q\304\261sa-M\311\231zmun.html" index 4e1edfd6d9..43a84b7fa9 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Q\304\261sa-M\311\231zmun.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Q\304\261sa-M\311\231zmun.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git-və-Digər-Sistemlər-Git-Müştəri-kimi title: Git - Qısa Məzmun url: "/book/az/v2/Git’i-Fərdiləşdirmək-Qısa-Məzmun.html" +aliases: +- "/book/az/Customizing-Git-Summary.html" +- "/book/az/v1/Customizing-Git-Summary.html" ---
Bu fəslə daha əvvəlki bir fəsildən keçib gəlmiş ola bilərsiz və ya bütün kitabı bu vaxta qədər ardıcıl oxuduqdan sonra buraya gəlmiş ola bilərsiz - hər iki halda da Git’in daxili işlərini və tətbiqini nəzərdən keçirəcəyik. Bu məlumatları başa düşməyin Git’in nə qədər faydalı və güclü olduğunu qiymətləndirmək üçün nə qədər vacib olduğunu gördük, lakin başqaları bunun yeni başlayanlar üçün qarışıq və lazımsız dərəcədə mürəkkəb ola biləcəyini iddia edirlər. diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Refspec.html" "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Refspec.html" index ab4cb40e32..5f0be1f050 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Refspec.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Refspec.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Daxili-İşləri-Transfer-Protokolları title: Git - Refspec url: "/book/az/v2/Git’in-Daxili-İşləri-Refspec.html" +aliases: +- "/book/az/Git-Internals-Transfer-Protocols.html" +- "/book/az/v1/Git-Internals-Transfer-Protocols.html" ---
Git ilə dəvam edə bilmək üçün yalnız bir fəsil oxuya bilsəniz, o bu fəsildir. Bu fəsildə vaxtınızı Git ilə birlikdə keçirməyə sərf edəcəyiniz işlərin böyük əksəriyyətini yerinə yetirmək üçün lazım olan hər bir əsas əmri əhatə edir. diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-L\311\231\304\237v-Edil\311\231n-\304\260\305\237l\311\231r-Geri-qaytar\304\261lan.html" "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-L\311\231\304\237v-Edil\311\231n-\304\260\305\237l\311\231r-Geri-qaytar\304\261lan.html" index 77dc193660..d1e053c021 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-L\311\231\304\237v-Edil\311\231n-\304\260\305\237l\311\231r-Geri-qaytar\304\261lan.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-L\311\231\304\237v-Edil\311\231n-\304\260\305\237l\311\231r-Geri-qaytar\304\261lan.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Əsasları-Uzaqdan-İşləmək title: Git - Ləğv Edilən İşlər (Geri qaytarılan) url: "/book/az/v2/Git’in-Əsasları-Ləğv-Edilən-İşlər-Geri-qaytarılan.html" +aliases: +- "/book/az/Git-Basics-Undoing-Things.html" +- "/book/az/v1/Git-Basics-Undoing-Things.html" ---
Artıq bütün developer’lərin kodlarını paylaşması üçün mərkəz nöqtəsi olaraq qurulmuş remote bir Git deposuna sahib olduğunuzdan və lokal iş axınındakı əsas Git əmrləri ilə tanış olduğunuza görə bəzi paylanmış iş axınlarından necə istifadə edəcəyinizə baxacaqsınız.
Bu fəsildə paylayıcı və inteqrasiyaedici olaraq paylanmış bir mühitdə Git ilə necə işləməli olduğunuzu görəcəksiniz. diff --git "a/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Layih\311\231nin-Saxlan\304\261lmas\304\261.html" "b/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Layih\311\231nin-Saxlan\304\261lmas\304\261.html" index 16b63c1377..040590fc7a 100644 --- "a/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Layih\311\231nin-Saxlan\304\261lmas\304\261.html" +++ "b/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Layih\311\231nin-Saxlan\304\261lmas\304\261.html" @@ -17,6 +17,9 @@ next: book/az/v2/Paylanmış-Git-Qısa-Məzmun title: Git - Layihənin Saxlanılması url: "/book/az/v2/Paylanmış-Git-Layihənin-Saxlanılması.html" +aliases: +- "/book/az/Distributed-Git-Maintaining-a-Project.html" +- "/book/az/v1/Distributed-Git-Maintaining-a-Project.html" ---
Bu nöqtədə Git’i istifadə edəcəyiniz gündəlik vəzifələrin çoxunu edə bilməlisiniz. diff --git "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Q\304\261sa-M\311\231zmun.html" "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Q\304\261sa-M\311\231zmun.html" index 4336b39082..536b5113b5 100644 --- "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Q\304\261sa-M\311\231zmun.html" +++ "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Q\304\261sa-M\311\231zmun.html" @@ -17,6 +17,9 @@ next: book/az/v2/Paylanmış-Git-Distribyutorluq-İş-Axınları title: Git - Qısa Məzmun url: "/book/az/v2/Server’də-Git-Qısa-Məzmun.html" +aliases: +- "/book/az/Git-on-the-Server-Summary.html" +- "/book/az/v1/Git-on-the-Server-Summary.html" ---
If you can read only one chapter to get going with Git, this is it. This chapter covers every basic command you need to do the vast majority of the things you’ll eventually spend your time doing with Git. diff --git a/external/book/content/book/be/v2/Git-Basics-Git-Aliases.html b/external/book/content/book/be/v2/Git-Basics-Git-Aliases.html index 690494614f..047c64a6c0 100644 --- a/external/book/content/book/be/v2/Git-Basics-Git-Aliases.html +++ b/external/book/content/book/be/v2/Git-Basics-Git-Aliases.html @@ -16,6 +16,9 @@ previous: book/be/v2/Git-Basics-Tagging next: book/be/v2/Git-Basics-Summary title: Git - Git Aliases +aliases: +- "/book/be/Асновы-Git-Tips-and-Tricks.html" +- "/book/be/v1/Асновы-Git-Tips-and-Tricks.html" ---
Throughout the book we have introduced dozens of Git commands and have tried hard to introduce them within something of a narrative, adding more commands to the story slowly. However, this leaves us with examples of usage of the commands somewhat scattered throughout the whole book.
In this appendix, we’ll go through all the Git commands we addressed throughout the book, grouped roughly by what they’re used for. diff --git "a/external/book/content/book/be/v2/\320\237\320\265\321\200\321\210\321\213\321\217-\320\272\321\200\320\276\320\272\321\226-A-Short-History-of-Git.html" "b/external/book/content/book/be/v2/\320\237\320\265\321\200\321\210\321\213\321\217-\320\272\321\200\320\276\320\272\321\226-A-Short-History-of-Git.html" index 3e45803b9c..fdc7619669 100644 --- "a/external/book/content/book/be/v2/\320\237\320\265\321\200\321\210\321\213\321\217-\320\272\321\200\320\276\320\272\321\226-A-Short-History-of-Git.html" +++ "b/external/book/content/book/be/v2/\320\237\320\265\321\200\321\210\321\213\321\217-\320\272\321\200\320\276\320\272\321\226-A-Short-History-of-Git.html" @@ -17,6 +17,9 @@ next: book/be/v2/Першыя-крокі-What-is-Git%3F title: Git - A Short History of Git url: "/book/be/v2/Першыя-крокі-A-Short-History-of-Git.html" +aliases: +- "/book/be/Першыя-крокі-Кароткая-гісторыя-Git.html" +- "/book/be/v1/Першыя-крокі-Кароткая-гісторыя-Git.html" ---
Гэты разьдзел раскажа, як пачаць карыстацца Git. Спачатку мы растлумачым асновы інструмэнтаў кіраваньня вэрсіямі, тады разьбяромся, як усталяваць Git на сваёй сыстэме і, урэшце, як яго наладзіць і пачаць зь ім працаваць. diff --git "a/external/book/content/book/be/v2/\320\237\320\265\321\200\321\210\321\213\321\217-\320\272\321\200\320\276\320\272\321\226-First-Time-Git-Setup.html" "b/external/book/content/book/be/v2/\320\237\320\265\321\200\321\210\321\213\321\217-\320\272\321\200\320\276\320\272\321\226-First-Time-Git-Setup.html" index aa618506fa..7469ef9427 100644 --- "a/external/book/content/book/be/v2/\320\237\320\265\321\200\321\210\321\213\321\217-\320\272\321\200\320\276\320\272\321\226-First-Time-Git-Setup.html" +++ "b/external/book/content/book/be/v2/\320\237\320\265\321\200\321\210\321\213\321\217-\320\272\321\200\320\276\320\272\321\226-First-Time-Git-Setup.html" @@ -17,6 +17,9 @@ next: book/be/v2/Першыя-крокі-Getting-Help title: Git - First-Time Git Setup url: "/book/be/v2/Першыя-крокі-First-Time-Git-Setup.html" +aliases: +- "/book/be/Першыя-крокі-Першапачатковыя-налады-Git.html" +- "/book/be/v1/Першыя-крокі-Першапачатковыя-налады-Git.html" ---
Throughout the book we have introduced dozens of Git commands and have tried hard to introduce them within something of a narrative, adding more commands to the story slowly. However, this leaves us with examples of usage of the commands somewhat scattered throughout the whole book.
In this appendix, we’ll go through all the Git commands we addressed throughout the book, grouped roughly by what they’re used for. diff --git a/external/book/content/book/cs/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html b/external/book/content/book/cs/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html index b9131d830a..fdb72b74a1 100644 --- a/external/book/content/book/cs/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html +++ b/external/book/content/book/cs/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Customizing-Git-Git-Hooks next: book/cs/v2/Customizing-Git-Shrnutí title: Git - An Example Git-Enforced Policy +aliases: +- "/book/cs/Individuální-přizpůsobení-systému-Git-Příklad-standardů-kontrolovaných-systémem-Git.html" +- "/book/cs/v1/Individuální-přizpůsobení-systému-Git-Příklad-standardů-kontrolovaných-systémem-Git.html" ---
So far, we’ve covered the basics of how Git works and how to use it, and we’ve introduced a number of tools that Git provides to help you use it easily and efficiently. In this chapter, we’ll see how you can make Git operate in a more customized fashion, by introducing several important configuration settings and the hooks system. diff --git a/external/book/content/book/cs/v2/Customizing-Git-Git-Hooks.html b/external/book/content/book/cs/v2/Customizing-Git-Git-Hooks.html index 0553df7a8e..fb6d7056ae 100644 --- a/external/book/content/book/cs/v2/Customizing-Git-Git-Hooks.html +++ b/external/book/content/book/cs/v2/Customizing-Git-Git-Hooks.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Customizing-Git-Atributy-Git next: book/cs/v2/Customizing-Git-An-Example-Git-Enforced-Policy title: Git - Git Hooks +aliases: +- "/book/cs/Individuální-přizpůsobení-systému-Git-Zásuvné-moduly-Git.html" +- "/book/cs/v1/Individuální-přizpůsobení-systému-Git-Zásuvné-moduly-Git.html" ---
Máte vytvořen vzdálený gitový repozitář, který je nastaven tak, aby mohli všichni vývojáři sdílet svůj zdrojový kód, a znáte základní příkazy Gitu pro práci v lokálním prostředí. Nastal čas, abychom se podívali na využití některých distribuovaných pracovních postupů, které vám Git nabízí.
V této kapitole uvidíte, jak se v distribuovaném prostředí s Gitem pracuje v roli přispěvatele a v roli integrátora. diff --git "a/external/book/content/book/cs/v2/Distribuovan\303\275-Git-P\305\231isp\303\255v\303\241n\303\255-do-projektu.html" "b/external/book/content/book/cs/v2/Distribuovan\303\275-Git-P\305\231isp\303\255v\303\241n\303\255-do-projektu.html" index fc59e9b62c..790773b7c9 100644 --- "a/external/book/content/book/cs/v2/Distribuovan\303\275-Git-P\305\231isp\303\255v\303\241n\303\255-do-projektu.html" +++ "b/external/book/content/book/cs/v2/Distribuovan\303\275-Git-P\305\231isp\303\255v\303\241n\303\255-do-projektu.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Distribuovaný-Git-Správa-projektu title: Git - Přispívání do projektu url: "/book/cs/v2/Distribuovaný-Git-Přispívání-do-projektu.html" +aliases: +- "/book/cs/Distribuovaný-charakter-systému-Git-Přispívání-do-projektu.html" +- "/book/cs/v1/Distribuovaný-charakter-systému-Git-Přispívání-do-projektu.html" ---
You may have skipped to this chapter from a previous chapter, or you may have gotten here after reading the rest of the book – in either case, this is where we’ll go over the inner workings and implementation of Git. We found that learning this information was fundamentally important to understanding how useful and powerful Git is, but others have argued to us that it can be confusing and unnecessarily complex for beginners. diff --git "a/external/book/content/book/cs/v2/Git-Internals-P\305\231enosov\303\251-protokoly.html" "b/external/book/content/book/cs/v2/Git-Internals-P\305\231enosov\303\251-protokoly.html" index 968a50d965..74e41dfb7d 100644 --- "a/external/book/content/book/cs/v2/Git-Internals-P\305\231enosov\303\251-protokoly.html" +++ "b/external/book/content/book/cs/v2/Git-Internals-P\305\231enosov\303\251-protokoly.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-Internals-Správa-a-obnova-dat title: Git - Přenosové protokoly url: "/book/cs/v2/Git-Internals-Přenosové-protokoly.html" +aliases: +- "/book/cs/Git-pod-pokličkou-Správa-a-obnova-dat.html" +- "/book/cs/v1/Git-pod-pokličkou-Správa-a-obnova-dat.html" ---
Do této chvíle jste stačili poznat většinu každodenních příkazů a pracovních postupů, které budete při práci se zdrojovým kódem potřebovat k ovládání a správě repozitáře Git. Zvládli jste základní úkony sledování a zapisování souborů a pochopili jste přednosti přípravy souborů k zapsání i snadného vytváření a začleňování větví.
Nyní poznáte několik velmi účinných nástrojů, které vám Git nabízí. Pravděpodobně je nebudete používat každý den, ale přesto se vám mohou čas od času hodit.
diff --git a/external/book/content/book/cs/v2/Git-Tools-Rewriting-History.html b/external/book/content/book/cs/v2/Git-Tools-Rewriting-History.html index 6b14fc4818..a09856fb3c 100644 --- a/external/book/content/book/cs/v2/Git-Tools-Rewriting-History.html +++ b/external/book/content/book/cs/v2/Git-Tools-Rewriting-History.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Git-Tools-Searching next: book/cs/v2/Git-Tools-Reset-Demystified title: Git - Rewriting History +aliases: +- "/book/cs/Nástroje-systému-Git-Přepis-historie.html" +- "/book/cs/v1/Nástroje-systému-Git-Přepis-historie.html" ---The world isn’t perfect. Usually, you can’t immediately switch every project you come in contact with to Git. diff --git "a/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Migrating-to-Git.html" "b/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Migrating-to-Git.html" index 7830d01b94..6969be042f 100644 --- "a/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Migrating-to-Git.html" +++ "b/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Migrating-to-Git.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-a-ostatní-systémy-Shrnutí title: Git - Migrating to Git url: "/book/cs/v2/Git-a-ostatní-systémy-Migrating-to-Git.html" +aliases: +- "/book/cs/Git-a-ostatní-systémy-Přechod-na-systém-Git.html" +- "/book/cs/v1/Git-a-ostatní-systémy-Přechod-na-systém-Git.html" ---
V tomto okamžiku už byste měli zvládat většinu každodenních úkonů, pro které budete Git používat. diff --git "a/external/book/content/book/cs/v2/Git-na-serveru-Shrnut\303\255.html" "b/external/book/content/book/cs/v2/Git-na-serveru-Shrnut\303\255.html" index 1cdf66b02c..862620793f 100644 --- "a/external/book/content/book/cs/v2/Git-na-serveru-Shrnut\303\255.html" +++ "b/external/book/content/book/cs/v2/Git-na-serveru-Shrnut\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Distribuovaný-Git-Distribuované-pracovní-postupy title: Git - Shrnutí url: "/book/cs/v2/Git-na-serveru-Shrnutí.html" +aliases: +- "/book/cs/Git-na-serveru-Shrnutí.html" +- "/book/cs/v1/Git-na-serveru-Shrnutí.html" ---
Nějakou formu větvení podporují téměř všechny systémy pro správu verzí. diff --git "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Z\303\241klady-v\304\233tven\303\255-a-slu\304\215ov\303\241n\303\255.html" "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Z\303\241klady-v\304\233tven\303\255-a-slu\304\215ov\303\241n\303\255.html" index d787dd88ee..4155a4f347 100644 --- "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Z\303\241klady-v\304\233tven\303\255-a-slu\304\215ov\303\241n\303\255.html" +++ "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Z\303\241klady-v\304\233tven\303\255-a-slu\304\215ov\303\241n\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Větve-v-systému-Git-Správa-větví title: Git - Základy větvení a slučování url: "/book/cs/v2/Větve-v-systému-Git-Základy-větvení-a-slučování.html" +aliases: +- "/book/cs/Větve-v-systému-Git-Základy-větvení-a-slučování.html" +- "/book/cs/v1/Větve-v-systému-Git-Základy-větvení-a-slučování.html" ---
Pokud byste si o Gitu měli přečíst jen jednu kapitolu, měla by to být právě tahle. Tato kapitola popisuje všechny základní příkazy, které potřebujete pro drtivou většinu věcí, jejichž prováděním budete v Gitu trávit svůj čas. diff --git a/external/book/content/book/cs/v2/_index.html b/external/book/content/book/cs/v2/_index.html index 0ed563627b..c6e7897553 100644 --- a/external/book/content/book/cs/v2/_index.html +++ b/external/book/content/book/cs/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/cs/v2.html" aliases: - "/book/cs/v2/index.html" +- "/book/cs/v1/index.html" - "/book/cs/index.html" --- diff --git "a/external/book/content/book/cs/v2/\303\232vod-Instalace-syst\303\251mu-Git.html" "b/external/book/content/book/cs/v2/\303\232vod-Instalace-syst\303\251mu-Git.html" index 1a404ca0eb..e4e9f13abd 100644 --- "a/external/book/content/book/cs/v2/\303\232vod-Instalace-syst\303\251mu-Git.html" +++ "b/external/book/content/book/cs/v2/\303\232vod-Instalace-syst\303\251mu-Git.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Úvod-První-nastavení-systému-Git title: Git - Instalace systému Git url: "/book/cs/v2/Úvod-Instalace-systému-Git.html" +aliases: +- "/book/cs/Úvod-Instalace-systému-Git.html" +- "/book/cs/v1/Úvod-Instalace-systému-Git.html" ---
Tato kapitola pojednává o tom, jak se systémem Git začít. Nejdříve si vysvětlíme něco o původu nástrojů pro správu verzí, poté se budeme věnovat tomu, jak spustit systém Git ve vašem počítači, a nakonec se podíváme na to, co musíme nastavit, abychom s ním mohli začít pracovat. diff --git "a/external/book/content/book/cs/v2/\303\232vod-Stru\304\215n\303\241-historie-syst\303\251mu-Git.html" "b/external/book/content/book/cs/v2/\303\232vod-Stru\304\215n\303\241-historie-syst\303\251mu-Git.html" index 2527c9ae1a..2894f0adcf 100644 --- "a/external/book/content/book/cs/v2/\303\232vod-Stru\304\215n\303\241-historie-syst\303\251mu-Git.html" +++ "b/external/book/content/book/cs/v2/\303\232vod-Stru\304\215n\303\241-historie-syst\303\251mu-Git.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Úvod-Základy-systému-Git title: Git - Stručná historie systému Git url: "/book/cs/v2/Úvod-Stručná-historie-systému-Git.html" +aliases: +- "/book/cs/Úvod-Stručná-historie-systému-Git.html" +- "/book/cs/v1/Úvod-Stručná-historie-systému-Git.html" ---
Im Laufe des Buches haben wir Dutzende von Git-Befehlen vorgestellt und uns bemüht, sie in eine Art Erzählung einzuführen und der Handlung langsam weitere Befehle hinzuzufügen. Das führt jedoch dazu, dass wir Beispiele für die Verwendung der Befehle im ganzen Buch verstreut wiederfinden.
In diesem Anhang werden die im gesamten Buch behandelten Git-Befehle genauer beschreiben, grob gruppiert nach ihren Einsatzgebieten. diff --git a/external/book/content/book/de/v2/Erste-Schritte-Git-Basis-Konfiguration.html b/external/book/content/book/de/v2/Erste-Schritte-Git-Basis-Konfiguration.html index ce7fd0b76c..9b853861dd 100644 --- a/external/book/content/book/de/v2/Erste-Schritte-Git-Basis-Konfiguration.html +++ b/external/book/content/book/de/v2/Erste-Schritte-Git-Basis-Konfiguration.html @@ -16,6 +16,9 @@ previous: book/de/v2/Erste-Schritte-Git-installieren next: book/de/v2/Erste-Schritte-Hilfe-finden title: Git - Git Basis-Konfiguration +aliases: +- "/book/de/Los-geht’s-Git-konfigurieren.html" +- "/book/de/v1/Los-geht’s-Git-konfigurieren.html" ---
In diesem Kapitel geht es um den Einstieg in Git. Wir erklären zunächst einige Hintergrundinformationen zu Versionskontrolltools, gehen dann dazu über, wie du Git auf deinem System zum Laufen bringst und wie du es schließlich so einrichtest, dass du damit arbeiten kannst. diff --git a/external/book/content/book/de/v2/Erste-Schritte-Zusammenfassung.html b/external/book/content/book/de/v2/Erste-Schritte-Zusammenfassung.html index 616bdf9ee3..05b65c05c4 100644 --- a/external/book/content/book/de/v2/Erste-Schritte-Zusammenfassung.html +++ b/external/book/content/book/de/v2/Erste-Schritte-Zusammenfassung.html @@ -16,6 +16,9 @@ previous: book/de/v2/Erste-Schritte-Hilfe-finden next: book/de/v2/Git-Grundlagen-Ein-Git-Repository-anlegen title: Git - Zusammenfassung +aliases: +- "/book/de/Los-geht’s-Zusammenfassung.html" +- "/book/de/v1/Los-geht’s-Zusammenfassung.html" ---
Nahezu jedes VCS unterstützt eine Form von Branching. diff --git a/external/book/content/book/de/v2/Git-Branching-Branching-Workflows.html b/external/book/content/book/de/v2/Git-Branching-Branching-Workflows.html index bbebc72675..cf9059697c 100644 --- a/external/book/content/book/de/v2/Git-Branching-Branching-Workflows.html +++ b/external/book/content/book/de/v2/Git-Branching-Branching-Workflows.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Branching-Branch-Management next: book/de/v2/Git-Branching-Remote-Branches title: Git - Branching-Workflows +aliases: +- "/book/de/Git-Branching-Branching-Workflows.html" +- "/book/de/v1/Git-Branching-Branching-Workflows.html" ---
Falls du es eilig hast und du nur die Zeit hast ein einziges Kapitel dieses hervorragendes Buches durchzulesen, bist du hier genau richtig.
Dieses Kapitel behandelt alle grundlegenden Befehle, die Du benötigst, um den großteil der Aufgaben zu erledigen, die mit Git erledigt werden müssen. Am Ende des Kapitels solltest Du in der Lage sein, ein neues Repository anzulegen und zu konfigurieren, Dateien zu versionieren bzw. Sie aus der Versionsverwaltung zu entfernen, Dateien in die Staging-Area hinzuzufügen und einen Commit durchzuführen.
Außerdem wird gezeigt, wie Du Git so konfigurieren kannst, dass es bestimmte Dateien und Dateimuster ignoriert, wie Du Fehler schnell und einfach rückgängig machen, wie Du die Historie eines Projekts durchsuchen und Änderungen zwischen Commits nachschlagen, und wie Du von einem Remote-Repository Daten herunter- bzw. dort hochladen kannst.
diff --git a/external/book/content/book/de/v2/Git-Grundlagen-Git-Aliases.html b/external/book/content/book/de/v2/Git-Grundlagen-Git-Aliases.html index fc20ce3828..8c191af9f5 100644 --- a/external/book/content/book/de/v2/Git-Grundlagen-Git-Aliases.html +++ b/external/book/content/book/de/v2/Git-Grundlagen-Git-Aliases.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Grundlagen-Taggen next: book/de/v2/Git-Grundlagen-Zusammenfassung title: Git - Git Aliases +aliases: +- "/book/de/Git-Grundlagen-Tipps-und-Tricks.html" +- "/book/de/v1/Git-Grundlagen-Tipps-und-Tricks.html" ---Möglicherweise bist du von einem der vorherigen Kapitel direkt zu diesem Kapitel gesprungen. Oder aber du bist jetzt hier gelandet, nachdem du das gesamte Buch chronologisch bis zu diesem Punkt gelesen hast. Wie auch immer, wir werden hier das Innenleben und die Implementierung von Git behandeln. Wir finden, dass das Verstehen dieser Informationen von grundlegender Bedeutung ist, um zu verstehen, wie hilfreich und extrem leistungsfähig Git ist. Andere haben jedoch argumentiert, dass es für Anfänger verwirrend und unnötig komplex sein kann. diff --git a/external/book/content/book/de/v2/Git-Interna-Die-Referenzspezifikation-engl-Refspec.html b/external/book/content/book/de/v2/Git-Interna-Die-Referenzspezifikation-engl-Refspec.html index ecb90a1af8..167f557b59 100644 --- a/external/book/content/book/de/v2/Git-Interna-Die-Referenzspezifikation-engl-Refspec.html +++ b/external/book/content/book/de/v2/Git-Interna-Die-Referenzspezifikation-engl-Refspec.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Interna-Packdateien-engl-Packfiles next: book/de/v2/Git-Interna-Transfer-Protokolle title: Git - Die Referenzspezifikation (engl. Refspec) +aliases: +- "/book/de/Git-Internas-Transfer-Protokolle.html" +- "/book/de/v1/Git-Internas-Transfer-Protokolle.html" ---
Inzwischen hast du die meisten der gängigen Befehle und Workflows kennen gelernt. Du benötigst sie, um ein Git-Repository für deine Quellcode-Kontrolle zu verwalten oder zu pflegen. Du hast die grundlegenden Aufgaben des Tracking und Committens von Dateien gelernt und du hast die Leistungsfähigkeit der Staging-Area und Branching- und Merging-Funktionen mit Feature-Branches genutzt.
Jetzt wirst du eine Reihe von anderen nützlichen Git-Funktionen entdecken. Du wirst diese nicht unbedingt im Alltag einsetzen müssen, aber vielleicht irgendwann einmal benötigen.
diff --git a/external/book/content/book/de/v2/Git-Tools-Stashen-und-Bereinigen.html b/external/book/content/book/de/v2/Git-Tools-Stashen-und-Bereinigen.html index 876edbd306..b2e36ee319 100644 --- a/external/book/content/book/de/v2/Git-Tools-Stashen-und-Bereinigen.html +++ b/external/book/content/book/de/v2/Git-Tools-Stashen-und-Bereinigen.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Tools-Interaktives-Stagen next: book/de/v2/Git-Tools-Deine-Arbeit-signieren title: Git - Stashen und Bereinigen +aliases: +- "/book/de/Git-Tools-Stashen.html" +- "/book/de/v1/Git-Tools-Stashen.html" ---An dieser Stelle solltest du in der Lage sein, die meisten der täglichen Aufgaben zu erledigen, für die du Git verwenden wirst. diff --git a/external/book/content/book/de/v2/Git-auf-dem-Server-Einrichten-des-Servers.html b/external/book/content/book/de/v2/Git-auf-dem-Server-Einrichten-des-Servers.html index 97b3721a0b..6933d07eed 100644 --- a/external/book/content/book/de/v2/Git-auf-dem-Server-Einrichten-des-Servers.html +++ b/external/book/content/book/de/v2/Git-auf-dem-Server-Einrichten-des-Servers.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-auf-dem-Server-Erstellung-eines-SSH-Public-Keys next: book/de/v2/Git-auf-dem-Server-Git-Daemon title: Git - Einrichten des Servers +aliases: +- "/book/de/Git-auf-dem-Server-Einrichten-des-Servers.html" +- "/book/de/v1/Git-auf-dem-Server-Einrichten-des-Servers.html" ---
Bisher haben wir die grundlegende Funktionsweise und die Verwendung von Git erläutert, sowie eine Reihe von Tools vorgestellt, die dir helfen sollen, Git einfach und effizient zu nutzen. In diesem Kapitel werden wir zeigen, wie du Git noch individueller einsetzen kannst, indem du einige wichtige Konfigurationen anpasst und das Hook-System anwendest. diff --git a/external/book/content/book/de/v2/Git-einrichten-Zusammenfassung.html b/external/book/content/book/de/v2/Git-einrichten-Zusammenfassung.html index 9a6c992fd1..b5b866780b 100644 --- a/external/book/content/book/de/v2/Git-einrichten-Zusammenfassung.html +++ b/external/book/content/book/de/v2/Git-einrichten-Zusammenfassung.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-einrichten-Beispiel-für-Git-forcierte-Regeln next: book/de/v2/Git-und-andere-VCS-Systeme-Git-als-Client title: Git - Zusammenfassung +aliases: +- "/book/de/Git-individuell-einrichten-Zusammenfassung.html" +- "/book/de/v1/Git-individuell-einrichten-Zusammenfassung.html" ---
Die Welt ist nicht perfekt. Normalerweise kannst du nicht jedes Projekt, mit dem du arbeitest, sofort auf Git umstellen. diff --git a/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Migration-zu-Git.html b/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Migration-zu-Git.html index 5f54675118..7d2a686c89 100644 --- a/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Migration-zu-Git.html +++ b/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Migration-zu-Git.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-und-andere-VCS-Systeme-Git-als-Client next: book/de/v2/Git-und-andere-VCS-Systeme-Zusammenfassung title: Git - Migration zu Git +aliases: +- "/book/de/Git-und-andere-Versionsverwaltungen-Zu-Git-umziehen.html" +- "/book/de/v1/Git-und-andere-Versionsverwaltungen-Zu-Git-umziehen.html" ---
Nachdem du ein entferntes Git-Repository eingerichtet hast, in dem alle Entwickler ihren Code teilen können, und du mit den grundlegenden Git-Befehlen in einem lokalen Arbeitsablauf vertraut bist, wirst du einige der verteilten Arbeitsabläufe verwenden, die Git dir ermöglicht.
In diesem Kapitel erfährst du, wie du mit Git in einer verteilten Umgebung als Mitwirkender (engl. Contributor) und Integrator arbeitest. Das heißt, du lernst, wie du Quelltext erfolgreich zu einem Projekt beisteuern und es dir und dem Projektbetreuer so einfach wie möglich machst. Außerdem lernst du, wie du ein Projekt erfolgreich verwaltest, in dem mehrere Entwicklern Inhalte beisteuern.
diff --git a/external/book/content/book/de/v2/_index.html b/external/book/content/book/de/v2/_index.html index 14aac67271..5d1d19d2dd 100644 --- a/external/book/content/book/de/v2/_index.html +++ b/external/book/content/book/de/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/de/v2.html" aliases: - "/book/de/v2/index.html" +- "/book/de/v1/index.html" - "/book/de/index.html" --- diff --git a/external/book/content/book/en/v1/_index.html b/external/book/content/book/en/v1/_index.html new file mode 100644 index 0000000000..6564325689 --- /dev/null +++ b/external/book/content/book/en/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/en/v2 +--- diff --git a/external/book/content/book/en/v2/Appendix-C:-Git-Commands-Setup-and-Config.html b/external/book/content/book/en/v2/Appendix-C:-Git-Commands-Setup-and-Config.html index 034be59601..677cc82779 100644 --- a/external/book/content/book/en/v2/Appendix-C:-Git-Commands-Setup-and-Config.html +++ b/external/book/content/book/en/v2/Appendix-C:-Git-Commands-Setup-and-Config.html @@ -17,6 +17,9 @@ next: book/en/v2/Appendix-C:-Git-Commands-Getting-and-Creating-Projects title: Git - Setup and Config url: "/book/en/v2/Appendix-C:-Git-Commands-Setup-and-Config.html" +aliases: +- "/book/en/commands.html" +- "/book/en/v1/commands.html" ---Throughout the book we have introduced dozens of Git commands and have tried hard to introduce them within something of a narrative, adding more commands to the story slowly. However, this leaves us with examples of usage of the commands somewhat scattered throughout the whole book.
In this appendix, we’ll go through all the Git commands we addressed throughout the book, grouped roughly by what they’re used for. diff --git a/external/book/content/book/en/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html b/external/book/content/book/en/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html index 7778fc30d9..5513ce381a 100644 --- a/external/book/content/book/en/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html +++ b/external/book/content/book/en/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html @@ -16,6 +16,9 @@ previous: book/en/v2/Customizing-Git-Git-Hooks next: book/en/v2/Customizing-Git-Summary title: Git - An Example Git-Enforced Policy +aliases: +- "/book/en/Customizing-Git-An-Example-Git-Enforced-Policy.html" +- "/book/en/v1/Customizing-Git-An-Example-Git-Enforced-Policy.html" ---
So far, we’ve covered the basics of how Git works and how to use it, and we’ve introduced a number of tools that Git provides to help you use it easily and efficiently. In this chapter, we’ll see how you can make Git operate in a more customized fashion, by introducing several important configuration settings and the hooks system. diff --git a/external/book/content/book/en/v2/Customizing-Git-Git-Hooks.html b/external/book/content/book/en/v2/Customizing-Git-Git-Hooks.html index e62c60dbe6..0627e21fc8 100644 --- a/external/book/content/book/en/v2/Customizing-Git-Git-Hooks.html +++ b/external/book/content/book/en/v2/Customizing-Git-Git-Hooks.html @@ -16,6 +16,9 @@ previous: book/en/v2/Customizing-Git-Git-Attributes next: book/en/v2/Customizing-Git-An-Example-Git-Enforced-Policy title: Git - Git Hooks +aliases: +- "/book/en/Customizing-Git-Git-Hooks.html" +- "/book/en/v1/Customizing-Git-Git-Hooks.html" ---
Now that you have a remote Git repository set up as a focal point for all the developers to share their code, and you’re familiar with basic Git commands in a local workflow, you’ll look at how to utilize some of the distributed workflows that Git affords you.
In this chapter, you’ll see how to work with Git in a distributed environment as a contributor and an integrator. diff --git a/external/book/content/book/en/v2/Distributed-Git-Maintaining-a-Project.html b/external/book/content/book/en/v2/Distributed-Git-Maintaining-a-Project.html index 51f7922e70..f007b23b01 100644 --- a/external/book/content/book/en/v2/Distributed-Git-Maintaining-a-Project.html +++ b/external/book/content/book/en/v2/Distributed-Git-Maintaining-a-Project.html @@ -16,6 +16,9 @@ previous: book/en/v2/Distributed-Git-Contributing-to-a-Project next: book/en/v2/Distributed-Git-Summary title: Git - Maintaining a Project +aliases: +- "/book/en/Distributed-Git-Maintaining-a-Project.html" +- "/book/en/v1/Distributed-Git-Maintaining-a-Project.html" ---
This chapter will be about getting started with Git. We will begin by explaining some background on version control tools, then move on to how to get Git running on your system and finally how to get it set up to start working with. diff --git a/external/book/content/book/en/v2/Getting-Started-First-Time-Git-Setup.html b/external/book/content/book/en/v2/Getting-Started-First-Time-Git-Setup.html index ca0efcc07b..f60cc0d80b 100644 --- a/external/book/content/book/en/v2/Getting-Started-First-Time-Git-Setup.html +++ b/external/book/content/book/en/v2/Getting-Started-First-Time-Git-Setup.html @@ -16,6 +16,9 @@ previous: book/en/v2/Getting-Started-Installing-Git next: book/en/v2/Getting-Started-Getting-Help title: Git - First-Time Git Setup +aliases: +- "/book/en/Getting-Started-First-Time-Git-Setup.html" +- "/book/en/v1/Getting-Started-First-Time-Git-Setup.html" ---
If you can read only one chapter to get going with Git, this is it. This chapter covers every basic command you need to do the vast majority of the things you’ll eventually spend your time doing with Git. diff --git a/external/book/content/book/en/v2/Git-Basics-Git-Aliases.html b/external/book/content/book/en/v2/Git-Basics-Git-Aliases.html index 47d01614ec..2d8c0d9547 100644 --- a/external/book/content/book/en/v2/Git-Basics-Git-Aliases.html +++ b/external/book/content/book/en/v2/Git-Basics-Git-Aliases.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Basics-Tagging next: book/en/v2/Git-Basics-Summary title: Git - Git Aliases +aliases: +- "/book/en/Git-Basics-Tips-and-Tricks.html" +- "/book/en/v1/Git-Basics-Tips-and-Tricks.html" ---
Nearly every VCS has some form of branching support. diff --git a/external/book/content/book/en/v2/Git-Branching-Branching-Workflows.html b/external/book/content/book/en/v2/Git-Branching-Branching-Workflows.html index dd10f46bda..4044c06f36 100644 --- a/external/book/content/book/en/v2/Git-Branching-Branching-Workflows.html +++ b/external/book/content/book/en/v2/Git-Branching-Branching-Workflows.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Branching-Branch-Management next: book/en/v2/Git-Branching-Remote-Branches title: Git - Branching Workflows +aliases: +- "/book/en/Git-Branching-Branching-Workflows.html" +- "/book/en/v1/Git-Branching-Branching-Workflows.html" ---
You may have skipped to this chapter from a much earlier chapter, or you may have gotten here after sequentially reading the entire book up to this point — in either case, this is where we’ll go over the inner workings and implementation of Git. We found that understanding this information was fundamentally important to appreciating how useful and powerful Git is, but others have argued to us that it can be confusing and unnecessarily complex for beginners. diff --git a/external/book/content/book/en/v2/Git-Internals-The-Refspec.html b/external/book/content/book/en/v2/Git-Internals-The-Refspec.html index 7adf8a1996..ce205088c0 100644 --- a/external/book/content/book/en/v2/Git-Internals-The-Refspec.html +++ b/external/book/content/book/en/v2/Git-Internals-The-Refspec.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Internals-Packfiles next: book/en/v2/Git-Internals-Transfer-Protocols title: Git - The Refspec +aliases: +- "/book/en/Git-Internals-Transfer-Protocols.html" +- "/book/en/v1/Git-Internals-Transfer-Protocols.html" ---
By now, you’ve learned most of the day-to-day commands and workflows that you need to manage or maintain a Git repository for your source code control. You’ve accomplished the basic tasks of tracking and committing files, and you’ve harnessed the power of the staging area and lightweight topic branching and merging.
Now you’ll explore a number of very powerful things that Git can do that you may not necessarily use on a day-to-day basis but that you may need at some point.
diff --git a/external/book/content/book/en/v2/Git-Tools-Rewriting-History.html b/external/book/content/book/en/v2/Git-Tools-Rewriting-History.html index bf8a429cd6..6e32411bda 100644 --- a/external/book/content/book/en/v2/Git-Tools-Rewriting-History.html +++ b/external/book/content/book/en/v2/Git-Tools-Rewriting-History.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Tools-Searching next: book/en/v2/Git-Tools-Reset-Demystified title: Git - Rewriting History +aliases: +- "/book/en/Git-Tools-Rewriting-History.html" +- "/book/en/v1/Git-Tools-Rewriting-History.html" ---The world isn’t perfect. Usually, you can’t immediately switch every project you come in contact with to Git. diff --git a/external/book/content/book/en/v2/Git-and-Other-Systems-Migrating-to-Git.html b/external/book/content/book/en/v2/Git-and-Other-Systems-Migrating-to-Git.html index 1ead7a5f54..b3a86a8747 100644 --- a/external/book/content/book/en/v2/Git-and-Other-Systems-Migrating-to-Git.html +++ b/external/book/content/book/en/v2/Git-and-Other-Systems-Migrating-to-Git.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-and-Other-Systems-Git-as-a-Client next: book/en/v2/Git-and-Other-Systems-Summary title: Git - Migrating to Git +aliases: +- "/book/en/Git-and-Other-Systems-Migrating-to-Git.html" +- "/book/en/v1/Git-and-Other-Systems-Migrating-to-Git.html" ---
At this point, you should be able to do most of the day-to-day tasks for which you’ll be using Git. diff --git a/external/book/content/book/en/v2/Git-on-the-Server-Third-Party-Hosted-Options.html b/external/book/content/book/en/v2/Git-on-the-Server-Third-Party-Hosted-Options.html index 7e40594110..9b91273e2a 100644 --- a/external/book/content/book/en/v2/Git-on-the-Server-Third-Party-Hosted-Options.html +++ b/external/book/content/book/en/v2/Git-on-the-Server-Third-Party-Hosted-Options.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-on-the-Server-GitLab next: book/en/v2/Git-on-the-Server-Summary title: Git - Third Party Hosted Options +aliases: +- "/book/en/Git-on-the-Server-Public-Access.html" +- "/book/en/v1/Git-on-the-Server-Public-Access.html" ---
A lo largo del libro hemos introducido docenas de comandos de Git y nos hemos esforzado para introducirlos dentro de una especie de narrativa, añadiendo más comandos a la historia poco a poco. Sin embargo, esto nos deja con ejemplos de uso de los comandos algo dispersos por todo el libro.
En este apéndice, repasaremos todos los comandos de Git que hemos tratado a lo largo del libro, agrupados por el uso que se les ha dado. Vamos a hablar de lo que hace cada comando de manera muy general y a continuación señalaremos en qué parte del libro puedes encontrar un uso de él.
Si pudieras leer solo un capítulo para empezar a trabajar con Git, este es el capítulo que debes leer. Este capítulo cubre todos los comandos básicos que necesitas para hacer la gran mayoría de cosas a las que eventualmente vas a dedicar tu tiempo mientras trabajas con Git. diff --git a/external/book/content/book/es/v2/Fundamentos-de-Git-Resumen.html b/external/book/content/book/es/v2/Fundamentos-de-Git-Resumen.html index 8653768af9..63ff4cf01b 100644 --- a/external/book/content/book/es/v2/Fundamentos-de-Git-Resumen.html +++ b/external/book/content/book/es/v2/Fundamentos-de-Git-Resumen.html @@ -16,6 +16,9 @@ previous: book/es/v2/Fundamentos-de-Git-Alias-de-Git next: book/es/v2/Ramificaciones-en-Git-¿Qué-es-una-rama%3F title: Git - Resumen +aliases: +- "/book/es/Fundamentos-de-Git-Resumen.html" +- "/book/es/v1/Fundamentos-de-Git-Resumen.html" ---
En este punto, deberías ser capaz de realizar la mayoría de las tareas diarias para las cuales estarás usando Git. diff --git a/external/book/content/book/es/v2/Git-en-entornos-distribuidos-Contribuyendo-a-un-Proyecto.html b/external/book/content/book/es/v2/Git-en-entornos-distribuidos-Contribuyendo-a-un-Proyecto.html index 5b93c3c083..351e00de8d 100644 --- a/external/book/content/book/es/v2/Git-en-entornos-distribuidos-Contribuyendo-a-un-Proyecto.html +++ b/external/book/content/book/es/v2/Git-en-entornos-distribuidos-Contribuyendo-a-un-Proyecto.html @@ -16,6 +16,9 @@ previous: book/es/v2/Git-en-entornos-distribuidos-Flujos-de-trabajo-distribuidos next: book/es/v2/Git-en-entornos-distribuidos-Manteniendo-un-proyecto title: Git - Contribuyendo a un Proyecto +aliases: +- "/book/es/Git-en-entornos-distribuidos-Contribuyendo-a-un-proyecto.html" +- "/book/es/v1/Git-en-entornos-distribuidos-Contribuyendo-a-un-proyecto.html" ---
Ahora que ya tienes un repositorio Git configurado como punto de trabajo para que los desarrolladores compartan su código, y además ya conoces los comandos básicos de Git para usar en local, verás cómo se puede utilizar alguno de los flujos de trabajo distribuido que Git permite.
En este capítulo verás como trabajar con Git en un entorno distribuido como colaborador o como integrador. Es decir, aprenderás como contribuir adecuadamente a un proyecto, de manera fácil tanto para ti como para el responsable del proyecto, y también como mantener adecuadamente un proyecto con múltiples desarrolladores.
diff --git a/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Git-como-Cliente.html b/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Git-como-Cliente.html index 8396d788c6..3b466087b7 100644 --- a/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Git-como-Cliente.html +++ b/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Git-como-Cliente.html @@ -16,6 +16,9 @@ previous: book/es/v2/Personalización-de-Git-Recapitulación next: book/es/v2/Git-y-Otros-Sistemas-Migración-a-Git title: Git - Git como Cliente +aliases: +- "/book/es/Git-y-Otros-Sistemas.html" +- "/book/es/v1/Git-y-Otros-Sistemas.html" ---El mundo no es perfecto. Por lo general, no se puede cambiar inmediatamente cada proyecto con el que está en contacto Git. diff --git "a/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Migraci\303\263n-a-Git.html" "b/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Migraci\303\263n-a-Git.html" index 35db267c9d..99e8994956 100644 --- "a/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Migraci\303\263n-a-Git.html" +++ "b/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Migraci\303\263n-a-Git.html" @@ -17,6 +17,9 @@ next: book/es/v2/Git-y-Otros-Sistemas-Resumen title: Git - Migración a Git url: "/book/es/v2/Git-y-Otros-Sistemas-Migración-a-Git.html" +aliases: +- "/book/es/Git-y-Otros-Sistemas-Migrating-to-Git.html" +- "/book/es/v1/Git-y-Otros-Sistemas-Migrating-to-Git.html" ---
Hasta ahora, ya has aprendido la mayoría de los comandos diarios y el flujo de trabajo que necesitas para manejar y mantener un repositorio de Git para tu control del código fuente. Has conseguido cumplir con las tareas básicas de seguimiento y has agregado archivos, además has aprovechado el poder del area de staging y has conocido el tema de branching y merging.
Ahora vas a explorar unas cuantas cosas bastantes poderosas que Git puede realizar y que no necesariamente vas a usar en tu día a día, pero que puedes necesitar en algún momento.
diff --git "a/external/book/content/book/es/v2/Herramientas-de-Git-Subm\303\263dulos.html" "b/external/book/content/book/es/v2/Herramientas-de-Git-Subm\303\263dulos.html" index e1d043cc5d..3af54098ad 100644 --- "a/external/book/content/book/es/v2/Herramientas-de-Git-Subm\303\263dulos.html" +++ "b/external/book/content/book/es/v2/Herramientas-de-Git-Subm\303\263dulos.html" @@ -17,6 +17,9 @@ next: book/es/v2/Herramientas-de-Git-Agrupaciones title: Git - Submódulos url: "/book/es/v2/Herramientas-de-Git-Submódulos.html" +aliases: +- "/book/es/Las-herramientas-de-Git-Submódulos.html" +- "/book/es/v1/Las-herramientas-de-Git-Submódulos.html" ---Este capítulo se va a hablar de cómo comenzar a utilizar Git. Empezaremos describiendo algunos conceptos básicos sobre las herramientas de control de versiones; después, trataremos de explicar cómo hacer que Git funcione en tu sistema; finalmente, exploraremos cómo configurarlo para empezar a trabajar con él. Al final de este capítulo deberás entender las razones por las cuales Git existe y conviene que lo uses, y deberás tener todo preparado para comenzar.
Puede que hayas llegado a este capítulo saltando desde alguno previo o puede que hayas llegado tras leer todo el resto del libro - en uno u otro caso, aquí es donde aprenderás acerca del funcionamiento interno y la implementación de Git. Nos parece que esta información es realmente importante para entender cuan útil y potente es Git, pero algunas personas opinan que puede ser confuso e innecesariamente complejo para novatos. diff --git "a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Las-especificaciones-para-hacer-referencia-a\342\200\246\342\200\213-refspec.html" "b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Las-especificaciones-para-hacer-referencia-a\342\200\246\342\200\213-refspec.html" index 97f9dc7e46..ab98a2e256 100644 --- "a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Las-especificaciones-para-hacer-referencia-a\342\200\246\342\200\213-refspec.html" +++ "b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Las-especificaciones-para-hacer-referencia-a\342\200\246\342\200\213-refspec.html" @@ -17,6 +17,9 @@ next: book/es/v2/Los-entresijos-internos-de-Git-Protocolos-de-transferencia title: Git - Las especificaciones para hacer referencia a… (refspec) url: "/book/es/v2/Los-entresijos-internos-de-Git-Las-especificaciones-para-hacer-referencia-a…-refspec.html" +aliases: +- "/book/es/Los-entresijos-internos-de-Git-Protocolos-de-transferencia.html" +- "/book/es/v1/Los-entresijos-internos-de-Git-Protocolos-de-transferencia.html" ---
Hasta ahora, hemos visto los aspectos básicos del funcionamiento de Git y la manera de utilizarlo; además de haber presentado una serie de herramientas diff --git "a/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Git-Attributes.html" "b/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Git-Attributes.html" index 69c48124c3..09fcf885be 100644 --- "a/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Git-Attributes.html" +++ "b/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Git-Attributes.html" @@ -17,6 +17,9 @@ next: book/es/v2/Personalización-de-Git-Puntos-de-enganche-en-Git title: Git - Git Attributes url: "/book/es/v2/Personalización-de-Git-Git-Attributes.html" +aliases: +- "/book/es/Personalizando-Git-Atributos-de-Git.html" +- "/book/es/v1/Personalizando-Git-Atributos-de-Git.html" ---
Cualquier sistema de control de versiones moderno tiene algún mecanismo para soportar el uso de ramas. diff --git a/external/book/content/book/es/v2/_index.html b/external/book/content/book/es/v2/_index.html index 99ab31c41c..c379f7aea9 100644 --- a/external/book/content/book/es/v2/_index.html +++ b/external/book/content/book/es/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/es/v2.html" aliases: - "/book/es/v2/index.html" +- "/book/es/v1/index.html" - "/book/es/index.html" --- diff --git a/external/book/content/book/fa/v1/_index.html b/external/book/content/book/fa/v1/_index.html new file mode 100644 index 0000000000..c555d1e4c3 --- /dev/null +++ b/external/book/content/book/fa/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/fa/v2 +--- diff --git a/external/book/content/book/fa/v2/_index.html b/external/book/content/book/fa/v2/_index.html index 2e3a747fec..91c7294737 100644 --- a/external/book/content/book/fa/v2/_index.html +++ b/external/book/content/book/fa/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/fa/v2.html" aliases: - "/book/fa/v2/index.html" +- "/book/fa/v1/index.html" - "/book/fa/index.html" --- diff --git a/external/book/content/book/fr/v1/_index.html b/external/book/content/book/fr/v1/_index.html new file mode 100644 index 0000000000..1c04ec66be --- /dev/null +++ b/external/book/content/book/fr/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/fr/v2 +--- diff --git a/external/book/content/book/fr/v2/Commandes-Git-Installation-et-configuration.html b/external/book/content/book/fr/v2/Commandes-Git-Installation-et-configuration.html index c441d3eed0..84be331e5f 100644 --- a/external/book/content/book/fr/v2/Commandes-Git-Installation-et-configuration.html +++ b/external/book/content/book/fr/v2/Commandes-Git-Installation-et-configuration.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Annexe-B:-Embarquer-Git-dans-vos-applications-Dulwich next: book/fr/v2/Commandes-Git-Obtention-et-création-des-projets title: Git - Installation et configuration +aliases: +- "/book/fr/commands.html" +- "/book/fr/v1/commands.html" ---
Tout au long du livre, nous avons introduit des dizaines de commandes Git et avons essayé le plus possible de les introduire de manière narrative, en ajoutant progressivement des commandes dans l’histoire. Cependant, cela nous laisse avec des exemples d’utilisation des commandes quelque peu dispersés tout au long du livre.
Dans cette annexe, nous allons revoir toutes les commandes Git qui se trouvent dans le livre, regroupées à peu près par leur usage. diff --git "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-Installation-de-Git.html" "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-Installation-de-Git.html" index 7a25809fcb..35c452cab9 100644 --- "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-Installation-de-Git.html" +++ "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-Installation-de-Git.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Démarrage-rapide-Paramétrage-à-la-première-utilisation-de-Git title: Git - Installation de Git url: "/book/fr/v2/Démarrage-rapide-Installation-de-Git.html" +aliases: +- "/book/fr/Démarrage-rapide-Installation-de-Git.html" +- "/book/fr/v1/Démarrage-rapide-Installation-de-Git.html" ---
Ce chapitre traite du démarrage rapide avec Git. Nous commencerons par expliquer les bases de la gestion de version, puis nous parlerons de l’installation de Git sur votre système et finalement du paramétrage pour commencer à l’utiliser. diff --git "a/external/book/content/book/fr/v2/Git-distribu\303\251-Contribution-\303\240-un-projet.html" "b/external/book/content/book/fr/v2/Git-distribu\303\251-Contribution-\303\240-un-projet.html" index 128d6b1ee8..6beee7e93d 100644 --- "a/external/book/content/book/fr/v2/Git-distribu\303\251-Contribution-\303\240-un-projet.html" +++ "b/external/book/content/book/fr/v2/Git-distribu\303\251-Contribution-\303\240-un-projet.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-distribué-Maintenance-d’un-projet title: Git - Contribution à un projet url: "/book/fr/v2/Git-distribué-Contribution-à-un-projet.html" +aliases: +- "/book/fr/Git-distribué-Contribution-à-un-projet.html" +- "/book/fr/v1/Git-distribué-Contribution-à-un-projet.html" ---
Avec un dépôt distant Git mis en place pour permettre à tous les développeurs de partager leur code, et la connaissance des commandes de base de Git pour une gestion locale, abordons les méthodes de gestion distribuée que Git nous offre.
Dans ce chapitre, vous découvrirez comment travailler dans un environnement distribué avec Git en tant que contributeur ou comme intégrateur. diff --git "a/external/book/content/book/fr/v2/Git-distribu\303\251-Maintenance-d\342\200\231un-projet.html" "b/external/book/content/book/fr/v2/Git-distribu\303\251-Maintenance-d\342\200\231un-projet.html" index 21a7232c66..ce45123f98 100644 --- "a/external/book/content/book/fr/v2/Git-distribu\303\251-Maintenance-d\342\200\231un-projet.html" +++ "b/external/book/content/book/fr/v2/Git-distribu\303\251-Maintenance-d\342\200\231un-projet.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-distribué-Résumé title: Git - Maintenance d’un projet url: "/book/fr/v2/Git-distribué-Maintenance-d’un-projet.html" +aliases: +- "/book/fr/Git-distribué-Maintenance-d-un-projet.html" +- "/book/fr/v1/Git-distribué-Maintenance-d-un-projet.html" ---
Le monde n’est pas parfait. Habituellement, vous ne pouvez pas basculer immédiatement sous Git tous les projets que vous pourriez rencontrer. diff --git "a/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-Migration-vers-Git.html" "b/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-Migration-vers-Git.html" index ed209aa87a..9c338dd43e 100644 --- "a/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-Migration-vers-Git.html" +++ "b/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-Migration-vers-Git.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-et-les-autres-systèmes-Résumé title: Git - Migration vers Git url: "/book/fr/v2/Git-et-les-autres-systèmes-Migration-vers-Git.html" +aliases: +- "/book/fr/Git-et-les-autres-systèmes-Migrer-sur-Git.html" +- "/book/fr/v1/Git-et-les-autres-systèmes-Migrer-sur-Git.html" ---
À présent, vous devriez être capable de réaliser la plupart des tâches quotidiennes impliquant Git. diff --git "a/external/book/content/book/fr/v2/Git-sur-le-serveur-R\303\251sum\303\251.html" "b/external/book/content/book/fr/v2/Git-sur-le-serveur-R\303\251sum\303\251.html" index f983b130f2..a58ec9764c 100644 --- "a/external/book/content/book/fr/v2/Git-sur-le-serveur-R\303\251sum\303\251.html" +++ "b/external/book/content/book/fr/v2/Git-sur-le-serveur-R\303\251sum\303\251.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-distribué-Développements-distribués title: Git - Résumé url: "/book/fr/v2/Git-sur-le-serveur-Résumé.html" +aliases: +- "/book/fr/Git-sur-le-serveur-Résumé.html" +- "/book/fr/v1/Git-sur-le-serveur-Résumé.html" ---
Si vous ne deviez lire qu’un chapitre avant de commencer à utiliser Git, c’est celui-ci. Ce chapitre couvre les commandes de base nécessaires pour réaliser la vaste majorité des activités avec Git. diff --git "a/external/book/content/book/fr/v2/Les-bases-de-Git-Enregistrer-des-modifications-dans-le-d\303\251p\303\264t.html" "b/external/book/content/book/fr/v2/Les-bases-de-Git-Enregistrer-des-modifications-dans-le-d\303\251p\303\264t.html" index bafd43e3cc..43945199e8 100644 --- "a/external/book/content/book/fr/v2/Les-bases-de-Git-Enregistrer-des-modifications-dans-le-d\303\251p\303\264t.html" +++ "b/external/book/content/book/fr/v2/Les-bases-de-Git-Enregistrer-des-modifications-dans-le-d\303\251p\303\264t.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-bases-de-Git-Visualiser-l’historique-des-validations title: Git - Enregistrer des modifications dans le dépôt url: "/book/fr/v2/Les-bases-de-Git-Enregistrer-des-modifications-dans-le-dépôt.html" +aliases: +- "/book/fr/Les-bases-de-Git-Enregistrer-des-modifications-dans-le-dépôt.html" +- "/book/fr/v1/Les-bases-de-Git-Enregistrer-des-modifications-dans-le-dépôt.html" ---