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" ---

Git Nədir?

diff --git "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git\342\200\231i-Qura\305\237d\304\261rmaq.html" "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git\342\200\231i-Qura\305\237d\304\261rmaq.html" index 8bbb2b4f3a..4f1165e4f8 100644 --- "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git\342\200\231i-Qura\305\237d\304\261rmaq.html" +++ "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git\342\200\231i-Qura\305\237d\304\261rmaq.html" @@ -17,6 +17,9 @@ next: book/az/v2/Başlanğıc-İlk-Dəfə-Git-Quraşdırması title: Git - Git’i Quraşdırmaq url: "/book/az/v2/Başlanğıc-Git’i-Quraşdırmaq.html" +aliases: +- "/book/az/Başlanğıc-Installing-Git.html" +- "/book/az/v1/Başlanğıc-Installing-Git.html" ---

Git’i Quraşdırmaq

diff --git "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git\342\200\231in-Q\304\261sa-Hekay\311\231si.html" "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git\342\200\231in-Q\304\261sa-Hekay\311\231si.html" index 2383fc8ca2..2f95c8c08a 100644 --- "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git\342\200\231in-Q\304\261sa-Hekay\311\231si.html" +++ "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Git\342\200\231in-Q\304\261sa-Hekay\311\231si.html" @@ -17,6 +17,9 @@ next: book/az/v2/Başlanğıc-Git-Nədir%3F title: Git - Git’in Qısa Hekayəsi url: "/book/az/v2/Başlanğıc-Git’in-Qısa-Hekayəsi.html" +aliases: +- "/book/az/Başlanğıc-A-Short-History-of-Git.html" +- "/book/az/v1/Başlanğıc-A-Short-History-of-Git.html" ---

Git’in Qısa Hekayəsi

diff --git "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-K\303\266m\311\231k-Almaq.html" "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-K\303\266m\311\231k-Almaq.html" index ec34884a46..b7e4e1b51f 100644 --- "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-K\303\266m\311\231k-Almaq.html" +++ "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-K\303\266m\311\231k-Almaq.html" @@ -17,6 +17,9 @@ next: book/az/v2/Başlanğıc-Qısa-Məzmun title: Git - Kömək Almaq url: "/book/az/v2/Başlanğıc-Kömək-Almaq.html" +aliases: +- "/book/az/Başlanğıc-Getting-Help.html" +- "/book/az/v1/Başlanğıc-Getting-Help.html" ---

Kömək Almaq

diff --git "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Q\304\261sa-M\311\231zmun.html" "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Q\304\261sa-M\311\231zmun.html" index eb431d616c..ef516ebe67 100644 --- "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Q\304\261sa-M\311\231zmun.html" +++ "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Q\304\261sa-M\311\231zmun.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Əsasları-Git-Deposunun-Əldə-Edilməsi title: Git - Qısa Məzmun url: "/book/az/v2/Başlanğıc-Qısa-Məzmun.html" +aliases: +- "/book/az/Başlanğıc-Summary.html" +- "/book/az/v1/Başlanğıc-Summary.html" ---

Qısa Məzmun

diff --git "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Versiyaya-N\311\231zar\311\231t-Haqq\304\261nda.html" "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Versiyaya-N\311\231zar\311\231t-Haqq\304\261nda.html" index 2fbe12a73e..bd8ef6090e 100644 --- "a/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Versiyaya-N\311\231zar\311\231t-Haqq\304\261nda.html" +++ "b/external/book/content/book/az/v2/Ba\305\237lan\304\237\304\261c-Versiyaya-N\311\231zar\311\231t-Haqq\304\261nda.html" @@ -17,6 +17,9 @@ next: book/az/v2/Başlanğıc-Git’in-Qısa-Hekayəsi title: Git - Versiyaya Nəzarət Haqqında url: "/book/az/v2/Başlanğıc-Versiyaya-Nəzarət-Haqqında.html" +aliases: +- "/book/az/Başlanğıc.html" +- "/book/az/v1/Başlanğıc.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" ---

İlk Dəfə Git Quraşdırması

diff --git "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Alt-Modullar.html" "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Alt-Modullar.html" index c866c7df4b..c1f9788543 100644 --- "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Alt-Modullar.html" +++ "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Alt-Modullar.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git-Alətləri-Bundling title: Git - Alt Modullar url: "/book/az/v2/Git-Alətləri-Alt-Modullar.html" +aliases: +- "/book/az/Git-Tools-Submodules.html" +- "/book/az/v1/Git-Tools-Submodules.html" ---

Alt Modullar

diff --git "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Git-il\311\231-Debugging.html" "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Git-il\311\231-Debugging.html" index 64524a8847..7681cbaa76 100644 --- "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Git-il\311\231-Debugging.html" +++ "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Git-il\311\231-Debugging.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git-Alətləri-Alt-Modullar title: Git - Git ilə Debugging url: "/book/az/v2/Git-Alətləri-Git-ilə-Debugging.html" +aliases: +- "/book/az/Git-Tools-Debugging-with-Git.html" +- "/book/az/v1/Git-Tools-Debugging-with-Git.html" ---

Git ilə Debugging

diff --git "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Interaktiv-S\311\231hn\311\231l\311\231\305\237dirm\311\231.html" "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Interaktiv-S\311\231hn\311\231l\311\231\305\237dirm\311\231.html" index 5c5d484f3b..a471c99baf 100644 --- "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Interaktiv-S\311\231hn\311\231l\311\231\305\237dirm\311\231.html" +++ "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Interaktiv-S\311\231hn\311\231l\311\231\305\237dirm\311\231.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git-Alətləri-Stashing-və-Təmizləmə title: Git - Interaktiv Səhnələşdirmə url: "/book/az/v2/Git-Alətləri-Interaktiv-Səhnələşdirmə.html" +aliases: +- "/book/az/Git-Tools-Interactive-Staging.html" +- "/book/az/v1/Git-Tools-Interactive-Staging.html" ---

Interaktiv Səhnələşdirmə

diff --git "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Q\304\261sa-M\311\231zmun.html" "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Q\304\261sa-M\311\231zmun.html" index 79bc473233..edb6430cab 100644 --- "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Q\304\261sa-M\311\231zmun.html" +++ "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Q\304\261sa-M\311\231zmun.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’i-Fərdiləşdirmək-Git-Konfiqurasiyası title: Git - Qısa Məzmun url: "/book/az/v2/Git-Alətləri-Qısa-Məzmun.html" +aliases: +- "/book/az/Git-Tools-Summary.html" +- "/book/az/v1/Git-Tools-Summary.html" ---

Qısa Məzmun

diff --git "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Reviziya-Se\303\247imi.html" "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Reviziya-Se\303\247imi.html" index bef0f89016..7da83949c2 100644 --- "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Reviziya-Se\303\247imi.html" +++ "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Reviziya-Se\303\247imi.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git-Alətləri-Interaktiv-Səhnələşdirmə title: Git - Reviziya Seçimi url: "/book/az/v2/Git-Alətləri-Reviziya-Seçimi.html" +aliases: +- "/book/az/Git-Tools.html" +- "/book/az/v1/Git-Tools.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" ---

Stashing və Təmizləmə

diff --git "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Tarixi-Yenid\311\231n-Yazmaq.html" "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Tarixi-Yenid\311\231n-Yazmaq.html" index a1e5ad9198..0b30d80a84 100644 --- "a/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Tarixi-Yenid\311\231n-Yazmaq.html" +++ "b/external/book/content/book/az/v2/Git-Al\311\231tl\311\231ri-Tarixi-Yenid\311\231n-Yazmaq.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git-Alətləri-Reset-Demystified title: Git - Tarixi Yenidən Yazmaq url: "/book/az/v2/Git-Alətləri-Tarixi-Yenidən-Yazmaq.html" +aliases: +- "/book/az/Git-Tools-Rewriting-History.html" +- "/book/az/v1/Git-Tools-Rewriting-History.html" ---

Tarixi Yenidən Yazmaq

diff --git "a/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Git-M\303\274\305\237t\311\231ri-kimi.html" "b/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Git-M\303\274\305\237t\311\231ri-kimi.html" index 351a31165b..9f32e0f7e1 100644 --- "a/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Git-M\303\274\305\237t\311\231ri-kimi.html" +++ "b/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Git-M\303\274\305\237t\311\231ri-kimi.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git-və-Digər-Sistemlər-Git’ə-Miqrasiya title: Git - Git Müştəri kimi url: "/book/az/v2/Git-və-Digər-Sistemlər-Git-Müştəri-kimi.html" +aliases: +- "/book/az/Git-and-Other-Systems.html" +- "/book/az/v1/Git-and-Other-Systems.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" ---

Git’ə Miqrasiya

diff --git "a/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Q\304\261sa-M\311\231zmun.html" "b/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Q\304\261sa-M\311\231zmun.html" index 141c17eba1..20b53d6d67 100644 --- "a/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Q\304\261sa-M\311\231zmun.html" +++ "b/external/book/content/book/az/v2/Git-v\311\231-Dig\311\231r-Sisteml\311\231r-Q\304\261sa-M\311\231zmun.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Daxili-İşləri-Plumbing-və-Porcelain title: Git - Qısa Məzmun url: "/book/az/v2/Git-və-Digər-Sistemlər-Qısa-Məzmun.html" +aliases: +- "/book/az/Git-and-Other-Systems-Summary.html" +- "/book/az/v1/Git-and-Other-Systems-Summary.html" ---

Qısa Məzmun

diff --git "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Branch-\304\260dar\311\231edilm\311\231si.html" "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Branch-\304\260dar\311\231edilm\311\231si.html" index 86dec22c37..7ef62db12e 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Branch-\304\260dar\311\231edilm\311\231si.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Branch-\304\260dar\311\231edilm\311\231si.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’də-Branch-Branching-İş-Axınları title: Git - Branch İdarəedilməsi url: "/book/az/v2/Git’də-Branch-Branch-İdarəedilməsi.html" +aliases: +- "/book/az/Git-Branching-Branch-Management.html" +- "/book/az/v1/Git-Branching-Branch-Management.html" ---

Branch İdarəedilməsi

diff --git "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Branching-\304\260\305\237-Ax\304\261nlar\304\261.html" "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Branching-\304\260\305\237-Ax\304\261nlar\304\261.html" index f69afec77c..a9272d1674 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Branching-\304\260\305\237-Ax\304\261nlar\304\261.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Branching-\304\260\305\237-Ax\304\261nlar\304\261.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’də-Branch-Uzaq-Branch’lar title: Git - Branching İş Axınları url: "/book/az/v2/Git’də-Branch-Branching-İş-Axınları.html" +aliases: +- "/book/az/Git-Branching-Branching-Workflows.html" +- "/book/az/v1/Git-Branching-Branching-Workflows.html" ---

Branching İş Axınları

diff --git "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Nutshell\342\200\231d\311\231-Branch\342\200\231lar.html" "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Nutshell\342\200\231d\311\231-Branch\342\200\231lar.html" index 673065072d..6d3f9e399d 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Nutshell\342\200\231d\311\231-Branch\342\200\231lar.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Nutshell\342\200\231d\311\231-Branch\342\200\231lar.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’də-Branch-Sadə-Branching-və-Birləşdirmə title: Git - Nutshell’də Branch’lar url: "/book/az/v2/Git’də-Branch-Nutshell’də-Branch’lar.html" +aliases: +- "/book/az/Git-Branching.html" +- "/book/az/v1/Git-Branching.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" ---

Qısa Məzmun

diff --git "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Rebasing.html" "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Rebasing.html" index 0ed025aceb..f7d9e2dcee 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Rebasing.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Rebasing.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’də-Branch-Qısa-Məzmun title: Git - Rebasing url: "/book/az/v2/Git’də-Branch-Rebasing.html" +aliases: +- "/book/az/Git-Branching-Rebasing.html" +- "/book/az/v1/Git-Branching-Rebasing.html" ---

Rebasing

diff --git "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Sad\311\231-Branching-v\311\231-Birl\311\231\305\237dirm\311\231.html" "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Sad\311\231-Branching-v\311\231-Birl\311\231\305\237dirm\311\231.html" index 62711aa06b..9b10e77059 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Sad\311\231-Branching-v\311\231-Birl\311\231\305\237dirm\311\231.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Sad\311\231-Branching-v\311\231-Birl\311\231\305\237dirm\311\231.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’də-Branch-Branch-İdarəedilməsi title: Git - Sadə Branching və Birləşdirmə url: "/book/az/v2/Git’də-Branch-Sadə-Branching-və-Birləşdirmə.html" +aliases: +- "/book/az/Git-Branching-Basic-Branching-and-Merging.html" +- "/book/az/v1/Git-Branching-Basic-Branching-and-Merging.html" ---

Sadə Branching və Birləşdirmə

diff --git "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Uzaq-Branch\342\200\231lar.html" "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Uzaq-Branch\342\200\231lar.html" index 63a1e44076..231e22c6f7 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Uzaq-Branch\342\200\231lar.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231d\311\231-Branch-Uzaq-Branch\342\200\231lar.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’də-Branch-Rebasing title: Git - Uzaq Branch’lar url: "/book/az/v2/Git’də-Branch-Uzaq-Branch’lar.html" +aliases: +- "/book/az/Git-Branching-Remote-Branches.html" +- "/book/az/v1/Git-Branching-Remote-Branches.html" ---

Uzaq Branch’lar

diff --git "a/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Atributlar\304\261.html" "b/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Atributlar\304\261.html" index fd425bf02e..5681d93702 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Atributlar\304\261.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Atributlar\304\261.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’i-Fərdiləşdirmək-Git-Hook’ları title: Git - Git Atributları url: "/book/az/v2/Git’i-Fərdiləşdirmək-Git-Atributları.html" +aliases: +- "/book/az/Customizing-Git-Git-Attributes.html" +- "/book/az/v1/Customizing-Git-Git-Attributes.html" ---

Git Atributları

diff --git "a/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Enforced-Siyas\311\231t-N\303\274mun\311\231si.html" "b/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Enforced-Siyas\311\231t-N\303\274mun\311\231si.html" index 8ca882036b..30c6a94b7b 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Enforced-Siyas\311\231t-N\303\274mun\311\231si.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Enforced-Siyas\311\231t-N\303\274mun\311\231si.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’i-Fərdiləşdirmək-Qısa-Məzmun title: Git - Git-Enforced Siyasət Nümunəsi url: "/book/az/v2/Git’i-Fərdiləşdirmək-Git-Enforced-Siyasət-Nümunəsi.html" +aliases: +- "/book/az/Customizing-Git-An-Example-Git-Enforced-Policy.html" +- "/book/az/v1/Customizing-Git-An-Example-Git-Enforced-Policy.html" ---

Git-Enforced Siyasət Nümunəsi

diff --git "a/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Hook\342\200\231lar\304\261.html" "b/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Hook\342\200\231lar\304\261.html" index adbf2f0190..5d926c8987 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Hook\342\200\231lar\304\261.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Hook\342\200\231lar\304\261.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’i-Fərdiləşdirmək-Git-Enforced-Siyasət-Nümunəsi title: Git - Git Hook’ları url: "/book/az/v2/Git’i-Fərdiləşdirmək-Git-Hook’ları.html" +aliases: +- "/book/az/Customizing-Git-Git-Hooks.html" +- "/book/az/v1/Customizing-Git-Git-Hooks.html" ---

Git Hook’ları

diff --git "a/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Konfiqurasiyas\304\261.html" "b/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Konfiqurasiyas\304\261.html" index 95919c38ac..9d68382b82 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Konfiqurasiyas\304\261.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231i-F\311\231rdil\311\231\305\237dirm\311\231k-Git-Konfiqurasiyas\304\261.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’i-Fərdiləşdirmək-Git-Atributları title: Git - Git Konfiqurasiyası url: "/book/az/v2/Git’i-Fərdiləşdirmək-Git-Konfiqurasiyası.html" +aliases: +- "/book/az/Customizing-Git.html" +- "/book/az/v1/Customizing-Git.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" ---

Qısa Məzmun

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Git-Obyektl\311\231ri.html" "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Git-Obyektl\311\231ri.html" index a519859798..3ff5e422fe 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Git-Obyektl\311\231ri.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Git-Obyektl\311\231ri.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Daxili-İşləri-Git-Referansları title: Git - Git Obyektləri url: "/book/az/v2/Git’in-Daxili-İşləri-Git-Obyektləri.html" +aliases: +- "/book/az/Git-Internals-Git-Objects.html" +- "/book/az/v1/Git-Internals-Git-Objects.html" ---

Git Obyektləri

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Git-Referanslar\304\261.html" "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Git-Referanslar\304\261.html" index 602027584a..ee4ab6060e 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Git-Referanslar\304\261.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Git-Referanslar\304\261.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Daxili-İşləri-Packfile’lar title: Git - Git Referansları url: "/book/az/v2/Git’in-Daxili-İşləri-Git-Referansları.html" +aliases: +- "/book/az/Git-Internals-Packfiles.html" +- "/book/az/v1/Git-Internals-Packfiles.html" ---

Git Referansları

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Maintenance-v\311\231-M\311\231lumatlar\304\261n-B\311\231rpas\304\261.html" "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Maintenance-v\311\231-M\311\231lumatlar\304\261n-B\311\231rpas\304\261.html" index 4a30e503dc..6e0c635e57 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Maintenance-v\311\231-M\311\231lumatlar\304\261n-B\311\231rpas\304\261.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Maintenance-v\311\231-M\311\231lumatlar\304\261n-B\311\231rpas\304\261.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Daxili-İşləri-Mühit-Dəyişənləri title: Git - Maintenance və Məlumatların Bərpası url: "/book/az/v2/Git’in-Daxili-İşləri-Maintenance-və-Məlumatların-Bərpası.html" +aliases: +- "/book/az/Git-Internals-Summary.html" +- "/book/az/v1/Git-Internals-Summary.html" ---

Maintenance və Məlumatların Bərpası

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Packfile\342\200\231lar.html" "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Packfile\342\200\231lar.html" index 2aa2076234..30f29f6383 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Packfile\342\200\231lar.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Packfile\342\200\231lar.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Daxili-İşləri-Refspec title: Git - Packfile’lar url: "/book/az/v2/Git’in-Daxili-İşləri-Packfile’lar.html" +aliases: +- "/book/az/Git-Internals-The-Refspec.html" +- "/book/az/v1/Git-Internals-The-Refspec.html" ---

Packfile’lar

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Plumbing-v\311\231-Porcelain.html" "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Plumbing-v\311\231-Porcelain.html" index 4c5583f203..91c8750412 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Plumbing-v\311\231-Porcelain.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Plumbing-v\311\231-Porcelain.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Daxili-İşləri-Git-Obyektləri title: Git - Plumbing və Porcelain url: "/book/az/v2/Git’in-Daxili-İşləri-Plumbing-və-Porcelain.html" +aliases: +- "/book/az/Git-Internals.html" +- "/book/az/v1/Git-Internals.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" ---

Refspec

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Transfer-Protokollar\304\261.html" "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Transfer-Protokollar\304\261.html" index 4acc3d220f..c5209b7ab7 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Transfer-Protokollar\304\261.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-Daxili-\304\260\305\237l\311\231ri-Transfer-Protokollar\304\261.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Daxili-İşləri-Maintenance-və-Məlumatların-Bərpası title: Git - Transfer Protokolları url: "/book/az/v2/Git’in-Daxili-İşləri-Transfer-Protokolları.html" +aliases: +- "/book/az/Git-Internals-Maintenance-and-Data-Recovery.html" +- "/book/az/v1/Git-Internals-Maintenance-and-Data-Recovery.html" ---

Transfer Protokolları

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Commit-Tarix\303\247\311\231sin\311\231-Bax\304\261\305\237.html" "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Commit-Tarix\303\247\311\231sin\311\231-Bax\304\261\305\237.html" index 95ee849ef7..de3a4b9a18 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Commit-Tarix\303\247\311\231sin\311\231-Bax\304\261\305\237.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Commit-Tarix\303\247\311\231sin\311\231-Bax\304\261\305\237.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Əsasları-Ləğv-Edilən-İşlər-Geri-qaytarılan title: Git - Commit Tarixçəsinə Baxış url: "/book/az/v2/Git’in-Əsasları-Commit-Tarixçəsinə-Baxış.html" +aliases: +- "/book/az/Git-Basics-Viewing-the-Commit-History.html" +- "/book/az/v1/Git-Basics-Viewing-the-Commit-History.html" ---

Commit Tarixçəsinə Baxış

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Depoda-D\311\231yi\305\237iklikl\311\231rin-Qeyd-Edilm\311\231si.html" "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Depoda-D\311\231yi\305\237iklikl\311\231rin-Qeyd-Edilm\311\231si.html" index ccab365ab0..6242f55481 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Depoda-D\311\231yi\305\237iklikl\311\231rin-Qeyd-Edilm\311\231si.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Depoda-D\311\231yi\305\237iklikl\311\231rin-Qeyd-Edilm\311\231si.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Əsasları-Commit-Tarixçəsinə-Baxış title: Git - Depoda Dəyişikliklərin Qeyd Edilməsi url: "/book/az/v2/Git’in-Əsasları-Depoda-Dəyişikliklərin-Qeyd-Edilməsi.html" +aliases: +- "/book/az/Git-Basics-Recording-Changes-to-the-Repository.html" +- "/book/az/v1/Git-Basics-Recording-Changes-to-the-Repository.html" ---

Depoda Dəyişikliklərin Qeyd Edilməsi

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Etiketl\311\231m\311\231.html" "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Etiketl\311\231m\311\231.html" index c6770ac297..bcc6b8293f 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Etiketl\311\231m\311\231.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Etiketl\311\231m\311\231.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Əsasları-Git-Alias’lar title: Git - Etiketləmə url: "/book/az/v2/Git’in-Əsasları-Etiketləmə.html" +aliases: +- "/book/az/Git-Basics-Tagging.html" +- "/book/az/v1/Git-Basics-Tagging.html" ---

Etiketləmə

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Git-Alias\342\200\231lar.html" "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Git-Alias\342\200\231lar.html" index 8cfcef39c8..e1d4f8335a 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Git-Alias\342\200\231lar.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Git-Alias\342\200\231lar.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Əsasları-Qısa-Məzmun title: Git - Git Alias’lar url: "/book/az/v2/Git’in-Əsasları-Git-Alias’lar.html" +aliases: +- "/book/az/Git-Basics-Tips-and-Tricks.html" +- "/book/az/v1/Git-Basics-Tips-and-Tricks.html" ---

Git Alias’lar

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Git-Deposunun-\306\217ld\311\231-Edilm\311\231si.html" "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Git-Deposunun-\306\217ld\311\231-Edilm\311\231si.html" index 0fca9089b9..aca62dd251 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Git-Deposunun-\306\217ld\311\231-Edilm\311\231si.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Git-Deposunun-\306\217ld\311\231-Edilm\311\231si.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Əsasları-Depoda-Dəyişikliklərin-Qeyd-Edilməsi title: Git - Git Deposunun Əldə Edilməsi url: "/book/az/v2/Git’in-Əsasları-Git-Deposunun-Əldə-Edilməsi.html" +aliases: +- "/book/az/Git-Basics.html" +- "/book/az/v1/Git-Basics.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" ---

Ləğv Edilən İşlər (Geri qaytarılan)

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Q\304\261sa-M\311\231zmun.html" "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Q\304\261sa-M\311\231zmun.html" index e2916f2905..a51e5daf2b 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Q\304\261sa-M\311\231zmun.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Q\304\261sa-M\311\231zmun.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’də-Branch-Nutshell’də-Branch’lar title: Git - Qısa Məzmun url: "/book/az/v2/Git’in-Əsasları-Qısa-Məzmun.html" +aliases: +- "/book/az/Git-Basics-Summary.html" +- "/book/az/v1/Git-Basics-Summary.html" ---

Qısa Məzmun

diff --git "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Uzaqdan-\304\260\305\237l\311\231m\311\231k.html" "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Uzaqdan-\304\260\305\237l\311\231m\311\231k.html" index 48f7358973..e019729469 100644 --- "a/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Uzaqdan-\304\260\305\237l\311\231m\311\231k.html" +++ "b/external/book/content/book/az/v2/Git\342\200\231in-\306\217saslar\304\261-Uzaqdan-\304\260\305\237l\311\231m\311\231k.html" @@ -17,6 +17,9 @@ next: book/az/v2/Git’in-Əsasları-Etiketləmə title: Git - Uzaqdan İşləmək url: "/book/az/v2/Git’in-Əsasları-Uzaqdan-İşləmək.html" +aliases: +- "/book/az/Git-Basics-Working-with-Remotes.html" +- "/book/az/v1/Git-Basics-Working-with-Remotes.html" ---

Uzaqdan İşləmək

diff --git "a/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Distribyutorluq-\304\260\305\237-Ax\304\261nlar\304\261.html" "b/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Distribyutorluq-\304\260\305\237-Ax\304\261nlar\304\261.html" index fbac178f4d..0fa07022a0 100644 --- "a/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Distribyutorluq-\304\260\305\237-Ax\304\261nlar\304\261.html" +++ "b/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Distribyutorluq-\304\260\305\237-Ax\304\261nlar\304\261.html" @@ -17,6 +17,9 @@ next: book/az/v2/Paylanmış-Git-Layihəyə-Töhfə-vermək title: Git - Distribyutorluq İş Axınları url: "/book/az/v2/Paylanmış-Git-Distribyutorluq-İş-Axınları.html" +aliases: +- "/book/az/Distributed-Git.html" +- "/book/az/v1/Distributed-Git.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" ---

Layihənin Saxlanılması

diff --git "a/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Layih\311\231y\311\231-T\303\266hf\311\231-verm\311\231k.html" "b/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Layih\311\231y\311\231-T\303\266hf\311\231-verm\311\231k.html" index 1ce5e6b15d..e77cb98cbc 100644 --- "a/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Layih\311\231y\311\231-T\303\266hf\311\231-verm\311\231k.html" +++ "b/external/book/content/book/az/v2/Paylanm\304\261\305\237-Git-Layih\311\231y\311\231-T\303\266hf\311\231-verm\311\231k.html" @@ -17,6 +17,9 @@ next: book/az/v2/Paylanmış-Git-Layihənin-Saxlanılması title: Git - Layihəyə Töhfə vermək url: "/book/az/v2/Paylanmış-Git-Layihəyə-Töhfə-vermək.html" +aliases: +- "/book/az/Distributed-Git-Contributing-to-a-Project.html" +- "/book/az/v1/Distributed-Git-Contributing-to-a-Project.html" ---

Layihəyə Töhfə vermək

diff --git "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Git-Daemon.html" "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Git-Daemon.html" index 59430de18a..f74981424d 100644 --- "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Git-Daemon.html" +++ "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Git-Daemon.html" @@ -17,6 +17,9 @@ next: book/az/v2/Server’də-Git-Smart-HTTP title: Git - Git Daemon url: "/book/az/v2/Server’də-Git-Git-Daemon.html" +aliases: +- "/book/az/Git-on-the-Server-Git-Daemon.html" +- "/book/az/v1/Git-on-the-Server-Git-Daemon.html" ---

Git Daemon

diff --git "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Protokollar.html" "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Protokollar.html" index 7f97a2136f..a01a290337 100644 --- "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Protokollar.html" +++ "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Protokollar.html" @@ -17,6 +17,9 @@ next: book/az/v2/Server’də-Git-Serverdə-Git-Əldə-Etmək title: Git - Protokollar url: "/book/az/v2/Server’də-Git-Protokollar.html" +aliases: +- "/book/az/Git-on-the-Server.html" +- "/book/az/v1/Git-on-the-Server.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" ---

Qısa Məzmun

diff --git "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Server-qurmaq.html" "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Server-qurmaq.html" index 3f290daeec..05671938ae 100644 --- "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Server-qurmaq.html" +++ "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Server-qurmaq.html" @@ -17,6 +17,9 @@ next: book/az/v2/Server’də-Git-Git-Daemon title: Git - Server qurmaq url: "/book/az/v2/Server’də-Git-Server-qurmaq.html" +aliases: +- "/book/az/Git-on-the-Server-Setting-Up-the-Server.html" +- "/book/az/v1/Git-on-the-Server-Setting-Up-the-Server.html" ---

Server qurmaq

diff --git "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Serverd\311\231-Git-\306\217ld\311\231-Etm\311\231k.html" "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Serverd\311\231-Git-\306\217ld\311\231-Etm\311\231k.html" index d6fbfda441..5db719f60c 100644 --- "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Serverd\311\231-Git-\306\217ld\311\231-Etm\311\231k.html" +++ "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Serverd\311\231-Git-\306\217ld\311\231-Etm\311\231k.html" @@ -17,6 +17,9 @@ next: book/az/v2/Server’də-Git-Sizin-öz-SSH-Public-Key’nizi-yaratmaq title: Git - Serverdə Git Əldə Etmək url: "/book/az/v2/Server’də-Git-Serverdə-Git-Əldə-Etmək.html" +aliases: +- "/book/az/Git-on-the-Server-Getting-Git-on-a-Server.html" +- "/book/az/v1/Git-on-the-Server-Getting-Git-on-a-Server.html" ---

Serverdə Git Əldə Etmək

diff --git "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Sizin-\303\266z-SSH-Public-Key\342\200\231nizi-yaratmaq.html" "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Sizin-\303\266z-SSH-Public-Key\342\200\231nizi-yaratmaq.html" index c05ed80669..ae61bff0f3 100644 --- "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Sizin-\303\266z-SSH-Public-Key\342\200\231nizi-yaratmaq.html" +++ "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-Sizin-\303\266z-SSH-Public-Key\342\200\231nizi-yaratmaq.html" @@ -17,6 +17,9 @@ next: book/az/v2/Server’də-Git-Server-qurmaq title: Git - Sizin öz SSH Public Key’nizi yaratmaq url: "/book/az/v2/Server’də-Git-Sizin-öz-SSH-Public-Key’nizi-yaratmaq.html" +aliases: +- "/book/az/Git-on-the-Server-Generating-Your-SSH-Public-Key.html" +- "/book/az/v1/Git-on-the-Server-Generating-Your-SSH-Public-Key.html" ---

Sizin öz SSH Public Key’nizi yaratmaq

diff --git "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-\303\234\303\247\303\274nc\303\274-T\311\231r\311\231f-Se\303\247iml\311\231ri.html" "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-\303\234\303\247\303\274nc\303\274-T\311\231r\311\231f-Se\303\247iml\311\231ri.html" index 934e7c41f8..006b2fa5ba 100644 --- "a/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-\303\234\303\247\303\274nc\303\274-T\311\231r\311\231f-Se\303\247iml\311\231ri.html" +++ "b/external/book/content/book/az/v2/Server\342\200\231d\311\231-Git-\303\234\303\247\303\274nc\303\274-T\311\231r\311\231f-Se\303\247iml\311\231ri.html" @@ -17,6 +17,9 @@ next: book/az/v2/Server’də-Git-Qısa-Məzmun title: Git - Üçüncü Tərəf Seçimləri url: "/book/az/v2/Server’də-Git-Üçüncü-Tərəf-Seçimləri.html" +aliases: +- "/book/az/Git-on-the-Server-Public-Access.html" +- "/book/az/v1/Git-on-the-Server-Public-Access.html" ---

Üçüncü Tərəf Seçimləri

diff --git a/external/book/content/book/az/v2/_index.html b/external/book/content/book/az/v2/_index.html index ce410bc097..3be6aec5ca 100644 --- a/external/book/content/book/az/v2/_index.html +++ b/external/book/content/book/az/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/az/v2.html" aliases: - "/book/az/v2/index.html" +- "/book/az/v1/index.html" - "/book/az/index.html" --- diff --git a/external/book/content/book/be/v1/_index.html b/external/book/content/book/be/v1/_index.html new file mode 100644 index 0000000000..3492b94871 --- /dev/null +++ b/external/book/content/book/be/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/be/v2 +--- diff --git a/external/book/content/book/be/v2/Git-Basics-Getting-a-Git-Repository.html b/external/book/content/book/be/v2/Git-Basics-Getting-a-Git-Repository.html index fe0d7f2496..5a07feccbb 100644 --- a/external/book/content/book/be/v2/Git-Basics-Getting-a-Git-Repository.html +++ b/external/book/content/book/be/v2/Git-Basics-Getting-a-Git-Repository.html @@ -16,6 +16,9 @@ previous: book/be/v2/Першыя-крокі-Падсумаваньне next: book/be/v2/Git-Basics-Recording-Changes-to-the-Repository title: Git - Getting a Git Repository +aliases: +- "/book/be/Асновы-Git.html" +- "/book/be/v1/Асновы-Git.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" ---

Git Aliases

diff --git a/external/book/content/book/be/v2/Git-Basics-Recording-Changes-to-the-Repository.html b/external/book/content/book/be/v2/Git-Basics-Recording-Changes-to-the-Repository.html index 1267f23544..dc2cdced3d 100644 --- a/external/book/content/book/be/v2/Git-Basics-Recording-Changes-to-the-Repository.html +++ b/external/book/content/book/be/v2/Git-Basics-Recording-Changes-to-the-Repository.html @@ -16,6 +16,9 @@ previous: book/be/v2/Git-Basics-Getting-a-Git-Repository next: book/be/v2/Git-Basics-Viewing-the-Commit-History title: Git - Recording Changes to the Repository +aliases: +- "/book/be/Асновы-Git-Запіс-зменаў-у-рэпазітар.html" +- "/book/be/v1/Асновы-Git-Запіс-зменаў-у-рэпазітар.html" ---

Recording Changes to the Repository

diff --git a/external/book/content/book/be/v2/Git-Basics-Summary.html b/external/book/content/book/be/v2/Git-Basics-Summary.html index 98ccc1698e..f35428f5d3 100644 --- a/external/book/content/book/be/v2/Git-Basics-Summary.html +++ b/external/book/content/book/be/v2/Git-Basics-Summary.html @@ -16,6 +16,9 @@ previous: book/be/v2/Git-Basics-Git-Aliases next: book/be/v2/Git-Branching-Branches-in-a-Nutshell title: Git - Summary +aliases: +- "/book/be/Асновы-Git-Summary.html" +- "/book/be/v1/Асновы-Git-Summary.html" ---

Summary

diff --git a/external/book/content/book/be/v2/Git-Basics-Tagging.html b/external/book/content/book/be/v2/Git-Basics-Tagging.html index 5212facb7a..26764d8991 100644 --- a/external/book/content/book/be/v2/Git-Basics-Tagging.html +++ b/external/book/content/book/be/v2/Git-Basics-Tagging.html @@ -16,6 +16,9 @@ previous: book/be/v2/Git-Basics-Working-with-Remotes next: book/be/v2/Git-Basics-Git-Aliases title: Git - Tagging +aliases: +- "/book/be/Асновы-Git-Tagging.html" +- "/book/be/v1/Асновы-Git-Tagging.html" ---

Tagging

diff --git a/external/book/content/book/be/v2/Git-Basics-Undoing-Things.html b/external/book/content/book/be/v2/Git-Basics-Undoing-Things.html index 39eaa49441..7fbaa5a7d5 100644 --- a/external/book/content/book/be/v2/Git-Basics-Undoing-Things.html +++ b/external/book/content/book/be/v2/Git-Basics-Undoing-Things.html @@ -16,6 +16,9 @@ previous: book/be/v2/Git-Basics-Viewing-the-Commit-History next: book/be/v2/Git-Basics-Working-with-Remotes title: Git - Undoing Things +aliases: +- "/book/be/Асновы-Git-Undoing-Things.html" +- "/book/be/v1/Асновы-Git-Undoing-Things.html" ---

Undoing Things

diff --git a/external/book/content/book/be/v2/Git-Basics-Viewing-the-Commit-History.html b/external/book/content/book/be/v2/Git-Basics-Viewing-the-Commit-History.html index 5bb4907771..fd694494ae 100644 --- a/external/book/content/book/be/v2/Git-Basics-Viewing-the-Commit-History.html +++ b/external/book/content/book/be/v2/Git-Basics-Viewing-the-Commit-History.html @@ -16,6 +16,9 @@ previous: book/be/v2/Git-Basics-Recording-Changes-to-the-Repository next: book/be/v2/Git-Basics-Undoing-Things title: Git - Viewing the Commit History +aliases: +- "/book/be/Асновы-Git-Viewing-the-Commit-History.html" +- "/book/be/v1/Асновы-Git-Viewing-the-Commit-History.html" ---

Viewing the Commit History

diff --git a/external/book/content/book/be/v2/Git-Basics-Working-with-Remotes.html b/external/book/content/book/be/v2/Git-Basics-Working-with-Remotes.html index f73a68ca42..ea432e8320 100644 --- a/external/book/content/book/be/v2/Git-Basics-Working-with-Remotes.html +++ b/external/book/content/book/be/v2/Git-Basics-Working-with-Remotes.html @@ -16,6 +16,9 @@ previous: book/be/v2/Git-Basics-Undoing-Things next: book/be/v2/Git-Basics-Tagging title: Git - Working with Remotes +aliases: +- "/book/be/Асновы-Git-Working-with-Remotes.html" +- "/book/be/v1/Асновы-Git-Working-with-Remotes.html" ---

Working with Remotes

diff --git a/external/book/content/book/be/v2/_index.html b/external/book/content/book/be/v2/_index.html index a53c31551f..6e5799cedf 100644 --- a/external/book/content/book/be/v2/_index.html +++ b/external/book/content/book/be/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/be/v2.html" aliases: - "/book/be/v2/index.html" +- "/book/be/v1/index.html" - "/book/be/index.html" --- diff --git "a/external/book/content/book/be/v2/\320\224\320\260\320\264\320\260\321\202\320\260\320\272-C:-Git-Commands-Setup-and-Config.html" "b/external/book/content/book/be/v2/\320\224\320\260\320\264\320\260\321\202\320\260\320\272-C:-Git-Commands-Setup-and-Config.html" index f5d31dfcbe..3d495b83e4 100644 --- "a/external/book/content/book/be/v2/\320\224\320\260\320\264\320\260\321\202\320\260\320\272-C:-Git-Commands-Setup-and-Config.html" +++ "b/external/book/content/book/be/v2/\320\224\320\260\320\264\320\260\321\202\320\260\320\272-C:-Git-Commands-Setup-and-Config.html" @@ -17,6 +17,9 @@ next: book/be/v2/Дадатак-C:-Git-Commands-Getting-and-Creating-Projects title: Git - Setup and Config url: "/book/be/v2/Дадатак-C:-Git-Commands-Setup-and-Config.html" +aliases: +- "/book/be/commands.html" +- "/book/be/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/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" ---

A Short History of 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-About-Version-Control.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-About-Version-Control.html" index 7c755cbda9..5aa4bd3887 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-About-Version-Control.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-About-Version-Control.html" @@ -17,6 +17,9 @@ next: book/be/v2/Першыя-крокі-A-Short-History-of-Git title: Git - About Version Control url: "/book/be/v2/Першыя-крокі-About-Version-Control.html" +aliases: +- "/book/be/Першыя-крокі.html" +- "/book/be/v1/Першыя-крокі.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" ---

First-Time Git Setup

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-Getting-Help.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-Getting-Help.html" index 44fb29bd2a..3ef5588757 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-Getting-Help.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-Getting-Help.html" @@ -17,6 +17,9 @@ next: book/be/v2/Першыя-крокі-Падсумаваньне title: Git - Getting Help url: "/book/be/v2/Першыя-крокі-Getting-Help.html" +aliases: +- "/book/be/Першыя-крокі-Атрыманне-даведкі.html" +- "/book/be/v1/Першыя-крокі-Атрыманне-даведкі.html" ---

Getting Help

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-Installing-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-Installing-Git.html" index 35912bc813..6518dffc8c 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-Installing-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-Installing-Git.html" @@ -17,6 +17,9 @@ next: book/be/v2/Першыя-крокі-First-Time-Git-Setup title: Git - Installing Git url: "/book/be/v2/Першыя-крокі-Installing-Git.html" +aliases: +- "/book/be/Першыя-крокі-Усталёўка-Git.html" +- "/book/be/v1/Першыя-крокі-Усталёўка-Git.html" ---

Installing 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-What-is-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-What-is-Git?.html" index e6081ad487..b0f7589cab 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-What-is-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-What-is-Git?.html" @@ -19,6 +19,8 @@ url: "/book/be/v2/Першыя-крокі-What-is-Git?.html" aliases: - "/book/be/v2/Першыя-крокі-What-is-Git.html" +- "/book/be/Першыя-крокі-Асновы-Git.html" +- "/book/be/v1/Першыя-крокі-Асновы-Git.html" ---

What is 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-\320\237\320\260\320\264\321\201\321\203\320\274\320\260\320\262\320\260\320\275\321\214\320\275\320\265.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-\320\237\320\260\320\264\321\201\321\203\320\274\320\260\320\262\320\260\320\275\321\214\320\275\320\265.html" index a73529e982..3be2bdaead 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-\320\237\320\260\320\264\321\201\321\203\320\274\320\260\320\262\320\260\320\275\321\214\320\275\320\265.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-\320\237\320\260\320\264\321\201\321\203\320\274\320\260\320\262\320\260\320\275\321\214\320\275\320\265.html" @@ -17,6 +17,9 @@ next: book/be/v2/Git-Basics-Getting-a-Git-Repository title: Git - Падсумаваньне url: "/book/be/v2/Першыя-крокі-Падсумаваньне.html" +aliases: +- "/book/be/Першыя-крокі-Вынікі.html" +- "/book/be/v1/Першыя-крокі-Вынікі.html" ---

Падсумаваньне

diff --git a/external/book/content/book/bg/v1/_index.html b/external/book/content/book/bg/v1/_index.html new file mode 100644 index 0000000000..9a374c4d7e --- /dev/null +++ b/external/book/content/book/bg/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/bg/v2 +--- diff --git a/external/book/content/book/bg/v2/_index.html b/external/book/content/book/bg/v2/_index.html index cf05d1bcc8..30fbbf0de1 100644 --- a/external/book/content/book/bg/v2/_index.html +++ b/external/book/content/book/bg/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/bg/v2.html" aliases: - "/book/bg/v2/index.html" +- "/book/bg/v1/index.html" - "/book/bg/index.html" --- diff --git a/external/book/content/book/cs/v1/_index.html b/external/book/content/book/cs/v1/_index.html new file mode 100644 index 0000000000..46912adbcb --- /dev/null +++ b/external/book/content/book/cs/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/cs/v2 +--- diff --git a/external/book/content/book/cs/v2/Appendix-C:-Git-Commands-Setup-and-Config.html b/external/book/content/book/cs/v2/Appendix-C:-Git-Commands-Setup-and-Config.html index 6514f0bb1d..28e8f87954 100644 --- a/external/book/content/book/cs/v2/Appendix-C:-Git-Commands-Setup-and-Config.html +++ b/external/book/content/book/cs/v2/Appendix-C:-Git-Commands-Setup-and-Config.html @@ -17,6 +17,9 @@ next: book/cs/v2/Appendix-C:-Git-Commands-Getting-and-Creating-Projects title: Git - Setup and Config url: "/book/cs/v2/Appendix-C:-Git-Commands-Setup-and-Config.html" +aliases: +- "/book/cs/commands.html" +- "/book/cs/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/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" ---

An Example Git-Enforced Policy

diff --git a/external/book/content/book/cs/v2/Customizing-Git-Atributy-Git.html b/external/book/content/book/cs/v2/Customizing-Git-Atributy-Git.html index 09c6bda01c..7f32d051fc 100644 --- a/external/book/content/book/cs/v2/Customizing-Git-Atributy-Git.html +++ b/external/book/content/book/cs/v2/Customizing-Git-Atributy-Git.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Customizing-Git-Git-Configuration next: book/cs/v2/Customizing-Git-Git-Hooks title: Git - Atributy Git +aliases: +- "/book/cs/Individuální-přizpůsobení-systému-Git-Atributy-Git.html" +- "/book/cs/v1/Individuální-přizpůsobení-systému-Git-Atributy-Git.html" ---

Atributy Git

diff --git a/external/book/content/book/cs/v2/Customizing-Git-Git-Configuration.html b/external/book/content/book/cs/v2/Customizing-Git-Git-Configuration.html index 9e1bb46f19..0d83595403 100644 --- a/external/book/content/book/cs/v2/Customizing-Git-Git-Configuration.html +++ b/external/book/content/book/cs/v2/Customizing-Git-Git-Configuration.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Git-Tools-Shrnutí next: book/cs/v2/Customizing-Git-Atributy-Git title: Git - Git Configuration +aliases: +- "/book/cs/Individuální-přizpůsobení-systému-Git.html" +- "/book/cs/v1/Individuální-přizpůsobení-systému-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" ---

Git Hooks

diff --git "a/external/book/content/book/cs/v2/Customizing-Git-Shrnut\303\255.html" "b/external/book/content/book/cs/v2/Customizing-Git-Shrnut\303\255.html" index fa5a571349..2e89fc281a 100644 --- "a/external/book/content/book/cs/v2/Customizing-Git-Shrnut\303\255.html" +++ "b/external/book/content/book/cs/v2/Customizing-Git-Shrnut\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-a-ostatní-systémy-Git-as-a-Client title: Git - Shrnutí url: "/book/cs/v2/Customizing-Git-Shrnutí.html" +aliases: +- "/book/cs/Individuální-přizpůsobení-systému-Git-Shrnutí.html" +- "/book/cs/v1/Individuální-přizpůsobení-systému-Git-Shrnutí.html" ---

Shrnutí

diff --git "a/external/book/content/book/cs/v2/Distribuovan\303\275-Git-Distribuovan\303\251-pracovn\303\255-postupy.html" "b/external/book/content/book/cs/v2/Distribuovan\303\275-Git-Distribuovan\303\251-pracovn\303\255-postupy.html" index 3de8a6c88f..cec0bfd93b 100644 --- "a/external/book/content/book/cs/v2/Distribuovan\303\275-Git-Distribuovan\303\251-pracovn\303\255-postupy.html" +++ "b/external/book/content/book/cs/v2/Distribuovan\303\275-Git-Distribuovan\303\251-pracovn\303\255-postupy.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Distribuovaný-Git-Přispívání-do-projektu title: Git - Distribuované pracovní postupy url: "/book/cs/v2/Distribuovaný-Git-Distribuované-pracovní-postupy.html" +aliases: +- "/book/cs/Distribuovaný-charakter-systému-Git.html" +- "/book/cs/v1/Distribuovaný-charakter-systému-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" ---

Přispívání do projektu

diff --git "a/external/book/content/book/cs/v2/Distribuovan\303\275-Git-Spr\303\241va-projektu.html" "b/external/book/content/book/cs/v2/Distribuovan\303\275-Git-Spr\303\241va-projektu.html" index dbbf41e0ff..7f846c5443 100644 --- "a/external/book/content/book/cs/v2/Distribuovan\303\275-Git-Spr\303\241va-projektu.html" +++ "b/external/book/content/book/cs/v2/Distribuovan\303\275-Git-Spr\303\241va-projektu.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Distribuovaný-Git-Shrnutí title: Git - Správa projektu url: "/book/cs/v2/Distribuovaný-Git-Správa-projektu.html" +aliases: +- "/book/cs/Distribuovaný-charakter-systému-Git-Správa-projektu.html" +- "/book/cs/v1/Distribuovaný-charakter-systému-Git-Správa-projektu.html" ---

Správa projektu

diff --git "a/external/book/content/book/cs/v2/Git-Internals-Bal\303\255\304\215kov\303\251-soubory.html" "b/external/book/content/book/cs/v2/Git-Internals-Bal\303\255\304\215kov\303\251-soubory.html" index 5b323fb28e..8eebbbeb87 100644 --- "a/external/book/content/book/cs/v2/Git-Internals-Bal\303\255\304\215kov\303\251-soubory.html" +++ "b/external/book/content/book/cs/v2/Git-Internals-Bal\303\255\304\215kov\303\251-soubory.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-Internals-The-Refspec title: Git - Balíčkové soubory url: "/book/cs/v2/Git-Internals-Balíčkové-soubory.html" +aliases: +- "/book/cs/Git-pod-pokličkou-Refspec.html" +- "/book/cs/v1/Git-pod-pokličkou-Refspec.html" ---

Balíčkové soubory

diff --git a/external/book/content/book/cs/v2/Git-Internals-Git-Objects.html b/external/book/content/book/cs/v2/Git-Internals-Git-Objects.html index a67d5880c3..69455e13a4 100644 --- a/external/book/content/book/cs/v2/Git-Internals-Git-Objects.html +++ b/external/book/content/book/cs/v2/Git-Internals-Git-Objects.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Git-Internals-Plumbing-and-Porcelain next: book/cs/v2/Git-Internals-Git-References title: Git - Git Objects +aliases: +- "/book/cs/Git-pod-pokličkou-Objekty-Git.html" +- "/book/cs/v1/Git-pod-pokličkou-Objekty-Git.html" ---

Git Objects

diff --git a/external/book/content/book/cs/v2/Git-Internals-Git-References.html b/external/book/content/book/cs/v2/Git-Internals-Git-References.html index 2048d79c28..7b04283fd7 100644 --- a/external/book/content/book/cs/v2/Git-Internals-Git-References.html +++ b/external/book/content/book/cs/v2/Git-Internals-Git-References.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Git-Internals-Git-Objects next: book/cs/v2/Git-Internals-Balíčkové-soubory title: Git - Git References +aliases: +- "/book/cs/Git-pod-pokličkou-Balíčkové-soubory.html" +- "/book/cs/v1/Git-pod-pokličkou-Balíčkové-soubory.html" ---

Git References

diff --git a/external/book/content/book/cs/v2/Git-Internals-Plumbing-and-Porcelain.html b/external/book/content/book/cs/v2/Git-Internals-Plumbing-and-Porcelain.html index 8c20f664d7..56e5cba9b5 100644 --- a/external/book/content/book/cs/v2/Git-Internals-Plumbing-and-Porcelain.html +++ b/external/book/content/book/cs/v2/Git-Internals-Plumbing-and-Porcelain.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Git-a-ostatní-systémy-Shrnutí next: book/cs/v2/Git-Internals-Git-Objects title: Git - Plumbing and Porcelain +aliases: +- "/book/cs/Git-pod-pokličkou.html" +- "/book/cs/v1/Git-pod-pokličkou.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" ---

Přenosové protokoly

diff --git "a/external/book/content/book/cs/v2/Git-Internals-Shrnut\303\255.html" "b/external/book/content/book/cs/v2/Git-Internals-Shrnut\303\255.html" index 30ca20367e..2cb639c5e4 100644 --- "a/external/book/content/book/cs/v2/Git-Internals-Shrnut\303\255.html" +++ "b/external/book/content/book/cs/v2/Git-Internals-Shrnut\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Appendix-A:-Git-in-Other-Environments-Graphical-Interfaces title: Git - Shrnutí url: "/book/cs/v2/Git-Internals-Shrnutí.html" +aliases: +- "/book/cs/Git-pod-pokličkou-Poznámky-k-překladu.html" +- "/book/cs/v1/Git-pod-pokličkou-Poznámky-k-překladu.html" ---

Shrnutí

diff --git "a/external/book/content/book/cs/v2/Git-Internals-Spr\303\241va-a-obnova-dat.html" "b/external/book/content/book/cs/v2/Git-Internals-Spr\303\241va-a-obnova-dat.html" index f8968dbc51..e6386da639 100644 --- "a/external/book/content/book/cs/v2/Git-Internals-Spr\303\241va-a-obnova-dat.html" +++ "b/external/book/content/book/cs/v2/Git-Internals-Spr\303\241va-a-obnova-dat.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-Internals-Environment-Variables title: Git - Správa a obnova dat url: "/book/cs/v2/Git-Internals-Správa-a-obnova-dat.html" +aliases: +- "/book/cs/Git-pod-pokličkou-Shrnutí.html" +- "/book/cs/v1/Git-pod-pokličkou-Shrnutí.html" ---

Správa a obnova dat

diff --git a/external/book/content/book/cs/v2/Git-Internals-The-Refspec.html b/external/book/content/book/cs/v2/Git-Internals-The-Refspec.html index 29c5612ee0..0bf9bffb7e 100644 --- a/external/book/content/book/cs/v2/Git-Internals-The-Refspec.html +++ b/external/book/content/book/cs/v2/Git-Internals-The-Refspec.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Git-Internals-Balíčkové-soubory next: book/cs/v2/Git-Internals-Přenosové-protokoly title: Git - The Refspec +aliases: +- "/book/cs/Git-pod-pokličkou-Přenosové-protokoly.html" +- "/book/cs/v1/Git-pod-pokličkou-Přenosové-protokoly.html" ---

The Refspec

diff --git a/external/book/content/book/cs/v2/Git-Tools-Interactive-Staging.html b/external/book/content/book/cs/v2/Git-Tools-Interactive-Staging.html index 508b02a2ff..e0c4c08d6d 100644 --- a/external/book/content/book/cs/v2/Git-Tools-Interactive-Staging.html +++ b/external/book/content/book/cs/v2/Git-Tools-Interactive-Staging.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Git-Tools-Revision-Selection next: book/cs/v2/Git-Tools-Stashing-and-Cleaning title: Git - Interactive Staging +aliases: +- "/book/cs/Nástroje-systému-Git-Interaktivní-příprava-k-zapsání.html" +- "/book/cs/v1/Nástroje-systému-Git-Interaktivní-příprava-k-zapsání.html" ---

Interactive Staging

diff --git "a/external/book/content/book/cs/v2/Git-Tools-Lad\304\233n\303\255-v-syst\303\251mu-Git.html" "b/external/book/content/book/cs/v2/Git-Tools-Lad\304\233n\303\255-v-syst\303\251mu-Git.html" index 4eb0c0a533..0b569062ec 100644 --- "a/external/book/content/book/cs/v2/Git-Tools-Lad\304\233n\303\255-v-syst\303\251mu-Git.html" +++ "b/external/book/content/book/cs/v2/Git-Tools-Lad\304\233n\303\255-v-syst\303\251mu-Git.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-Tools-Submodules title: Git - Ladění v systému Git url: "/book/cs/v2/Git-Tools-Ladění-v-systému-Git.html" +aliases: +- "/book/cs/Nástroje-systému-Git-Ladění-v-systému-Git.html" +- "/book/cs/v1/Nástroje-systému-Git-Ladění-v-systému-Git.html" ---

Ladění v systému Git

diff --git a/external/book/content/book/cs/v2/Git-Tools-Revision-Selection.html b/external/book/content/book/cs/v2/Git-Tools-Revision-Selection.html index abbb6ff18a..ee9c2b4d8b 100644 --- a/external/book/content/book/cs/v2/Git-Tools-Revision-Selection.html +++ b/external/book/content/book/cs/v2/Git-Tools-Revision-Selection.html @@ -16,6 +16,9 @@ previous: book/cs/v2/GitHub-Shrnutí next: book/cs/v2/Git-Tools-Interactive-Staging title: Git - Revision Selection +aliases: +- "/book/cs/Nástroje-systému-Git.html" +- "/book/cs/v1/Nástroje-systému-Git.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" ---

Rewriting History

diff --git "a/external/book/content/book/cs/v2/Git-Tools-Shrnut\303\255.html" "b/external/book/content/book/cs/v2/Git-Tools-Shrnut\303\255.html" index 1b95ee07dd..3a50a18ce9 100644 --- "a/external/book/content/book/cs/v2/Git-Tools-Shrnut\303\255.html" +++ "b/external/book/content/book/cs/v2/Git-Tools-Shrnut\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Customizing-Git-Git-Configuration title: Git - Shrnutí url: "/book/cs/v2/Git-Tools-Shrnutí.html" +aliases: +- "/book/cs/Nástroje-systému-Git-Shrnutí.html" +- "/book/cs/v1/Nástroje-systému-Git-Shrnutí.html" ---

Shrnutí

diff --git a/external/book/content/book/cs/v2/Git-Tools-Stashing-and-Cleaning.html b/external/book/content/book/cs/v2/Git-Tools-Stashing-and-Cleaning.html index c8f5ec6787..4aaba2f95a 100644 --- a/external/book/content/book/cs/v2/Git-Tools-Stashing-and-Cleaning.html +++ b/external/book/content/book/cs/v2/Git-Tools-Stashing-and-Cleaning.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Git-Tools-Interactive-Staging next: book/cs/v2/Git-Tools-Signing-Your-Work title: Git - Stashing and Cleaning +aliases: +- "/book/cs/Nástroje-systému-Git-Odložení.html" +- "/book/cs/v1/Nástroje-systému-Git-Odložení.html" ---

Stashing and Cleaning

diff --git a/external/book/content/book/cs/v2/Git-Tools-Submodules.html b/external/book/content/book/cs/v2/Git-Tools-Submodules.html index 8bcb8728de..77ed3ff018 100644 --- a/external/book/content/book/cs/v2/Git-Tools-Submodules.html +++ b/external/book/content/book/cs/v2/Git-Tools-Submodules.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Git-Tools-Ladění-v-systému-Git next: book/cs/v2/Git-Tools-Bundling title: Git - Submodules +aliases: +- "/book/cs/Nástroje-systému-Git-Submoduly.html" +- "/book/cs/v1/Nástroje-systému-Git-Submoduly.html" ---

Submodules

diff --git "a/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Git-as-a-Client.html" "b/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Git-as-a-Client.html" index 32f37e28b6..43d5aeb871 100644 --- "a/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Git-as-a-Client.html" +++ "b/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Git-as-a-Client.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-a-ostatní-systémy-Migrating-to-Git title: Git - Git as a Client url: "/book/cs/v2/Git-a-ostatní-systémy-Git-as-a-Client.html" +aliases: +- "/book/cs/Git-a-ostatní-systémy.html" +- "/book/cs/v1/Git-a-ostatní-systémy.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" ---

Migrating to Git

diff --git "a/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Shrnut\303\255.html" "b/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Shrnut\303\255.html" index bd39ff7f92..1236cd4542 100644 --- "a/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Shrnut\303\255.html" +++ "b/external/book/content/book/cs/v2/Git-a-ostatn\303\255-syst\303\251my-Shrnut\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-Internals-Plumbing-and-Porcelain title: Git - Shrnutí url: "/book/cs/v2/Git-a-ostatní-systémy-Shrnutí.html" +aliases: +- "/book/cs/Git-a-ostatní-systémy-Shrnutí.html" +- "/book/cs/v1/Git-a-ostatní-systémy-Shrnutí.html" ---

Shrnutí

diff --git "a/external/book/content/book/cs/v2/Git-na-serveru-D\303\251mon-Git.html" "b/external/book/content/book/cs/v2/Git-na-serveru-D\303\251mon-Git.html" index 77b2ee356f..9f1a387e9d 100644 --- "a/external/book/content/book/cs/v2/Git-na-serveru-D\303\251mon-Git.html" +++ "b/external/book/content/book/cs/v2/Git-na-serveru-D\303\251mon-Git.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-na-serveru-Chytrý-HTTP title: Git - Démon Git url: "/book/cs/v2/Git-na-serveru-Démon-Git.html" +aliases: +- "/book/cs/Git-na-serveru-Démon-Git.html" +- "/book/cs/v1/Git-na-serveru-Démon-Git.html" ---

Démon Git

diff --git "a/external/book/content/book/cs/v2/Git-na-serveru-Generov\303\241n\303\255-ve\305\231ejn\303\251ho-kl\303\255\304\215e-SSH.html" "b/external/book/content/book/cs/v2/Git-na-serveru-Generov\303\241n\303\255-ve\305\231ejn\303\251ho-kl\303\255\304\215e-SSH.html" index 2d4475c52e..05e9ed4ced 100644 --- "a/external/book/content/book/cs/v2/Git-na-serveru-Generov\303\241n\303\255-ve\305\231ejn\303\251ho-kl\303\255\304\215e-SSH.html" +++ "b/external/book/content/book/cs/v2/Git-na-serveru-Generov\303\241n\303\255-ve\305\231ejn\303\251ho-kl\303\255\304\215e-SSH.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-na-serveru-Nastavení-serveru title: Git - Generování veřejného klíče SSH url: "/book/cs/v2/Git-na-serveru-Generování-veřejného-klíče-SSH.html" +aliases: +- "/book/cs/Git-na-serveru-Vygenerování-veřejného-SSH-klíče.html" +- "/book/cs/v1/Git-na-serveru-Vygenerování-veřejného-SSH-klíče.html" ---

Generování veřejného klíče SSH

diff --git "a/external/book/content/book/cs/v2/Git-na-serveru-Mo\305\276nosti-hostov\303\241n\303\255-u-t\305\231et\303\255-strany.html" "b/external/book/content/book/cs/v2/Git-na-serveru-Mo\305\276nosti-hostov\303\241n\303\255-u-t\305\231et\303\255-strany.html" index 168d885d96..b1f9d10f59 100644 --- "a/external/book/content/book/cs/v2/Git-na-serveru-Mo\305\276nosti-hostov\303\241n\303\255-u-t\305\231et\303\255-strany.html" +++ "b/external/book/content/book/cs/v2/Git-na-serveru-Mo\305\276nosti-hostov\303\241n\303\255-u-t\305\231et\303\255-strany.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-na-serveru-Shrnutí title: Git - Možnosti hostování u třetí strany url: "/book/cs/v2/Git-na-serveru-Možnosti-hostování-u-třetí-strany.html" +aliases: +- "/book/cs/Git-na-serveru-Veřejný-přístup.html" +- "/book/cs/v1/Git-na-serveru-Veřejný-přístup.html" ---

Možnosti hostování u třetí strany

diff --git "a/external/book/content/book/cs/v2/Git-na-serveru-Nastaven\303\255-serveru.html" "b/external/book/content/book/cs/v2/Git-na-serveru-Nastaven\303\255-serveru.html" index 34d6d5f40a..fc77f85dd3 100644 --- "a/external/book/content/book/cs/v2/Git-na-serveru-Nastaven\303\255-serveru.html" +++ "b/external/book/content/book/cs/v2/Git-na-serveru-Nastaven\303\255-serveru.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-na-serveru-Démon-Git title: Git - Nastavení serveru url: "/book/cs/v2/Git-na-serveru-Nastavení-serveru.html" +aliases: +- "/book/cs/Git-na-serveru-Nastavení-serveru.html" +- "/book/cs/v1/Git-na-serveru-Nastavení-serveru.html" ---

Nastavení serveru

diff --git a/external/book/content/book/cs/v2/Git-na-serveru-Protokoly.html b/external/book/content/book/cs/v2/Git-na-serveru-Protokoly.html index 62eff1920f..266c5809f9 100644 --- a/external/book/content/book/cs/v2/Git-na-serveru-Protokoly.html +++ b/external/book/content/book/cs/v2/Git-na-serveru-Protokoly.html @@ -16,6 +16,9 @@ previous: book/cs/v2/Větve-v-systému-Git-Shrnutí next: book/cs/v2/Git-na-serveru-Zprovoznění-Gitu-na-serveru title: Git - Protokoly +aliases: +- "/book/cs/Git-na-serveru.html" +- "/book/cs/v1/Git-na-serveru.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" ---

Shrnutí

diff --git "a/external/book/content/book/cs/v2/Git-na-serveru-Zprovozn\304\233n\303\255-Gitu-na-serveru.html" "b/external/book/content/book/cs/v2/Git-na-serveru-Zprovozn\304\233n\303\255-Gitu-na-serveru.html" index 260109c38a..e8fe583877 100644 --- "a/external/book/content/book/cs/v2/Git-na-serveru-Zprovozn\304\233n\303\255-Gitu-na-serveru.html" +++ "b/external/book/content/book/cs/v2/Git-na-serveru-Zprovozn\304\233n\303\255-Gitu-na-serveru.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-na-serveru-Generování-veřejného-klíče-SSH title: Git - Zprovoznění Gitu na serveru url: "/book/cs/v2/Git-na-serveru-Zprovoznění-Gitu-na-serveru.html" +aliases: +- "/book/cs/Git-na-serveru-Jak-umístit-Git-na-server.html" +- "/book/cs/v1/Git-na-serveru-Jak-umístit-Git-na-server.html" ---

Zprovoznění Gitu na serveru

diff --git "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Postupy-p\305\231i-pr\303\241ci-s-v\304\233tvemi.html" "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Postupy-p\305\231i-pr\303\241ci-s-v\304\233tvemi.html" index b6f08da32b..0f07b7b3c0 100644 --- "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Postupy-p\305\231i-pr\303\241ci-s-v\304\233tvemi.html" +++ "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Postupy-p\305\231i-pr\303\241ci-s-v\304\233tvemi.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Větve-v-systému-Git-Vzdálené-větve title: Git - Postupy při práci s větvemi url: "/book/cs/v2/Větve-v-systému-Git-Postupy-při-práci-s-větvemi.html" +aliases: +- "/book/cs/Větve-v-systému-Git-Možnosti-při-práci-s-větvemi.html" +- "/book/cs/v1/Větve-v-systému-Git-Možnosti-při-práci-s-větvemi.html" ---

Postupy při práci s větvemi

diff --git "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-P\305\231eskl\303\241d\303\241n\303\255.html" "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-P\305\231eskl\303\241d\303\241n\303\255.html" index 2816c714fa..28b2c030ed 100644 --- "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-P\305\231eskl\303\241d\303\241n\303\255.html" +++ "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-P\305\231eskl\303\241d\303\241n\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Větve-v-systému-Git-Shrnutí title: Git - Přeskládání url: "/book/cs/v2/Větve-v-systému-Git-Přeskládání.html" +aliases: +- "/book/cs/Větve-v-systému-Git-Přeskládání.html" +- "/book/cs/v1/Větve-v-systému-Git-Přeskládání.html" ---

Přeskládání

diff --git "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Shrnut\303\255.html" "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Shrnut\303\255.html" index 379de96ab9..fa52da6bdb 100644 --- "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Shrnut\303\255.html" +++ "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Shrnut\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Git-na-serveru-Protokoly title: Git - Shrnutí url: "/book/cs/v2/Větve-v-systému-Git-Shrnutí.html" +aliases: +- "/book/cs/Větve-v-systému-Git-Shrnutí.html" +- "/book/cs/v1/Větve-v-systému-Git-Shrnutí.html" ---

Shrnutí

diff --git "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Spr\303\241va-v\304\233tv\303\255.html" "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Spr\303\241va-v\304\233tv\303\255.html" index 1b8ee616a0..0af8249f35 100644 --- "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Spr\303\241va-v\304\233tv\303\255.html" +++ "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Spr\303\241va-v\304\233tv\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Větve-v-systému-Git-Postupy-při-práci-s-větvemi title: Git - Správa větví url: "/book/cs/v2/Větve-v-systému-Git-Správa-větví.html" +aliases: +- "/book/cs/Větve-v-systému-Git-Správa-větví.html" +- "/book/cs/v1/Větve-v-systému-Git-Správa-větví.html" ---

Správa větví

diff --git "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Vzd\303\241len\303\251-v\304\233tve.html" "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Vzd\303\241len\303\251-v\304\233tve.html" index f279ff81cf..84c6cdc1a7 100644 --- "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Vzd\303\241len\303\251-v\304\233tve.html" +++ "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-Vzd\303\241len\303\251-v\304\233tve.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Větve-v-systému-Git-Přeskládání title: Git - Vzdálené větve url: "/book/cs/v2/Větve-v-systému-Git-Vzdálené-větve.html" +aliases: +- "/book/cs/Větve-v-systému-Git-Vzdálené-větve.html" +- "/book/cs/v1/Větve-v-systému-Git-Vzdálené-větve.html" ---

Vzdálené větve

diff --git "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-V\304\233tve-v-kostce.html" "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-V\304\233tve-v-kostce.html" index 15188de07d..d80ec26069 100644 --- "a/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-V\304\233tve-v-kostce.html" +++ "b/external/book/content/book/cs/v2/V\304\233tve-v-syst\303\251mu-Git-V\304\233tve-v-kostce.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Větve-v-systému-Git-Základy-větvení-a-slučování title: Git - Větve v kostce url: "/book/cs/v2/Větve-v-systému-Git-Větve-v-kostce.html" +aliases: +- "/book/cs/Větve-v-systému-Git.html" +- "/book/cs/v1/Větve-v-systému-Git.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" ---

Základy větvení a slučování

diff --git "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Aliasy-v-Gitu.html" "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Aliasy-v-Gitu.html" index 955b99d036..16e14f75e6 100644 --- "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Aliasy-v-Gitu.html" +++ "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Aliasy-v-Gitu.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Základy-práce-se-systémem-Git-Shrnutí title: Git - Aliasy v Gitu url: "/book/cs/v2/Základy-práce-se-systémem-Git-Aliasy-v-Gitu.html" +aliases: +- "/book/cs/Základy-práce-se-systémem-Git-Tipy-a-triky.html" +- "/book/cs/v1/Základy-práce-se-systémem-Git-Tipy-a-triky.html" ---

Aliasy v Gitu

diff --git "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Nahr\303\241v\303\241n\303\255-zm\304\233n-do-repozit\303\241\305\231e.html" "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Nahr\303\241v\303\241n\303\255-zm\304\233n-do-repozit\303\241\305\231e.html" index de32aee515..313a878398 100644 --- "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Nahr\303\241v\303\241n\303\255-zm\304\233n-do-repozit\303\241\305\231e.html" +++ "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Nahr\303\241v\303\241n\303\255-zm\304\233n-do-repozit\303\241\305\231e.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Základy-práce-se-systémem-Git-Zobrazení-historie-revizí title: Git - Nahrávání změn do repozitáře url: "/book/cs/v2/Základy-práce-se-systémem-Git-Nahrávání-změn-do-repozitáře.html" +aliases: +- "/book/cs/Základy-práce-se-systémem-Git-Nahrávání-změn-do-repozitáře.html" +- "/book/cs/v1/Základy-práce-se-systémem-Git-Nahrávání-změn-do-repozitáře.html" ---

Nahrávání změn do repozitáře

diff --git "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-N\303\241vrat-do-p\305\231edchoz\303\255ho-stavu.html" "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-N\303\241vrat-do-p\305\231edchoz\303\255ho-stavu.html" index 1890e56bca..9080aab85d 100644 --- "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-N\303\241vrat-do-p\305\231edchoz\303\255ho-stavu.html" +++ "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-N\303\241vrat-do-p\305\231edchoz\303\255ho-stavu.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Základy-práce-se-systémem-Git-Práce-se-vzdálenými-repozitáři title: Git - Návrat do předchozího stavu url: "/book/cs/v2/Základy-práce-se-systémem-Git-Návrat-do-předchozího-stavu.html" +aliases: +- "/book/cs/Základy-práce-se-systémem-Git-Rušení-změn.html" +- "/book/cs/v1/Základy-práce-se-systémem-Git-Rušení-změn.html" ---

Návrat do předchozího stavu

diff --git "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Pou\305\276\303\255v\303\241n\303\255-zna\304\215ek.html" "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Pou\305\276\303\255v\303\241n\303\255-zna\304\215ek.html" index 1e091dc225..3a776bae13 100644 --- "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Pou\305\276\303\255v\303\241n\303\255-zna\304\215ek.html" +++ "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Pou\305\276\303\255v\303\241n\303\255-zna\304\215ek.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Základy-práce-se-systémem-Git-Aliasy-v-Gitu title: Git - Používání značek url: "/book/cs/v2/Základy-práce-se-systémem-Git-Používání-značek.html" +aliases: +- "/book/cs/Základy-práce-se-systémem-Git-Značky.html" +- "/book/cs/v1/Základy-práce-se-systémem-Git-Značky.html" ---

Používání značek

diff --git "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Pr\303\241ce-se-vzd\303\241len\303\275mi-repozit\303\241\305\231i.html" "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Pr\303\241ce-se-vzd\303\241len\303\275mi-repozit\303\241\305\231i.html" index e750f76e77..9522afc0cf 100644 --- "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Pr\303\241ce-se-vzd\303\241len\303\275mi-repozit\303\241\305\231i.html" +++ "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Pr\303\241ce-se-vzd\303\241len\303\275mi-repozit\303\241\305\231i.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Základy-práce-se-systémem-Git-Používání-značek title: Git - Práce se vzdálenými repozitáři url: "/book/cs/v2/Základy-práce-se-systémem-Git-Práce-se-vzdálenými-repozitáři.html" +aliases: +- "/book/cs/Základy-práce-se-systémem-Git-Práce-se-vzdálenými-repozitáři.html" +- "/book/cs/v1/Základy-práce-se-systémem-Git-Práce-se-vzdálenými-repozitáři.html" ---

Práce se vzdálenými repozitáři

diff --git "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Shrnut\303\255.html" "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Shrnut\303\255.html" index d68ca7d43a..9d46fb9615 100644 --- "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Shrnut\303\255.html" +++ "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Shrnut\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Větve-v-systému-Git-Větve-v-kostce title: Git - Shrnutí url: "/book/cs/v2/Základy-práce-se-systémem-Git-Shrnutí.html" +aliases: +- "/book/cs/Základy-práce-se-systémem-Git-Shrnutí.html" +- "/book/cs/v1/Základy-práce-se-systémem-Git-Shrnutí.html" ---

Shrnutí

diff --git "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Zobrazen\303\255-historie-reviz\303\255.html" "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Zobrazen\303\255-historie-reviz\303\255.html" index 11fe10a800..6464d0f6e2 100644 --- "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Zobrazen\303\255-historie-reviz\303\255.html" +++ "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Zobrazen\303\255-historie-reviz\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Základy-práce-se-systémem-Git-Návrat-do-předchozího-stavu title: Git - Zobrazení historie revizí url: "/book/cs/v2/Základy-práce-se-systémem-Git-Zobrazení-historie-revizí.html" +aliases: +- "/book/cs/Základy-práce-se-systémem-Git-Zobrazení-historie-revizí.html" +- "/book/cs/v1/Základy-práce-se-systémem-Git-Zobrazení-historie-revizí.html" ---

Zobrazení historie revizí

diff --git "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Z\303\255sk\303\241n\303\255-repozit\303\241\305\231e-Git.html" "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Z\303\255sk\303\241n\303\255-repozit\303\241\305\231e-Git.html" index 637ec58a00..d689205e7c 100644 --- "a/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Z\303\255sk\303\241n\303\255-repozit\303\241\305\231e-Git.html" +++ "b/external/book/content/book/cs/v2/Z\303\241klady-pr\303\241ce-se-syst\303\251mem-Git-Z\303\255sk\303\241n\303\255-repozit\303\241\305\231e-Git.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Základy-práce-se-systémem-Git-Nahrávání-změn-do-repozitáře title: Git - Získání repozitáře Git url: "/book/cs/v2/Základy-práce-se-systémem-Git-Získání-repozitáře-Git.html" +aliases: +- "/book/cs/Základy-práce-se-systémem-Git.html" +- "/book/cs/v1/Základy-práce-se-systémem-Git.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" ---

Instalace systému Git

diff --git "a/external/book/content/book/cs/v2/\303\232vod-Prvn\303\255-nastaven\303\255-syst\303\251mu-Git.html" "b/external/book/content/book/cs/v2/\303\232vod-Prvn\303\255-nastaven\303\255-syst\303\251mu-Git.html" index 5c2adf1571..92e20d5a69 100644 --- "a/external/book/content/book/cs/v2/\303\232vod-Prvn\303\255-nastaven\303\255-syst\303\251mu-Git.html" +++ "b/external/book/content/book/cs/v2/\303\232vod-Prvn\303\255-nastaven\303\255-syst\303\251mu-Git.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Úvod-Získání-nápovědy title: Git - První nastavení systému Git url: "/book/cs/v2/Úvod-První-nastavení-systému-Git.html" +aliases: +- "/book/cs/Úvod-První-nastavení-systému-Git.html" +- "/book/cs/v1/Úvod-První-nastavení-systému-Git.html" ---

První nastavení systému Git

diff --git "a/external/book/content/book/cs/v2/\303\232vod-Shrnut\303\255.html" "b/external/book/content/book/cs/v2/\303\232vod-Shrnut\303\255.html" index f22fc43ef7..d2d38a6f04 100644 --- "a/external/book/content/book/cs/v2/\303\232vod-Shrnut\303\255.html" +++ "b/external/book/content/book/cs/v2/\303\232vod-Shrnut\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Základy-práce-se-systémem-Git-Získání-repozitáře-Git title: Git - Shrnutí url: "/book/cs/v2/Úvod-Shrnutí.html" +aliases: +- "/book/cs/Úvod-Shrnutí.html" +- "/book/cs/v1/Úvod-Shrnutí.html" ---

Shrnutí

diff --git "a/external/book/content/book/cs/v2/\303\232vod-Spr\303\241va-verz\303\255.html" "b/external/book/content/book/cs/v2/\303\232vod-Spr\303\241va-verz\303\255.html" index ae5e705a09..41b4a40ee1 100644 --- "a/external/book/content/book/cs/v2/\303\232vod-Spr\303\241va-verz\303\255.html" +++ "b/external/book/content/book/cs/v2/\303\232vod-Spr\303\241va-verz\303\255.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Úvod-Stručná-historie-systému-Git title: Git - Správa verzí url: "/book/cs/v2/Úvod-Správa-verzí.html" +aliases: +- "/book/cs/Úvod.html" +- "/book/cs/v1/Úvod.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" ---

Stručná historie systému Git

diff --git "a/external/book/content/book/cs/v2/\303\232vod-Z\303\241klady-syst\303\251mu-Git.html" "b/external/book/content/book/cs/v2/\303\232vod-Z\303\241klady-syst\303\251mu-Git.html" index d752823ba6..df0f4c9aef 100644 --- "a/external/book/content/book/cs/v2/\303\232vod-Z\303\241klady-syst\303\251mu-Git.html" +++ "b/external/book/content/book/cs/v2/\303\232vod-Z\303\241klady-syst\303\251mu-Git.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Úvod-Příkazový-řádek title: Git - Základy systému Git url: "/book/cs/v2/Úvod-Základy-systému-Git.html" +aliases: +- "/book/cs/Úvod-Základy-systému-Git.html" +- "/book/cs/v1/Úvod-Základy-systému-Git.html" ---

Základy systému Git

diff --git "a/external/book/content/book/cs/v2/\303\232vod-Z\303\255sk\303\241n\303\255-n\303\241pov\304\233dy.html" "b/external/book/content/book/cs/v2/\303\232vod-Z\303\255sk\303\241n\303\255-n\303\241pov\304\233dy.html" index 286d28b8ae..cb2e05e6a5 100644 --- "a/external/book/content/book/cs/v2/\303\232vod-Z\303\255sk\303\241n\303\255-n\303\241pov\304\233dy.html" +++ "b/external/book/content/book/cs/v2/\303\232vod-Z\303\255sk\303\241n\303\255-n\303\241pov\304\233dy.html" @@ -17,6 +17,9 @@ next: book/cs/v2/Úvod-Shrnutí title: Git - Získání nápovědy url: "/book/cs/v2/Úvod-Získání-nápovědy.html" +aliases: +- "/book/cs/Úvod-Kde-hledat-pomoc.html" +- "/book/cs/v1/Úvod-Kde-hledat-pomoc.html" ---

Získání nápovědy

diff --git a/external/book/content/book/de/v1/_index.html b/external/book/content/book/de/v1/_index.html new file mode 100644 index 0000000000..29d0b064a1 --- /dev/null +++ b/external/book/content/book/de/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/de/v2 +--- diff --git a/external/book/content/book/de/v2/Anhang-C:-Git-Kommandos-Setup-und-Konfiguration.html b/external/book/content/book/de/v2/Anhang-C:-Git-Kommandos-Setup-und-Konfiguration.html index 1b6a5b5533..3b07b9d234 100644 --- a/external/book/content/book/de/v2/Anhang-C:-Git-Kommandos-Setup-und-Konfiguration.html +++ b/external/book/content/book/de/v2/Anhang-C:-Git-Kommandos-Setup-und-Konfiguration.html @@ -17,6 +17,9 @@ next: book/de/v2/Anhang-C:-Git-Kommandos-Projekte-importieren-und-erstellen title: Git - Setup und Konfiguration url: "/book/de/v2/Anhang-C:-Git-Kommandos-Setup-und-Konfiguration.html" +aliases: +- "/book/de/commands.html" +- "/book/de/v1/commands.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" ---

Git Basis-Konfiguration

diff --git a/external/book/content/book/de/v2/Erste-Schritte-Git-installieren.html b/external/book/content/book/de/v2/Erste-Schritte-Git-installieren.html index a80fd93efa..95adf72c2d 100644 --- a/external/book/content/book/de/v2/Erste-Schritte-Git-installieren.html +++ b/external/book/content/book/de/v2/Erste-Schritte-Git-installieren.html @@ -16,6 +16,9 @@ previous: book/de/v2/Erste-Schritte-Die-Kommandozeile next: book/de/v2/Erste-Schritte-Git-Basis-Konfiguration title: Git - Git installieren +aliases: +- "/book/de/Los-geht’s-Git-installieren.html" +- "/book/de/v1/Los-geht’s-Git-installieren.html" ---

Git installieren

diff --git a/external/book/content/book/de/v2/Erste-Schritte-Hilfe-finden.html b/external/book/content/book/de/v2/Erste-Schritte-Hilfe-finden.html index 6f16311c0c..d3cf250928 100644 --- a/external/book/content/book/de/v2/Erste-Schritte-Hilfe-finden.html +++ b/external/book/content/book/de/v2/Erste-Schritte-Hilfe-finden.html @@ -16,6 +16,9 @@ previous: book/de/v2/Erste-Schritte-Git-Basis-Konfiguration next: book/de/v2/Erste-Schritte-Zusammenfassung title: Git - Hilfe finden +aliases: +- "/book/de/Los-geht’s-Hilfe-finden.html" +- "/book/de/v1/Los-geht’s-Hilfe-finden.html" ---

Hilfe finden

diff --git "a/external/book/content/book/de/v2/Erste-Schritte-Kurzer-\303\234berblick-\303\274ber-die-Historie-von-Git.html" "b/external/book/content/book/de/v2/Erste-Schritte-Kurzer-\303\234berblick-\303\274ber-die-Historie-von-Git.html" index 662fbba8fd..e08da07c76 100644 --- "a/external/book/content/book/de/v2/Erste-Schritte-Kurzer-\303\234berblick-\303\274ber-die-Historie-von-Git.html" +++ "b/external/book/content/book/de/v2/Erste-Schritte-Kurzer-\303\234berblick-\303\274ber-die-Historie-von-Git.html" @@ -17,6 +17,9 @@ next: book/de/v2/Erste-Schritte-Was-ist-Git%3F title: Git - Kurzer Überblick über die Historie von Git url: "/book/de/v2/Erste-Schritte-Kurzer-Überblick-über-die-Historie-von-Git.html" +aliases: +- "/book/de/Los-geht’s-Die-Geschichte-von-Git.html" +- "/book/de/v1/Los-geht’s-Die-Geschichte-von-Git.html" ---

Kurzer Überblick über die Historie von Git

diff --git a/external/book/content/book/de/v2/Erste-Schritte-Was-ist-Git?.html b/external/book/content/book/de/v2/Erste-Schritte-Was-ist-Git?.html index 165309381e..0de7d54ad6 100644 --- a/external/book/content/book/de/v2/Erste-Schritte-Was-ist-Git?.html +++ b/external/book/content/book/de/v2/Erste-Schritte-Was-ist-Git?.html @@ -19,6 +19,8 @@ url: "/book/de/v2/Erste-Schritte-Was-ist-Git?.html" aliases: - "/book/de/v2/Erste-Schritte-Was-ist-Git.html" +- "/book/de/Los-geht’s-Git-Grundlagen.html" +- "/book/de/v1/Los-geht’s-Git-Grundlagen.html" ---

Was ist Git?

diff --git a/external/book/content/book/de/v2/Erste-Schritte-Was-ist-Versionsverwaltung?.html b/external/book/content/book/de/v2/Erste-Schritte-Was-ist-Versionsverwaltung?.html index 6486f71908..483c05510c 100644 --- a/external/book/content/book/de/v2/Erste-Schritte-Was-ist-Versionsverwaltung?.html +++ b/external/book/content/book/de/v2/Erste-Schritte-Was-ist-Versionsverwaltung?.html @@ -19,6 +19,8 @@ url: "/book/de/v2/Erste-Schritte-Was-ist-Versionsverwaltung?.html" aliases: - "/book/de/v2/Erste-Schritte-Was-ist-Versionsverwaltung.html" +- "/book/de/Los-geht’s.html" +- "/book/de/v1/Los-geht’s.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" ---

Zusammenfassung

diff --git a/external/book/content/book/de/v2/Git-Branching-Branch-Management.html b/external/book/content/book/de/v2/Git-Branching-Branch-Management.html index dc07ba98d6..8484cb65d3 100644 --- a/external/book/content/book/de/v2/Git-Branching-Branch-Management.html +++ b/external/book/content/book/de/v2/Git-Branching-Branch-Management.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Branching-Einfaches-Branching-und-Merging next: book/de/v2/Git-Branching-Branching-Workflows title: Git - Branch-Management +aliases: +- "/book/de/Git-Branching-Branch-Management.html" +- "/book/de/v1/Git-Branching-Branch-Management.html" ---

Branch-Management

diff --git a/external/book/content/book/de/v2/Git-Branching-Branches-auf-einen-Blick.html b/external/book/content/book/de/v2/Git-Branching-Branches-auf-einen-Blick.html index 08a5f27461..7983a7b339 100644 --- a/external/book/content/book/de/v2/Git-Branching-Branches-auf-einen-Blick.html +++ b/external/book/content/book/de/v2/Git-Branching-Branches-auf-einen-Blick.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Grundlagen-Zusammenfassung next: book/de/v2/Git-Branching-Einfaches-Branching-und-Merging title: Git - Branches auf einen Blick +aliases: +- "/book/de/Git-Branching.html" +- "/book/de/v1/Git-Branching.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" ---

Branching-Workflows

diff --git a/external/book/content/book/de/v2/Git-Branching-Einfaches-Branching-und-Merging.html b/external/book/content/book/de/v2/Git-Branching-Einfaches-Branching-und-Merging.html index d1feef89da..4bfae62f5e 100644 --- a/external/book/content/book/de/v2/Git-Branching-Einfaches-Branching-und-Merging.html +++ b/external/book/content/book/de/v2/Git-Branching-Einfaches-Branching-und-Merging.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Branching-Branches-auf-einen-Blick next: book/de/v2/Git-Branching-Branch-Management title: Git - Einfaches Branching und Merging +aliases: +- "/book/de/Git-Branching-Einfaches-Branching-und-Merging.html" +- "/book/de/v1/Git-Branching-Einfaches-Branching-und-Merging.html" ---

Einfaches Branching und Merging

diff --git a/external/book/content/book/de/v2/Git-Branching-Rebasing.html b/external/book/content/book/de/v2/Git-Branching-Rebasing.html index ea9734e70d..95a394e3df 100644 --- a/external/book/content/book/de/v2/Git-Branching-Rebasing.html +++ b/external/book/content/book/de/v2/Git-Branching-Rebasing.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Branching-Remote-Branches next: book/de/v2/Git-Branching-Zusammenfassung title: Git - Rebasing +aliases: +- "/book/de/Git-Branching-Rebasing.html" +- "/book/de/v1/Git-Branching-Rebasing.html" ---

Rebasing

diff --git a/external/book/content/book/de/v2/Git-Branching-Remote-Branches.html b/external/book/content/book/de/v2/Git-Branching-Remote-Branches.html index 8a8a057f42..eb1d173dfe 100644 --- a/external/book/content/book/de/v2/Git-Branching-Remote-Branches.html +++ b/external/book/content/book/de/v2/Git-Branching-Remote-Branches.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Branching-Branching-Workflows next: book/de/v2/Git-Branching-Rebasing title: Git - Remote-Branches +aliases: +- "/book/de/Git-Branching-Externe-Branches.html" +- "/book/de/v1/Git-Branching-Externe-Branches.html" ---

Remote-Branches

diff --git a/external/book/content/book/de/v2/Git-Branching-Zusammenfassung.html b/external/book/content/book/de/v2/Git-Branching-Zusammenfassung.html index 1fc5a4a730..9371f31dc3 100644 --- a/external/book/content/book/de/v2/Git-Branching-Zusammenfassung.html +++ b/external/book/content/book/de/v2/Git-Branching-Zusammenfassung.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Branching-Rebasing next: book/de/v2/Git-auf-dem-Server-Die-Protokolle title: Git - Zusammenfassung +aliases: +- "/book/de/Git-Branching-Zusammenfassung.html" +- "/book/de/v1/Git-Branching-Zusammenfassung.html" ---

Zusammenfassung

diff --git a/external/book/content/book/de/v2/Git-Grundlagen-Anzeigen-der-Commit-Historie.html b/external/book/content/book/de/v2/Git-Grundlagen-Anzeigen-der-Commit-Historie.html index 7898323f38..5864635a60 100644 --- a/external/book/content/book/de/v2/Git-Grundlagen-Anzeigen-der-Commit-Historie.html +++ b/external/book/content/book/de/v2/Git-Grundlagen-Anzeigen-der-Commit-Historie.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Grundlagen-Änderungen-nachverfolgen-und-im-Repository-speichern next: book/de/v2/Git-Grundlagen-Ungewollte-Änderungen-rückgängig-machen title: Git - Anzeigen der Commit-Historie +aliases: +- "/book/de/Git-Grundlagen-Die-Commit-Historie-anzeigen.html" +- "/book/de/v1/Git-Grundlagen-Die-Commit-Historie-anzeigen.html" ---

Anzeigen der Commit-Historie

diff --git a/external/book/content/book/de/v2/Git-Grundlagen-Ein-Git-Repository-anlegen.html b/external/book/content/book/de/v2/Git-Grundlagen-Ein-Git-Repository-anlegen.html index 4dcfa20637..4410bc914c 100644 --- a/external/book/content/book/de/v2/Git-Grundlagen-Ein-Git-Repository-anlegen.html +++ b/external/book/content/book/de/v2/Git-Grundlagen-Ein-Git-Repository-anlegen.html @@ -16,6 +16,9 @@ previous: book/de/v2/Erste-Schritte-Zusammenfassung next: book/de/v2/Git-Grundlagen-Änderungen-nachverfolgen-und-im-Repository-speichern title: Git - Ein Git-Repository anlegen +aliases: +- "/book/de/Git-Grundlagen.html" +- "/book/de/v1/Git-Grundlagen.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" ---

Git Aliases

diff --git a/external/book/content/book/de/v2/Git-Grundlagen-Mit-Remotes-arbeiten.html b/external/book/content/book/de/v2/Git-Grundlagen-Mit-Remotes-arbeiten.html index aa339ed4bc..252abdfca1 100644 --- a/external/book/content/book/de/v2/Git-Grundlagen-Mit-Remotes-arbeiten.html +++ b/external/book/content/book/de/v2/Git-Grundlagen-Mit-Remotes-arbeiten.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Grundlagen-Ungewollte-Änderungen-rückgängig-machen next: book/de/v2/Git-Grundlagen-Taggen title: Git - Mit Remotes arbeiten +aliases: +- "/book/de/Git-Grundlagen-Mit-externen-Repositorys-arbeiten.html" +- "/book/de/v1/Git-Grundlagen-Mit-externen-Repositorys-arbeiten.html" ---

Mit Remotes arbeiten

diff --git a/external/book/content/book/de/v2/Git-Grundlagen-Taggen.html b/external/book/content/book/de/v2/Git-Grundlagen-Taggen.html index 5130306b28..52ee9710f3 100644 --- a/external/book/content/book/de/v2/Git-Grundlagen-Taggen.html +++ b/external/book/content/book/de/v2/Git-Grundlagen-Taggen.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Grundlagen-Mit-Remotes-arbeiten next: book/de/v2/Git-Grundlagen-Git-Aliases title: Git - Taggen +aliases: +- "/book/de/Git-Grundlagen-Tags.html" +- "/book/de/v1/Git-Grundlagen-Tags.html" ---

Taggen

diff --git "a/external/book/content/book/de/v2/Git-Grundlagen-Ungewollte-\303\204nderungen-r\303\274ckg\303\244ngig-machen.html" "b/external/book/content/book/de/v2/Git-Grundlagen-Ungewollte-\303\204nderungen-r\303\274ckg\303\244ngig-machen.html" index 20513dbb6f..1db65b56c6 100644 --- "a/external/book/content/book/de/v2/Git-Grundlagen-Ungewollte-\303\204nderungen-r\303\274ckg\303\244ngig-machen.html" +++ "b/external/book/content/book/de/v2/Git-Grundlagen-Ungewollte-\303\204nderungen-r\303\274ckg\303\244ngig-machen.html" @@ -17,6 +17,9 @@ next: book/de/v2/Git-Grundlagen-Mit-Remotes-arbeiten title: Git - Ungewollte Änderungen rückgängig machen url: "/book/de/v2/Git-Grundlagen-Ungewollte-Änderungen-rückgängig-machen.html" +aliases: +- "/book/de/Git-Grundlagen-Änderungen-rückgängig-machen.html" +- "/book/de/v1/Git-Grundlagen-Änderungen-rückgängig-machen.html" ---

Ungewollte Änderungen rückgängig machen

diff --git a/external/book/content/book/de/v2/Git-Grundlagen-Zusammenfassung.html b/external/book/content/book/de/v2/Git-Grundlagen-Zusammenfassung.html index 1ef914c5a2..e158d94556 100644 --- a/external/book/content/book/de/v2/Git-Grundlagen-Zusammenfassung.html +++ b/external/book/content/book/de/v2/Git-Grundlagen-Zusammenfassung.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Grundlagen-Git-Aliases next: book/de/v2/Git-Branching-Branches-auf-einen-Blick title: Git - Zusammenfassung +aliases: +- "/book/de/Git-Grundlagen-Zusammenfassung.html" +- "/book/de/v1/Git-Grundlagen-Zusammenfassung.html" ---

Zusammenfassung

diff --git "a/external/book/content/book/de/v2/Git-Grundlagen-\303\204nderungen-nachverfolgen-und-im-Repository-speichern.html" "b/external/book/content/book/de/v2/Git-Grundlagen-\303\204nderungen-nachverfolgen-und-im-Repository-speichern.html" index 56459c370e..f30136603a 100644 --- "a/external/book/content/book/de/v2/Git-Grundlagen-\303\204nderungen-nachverfolgen-und-im-Repository-speichern.html" +++ "b/external/book/content/book/de/v2/Git-Grundlagen-\303\204nderungen-nachverfolgen-und-im-Repository-speichern.html" @@ -17,6 +17,9 @@ next: book/de/v2/Git-Grundlagen-Anzeigen-der-Commit-Historie title: Git - Änderungen nachverfolgen und im Repository speichern url: "/book/de/v2/Git-Grundlagen-Änderungen-nachverfolgen-und-im-Repository-speichern.html" +aliases: +- "/book/de/Git-Grundlagen-Änderungen-am-Repository-nachverfolgen.html" +- "/book/de/v1/Git-Grundlagen-Änderungen-am-Repository-nachverfolgen.html" ---

Änderungen nachverfolgen und im Repository speichern

diff --git a/external/book/content/book/de/v2/Git-Interna-Basisbefehle-und-Standardbefehle-Plumbing-and-Porcelain.html b/external/book/content/book/de/v2/Git-Interna-Basisbefehle-und-Standardbefehle-Plumbing-and-Porcelain.html index eb1913fa40..2d28f18316 100644 --- a/external/book/content/book/de/v2/Git-Interna-Basisbefehle-und-Standardbefehle-Plumbing-and-Porcelain.html +++ b/external/book/content/book/de/v2/Git-Interna-Basisbefehle-und-Standardbefehle-Plumbing-and-Porcelain.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-und-andere-VCS-Systeme-Zusammenfassung next: book/de/v2/Git-Interna-Git-Objekte title: Git - Basisbefehle und Standardbefehle (Plumbing and Porcelain) +aliases: +- "/book/de/Git-Internas.html" +- "/book/de/v1/Git-Internas.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" ---

Die Referenzspezifikation (engl. Refspec)

diff --git a/external/book/content/book/de/v2/Git-Interna-Git-Objekte.html b/external/book/content/book/de/v2/Git-Interna-Git-Objekte.html index d5799345ff..b0efcf5755 100644 --- a/external/book/content/book/de/v2/Git-Interna-Git-Objekte.html +++ b/external/book/content/book/de/v2/Git-Interna-Git-Objekte.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Interna-Basisbefehle-und-Standardbefehle-Plumbing-and-Porcelain next: book/de/v2/Git-Interna-Git-Referenzen title: Git - Git Objekte +aliases: +- "/book/de/Git-Internas-Git-Objekte.html" +- "/book/de/v1/Git-Internas-Git-Objekte.html" ---

Git Objekte

diff --git a/external/book/content/book/de/v2/Git-Interna-Git-Referenzen.html b/external/book/content/book/de/v2/Git-Interna-Git-Referenzen.html index 1b3fc6338e..a1a92c9a97 100644 --- a/external/book/content/book/de/v2/Git-Interna-Git-Referenzen.html +++ b/external/book/content/book/de/v2/Git-Interna-Git-Referenzen.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Interna-Git-Objekte next: book/de/v2/Git-Interna-Packdateien-engl-Packfiles title: Git - Git Referenzen +aliases: +- "/book/de/Git-Internas-Pack-Dateien.html" +- "/book/de/v1/Git-Internas-Pack-Dateien.html" ---

Git Referenzen

diff --git a/external/book/content/book/de/v2/Git-Interna-Packdateien-engl-Packfiles.html b/external/book/content/book/de/v2/Git-Interna-Packdateien-engl-Packfiles.html index cf4c5a84d9..f6027f8c57 100644 --- a/external/book/content/book/de/v2/Git-Interna-Packdateien-engl-Packfiles.html +++ b/external/book/content/book/de/v2/Git-Interna-Packdateien-engl-Packfiles.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Interna-Git-Referenzen next: book/de/v2/Git-Interna-Die-Referenzspezifikation-engl-Refspec title: Git - Packdateien (engl. Packfiles) +aliases: +- "/book/de/Git-Internas-Die-Refspec.html" +- "/book/de/v1/Git-Internas-Die-Refspec.html" ---

Packdateien (engl. Packfiles)

diff --git a/external/book/content/book/de/v2/Git-Interna-Transfer-Protokolle.html b/external/book/content/book/de/v2/Git-Interna-Transfer-Protokolle.html index 5f71dafb25..9f07147c27 100644 --- a/external/book/content/book/de/v2/Git-Interna-Transfer-Protokolle.html +++ b/external/book/content/book/de/v2/Git-Interna-Transfer-Protokolle.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Interna-Die-Referenzspezifikation-engl-Refspec next: book/de/v2/Git-Interna-Wartung-und-Datenwiederherstellung title: Git - Transfer Protokolle +aliases: +- "/book/de/Git-Internas-Wartung-und-Datenwiederherstellung.html" +- "/book/de/v1/Git-Internas-Wartung-und-Datenwiederherstellung.html" ---

Transfer Protokolle

diff --git a/external/book/content/book/de/v2/Git-Interna-Wartung-und-Datenwiederherstellung.html b/external/book/content/book/de/v2/Git-Interna-Wartung-und-Datenwiederherstellung.html index f1441cd84d..30aac03791 100644 --- a/external/book/content/book/de/v2/Git-Interna-Wartung-und-Datenwiederherstellung.html +++ b/external/book/content/book/de/v2/Git-Interna-Wartung-und-Datenwiederherstellung.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Interna-Transfer-Protokolle next: book/de/v2/Git-Interna-Zusammenfassung title: Git - Wartung und Datenwiederherstellung +aliases: +- "/book/de/Git-Internas-Zusammenfassung.html" +- "/book/de/v1/Git-Internas-Zusammenfassung.html" ---

Wartung und Datenwiederherstellung

diff --git a/external/book/content/book/de/v2/Git-Tools-Debuggen-mit-Git.html b/external/book/content/book/de/v2/Git-Tools-Debuggen-mit-Git.html index 1b2175a222..05466f2382 100644 --- a/external/book/content/book/de/v2/Git-Tools-Debuggen-mit-Git.html +++ b/external/book/content/book/de/v2/Git-Tools-Debuggen-mit-Git.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Tools-Rerere next: book/de/v2/Git-Tools-Submodule title: Git - Debuggen mit Git +aliases: +- "/book/de/Git-Tools-Mit-Hilfe-von-Git-debuggen.html" +- "/book/de/v1/Git-Tools-Mit-Hilfe-von-Git-debuggen.html" ---

Debuggen mit Git

diff --git a/external/book/content/book/de/v2/Git-Tools-Den-Verlauf-umschreiben.html b/external/book/content/book/de/v2/Git-Tools-Den-Verlauf-umschreiben.html index d67c26a860..28b76947ce 100644 --- a/external/book/content/book/de/v2/Git-Tools-Den-Verlauf-umschreiben.html +++ b/external/book/content/book/de/v2/Git-Tools-Den-Verlauf-umschreiben.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Tools-Suchen next: book/de/v2/Git-Tools-Reset-entzaubert title: Git - Den Verlauf umschreiben +aliases: +- "/book/de/Git-Tools-Änderungshistorie-verändern.html" +- "/book/de/v1/Git-Tools-Änderungshistorie-verändern.html" ---

Den Verlauf umschreiben

diff --git a/external/book/content/book/de/v2/Git-Tools-Interaktives-Stagen.html b/external/book/content/book/de/v2/Git-Tools-Interaktives-Stagen.html index 2442d869e0..07850966ac 100644 --- a/external/book/content/book/de/v2/Git-Tools-Interaktives-Stagen.html +++ b/external/book/content/book/de/v2/Git-Tools-Interaktives-Stagen.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Tools-Revisions-Auswahl next: book/de/v2/Git-Tools-Stashen-und-Bereinigen title: Git - Interaktives Stagen +aliases: +- "/book/de/Git-Tools-Interaktives-Stagen.html" +- "/book/de/v1/Git-Tools-Interaktives-Stagen.html" ---

Interaktives Stagen

diff --git a/external/book/content/book/de/v2/Git-Tools-Revisions-Auswahl.html b/external/book/content/book/de/v2/Git-Tools-Revisions-Auswahl.html index 32565ec18b..94ef19fd2f 100644 --- a/external/book/content/book/de/v2/Git-Tools-Revisions-Auswahl.html +++ b/external/book/content/book/de/v2/Git-Tools-Revisions-Auswahl.html @@ -16,6 +16,9 @@ previous: book/de/v2/GitHub-Zusammenfassung next: book/de/v2/Git-Tools-Interaktives-Stagen title: Git - Revisions-Auswahl +aliases: +- "/book/de/Git-Tools.html" +- "/book/de/v1/Git-Tools.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" ---

Stashen und Bereinigen

diff --git a/external/book/content/book/de/v2/Git-Tools-Submodule.html b/external/book/content/book/de/v2/Git-Tools-Submodule.html index 644a82152b..029d18eb86 100644 --- a/external/book/content/book/de/v2/Git-Tools-Submodule.html +++ b/external/book/content/book/de/v2/Git-Tools-Submodule.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Tools-Debuggen-mit-Git next: book/de/v2/Git-Tools-Bundling title: Git - Submodule +aliases: +- "/book/de/Git-Tools-Submodule.html" +- "/book/de/v1/Git-Tools-Submodule.html" ---

Submodule

diff --git a/external/book/content/book/de/v2/Git-Tools-Zusammenfassung.html b/external/book/content/book/de/v2/Git-Tools-Zusammenfassung.html index a4f52f1cbf..d0d3e2a9b7 100644 --- a/external/book/content/book/de/v2/Git-Tools-Zusammenfassung.html +++ b/external/book/content/book/de/v2/Git-Tools-Zusammenfassung.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Tools-Anmeldeinformationen-speichern next: book/de/v2/Git-einrichten-Git-Konfiguration title: Git - Zusammenfassung +aliases: +- "/book/de/Git-Tools-Zusammenfassung.html" +- "/book/de/v1/Git-Tools-Zusammenfassung.html" ---

Zusammenfassung

diff --git a/external/book/content/book/de/v2/Git-auf-dem-Server-Die-Protokolle.html b/external/book/content/book/de/v2/Git-auf-dem-Server-Die-Protokolle.html index 0a958d3044..44d4a38352 100644 --- a/external/book/content/book/de/v2/Git-auf-dem-Server-Die-Protokolle.html +++ b/external/book/content/book/de/v2/Git-auf-dem-Server-Die-Protokolle.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Branching-Zusammenfassung next: book/de/v2/Git-auf-dem-Server-Git-auf-einem-Server-einrichten title: Git - Die Protokolle +aliases: +- "/book/de/Git-auf-dem-Server.html" +- "/book/de/v1/Git-auf-dem-Server.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" ---

Einrichten des Servers

diff --git a/external/book/content/book/de/v2/Git-auf-dem-Server-Erstellung-eines-SSH-Public-Keys.html b/external/book/content/book/de/v2/Git-auf-dem-Server-Erstellung-eines-SSH-Public-Keys.html index 5cefcd7fd4..3382ae6689 100644 --- a/external/book/content/book/de/v2/Git-auf-dem-Server-Erstellung-eines-SSH-Public-Keys.html +++ b/external/book/content/book/de/v2/Git-auf-dem-Server-Erstellung-eines-SSH-Public-Keys.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-auf-dem-Server-Git-auf-einem-Server-einrichten next: book/de/v2/Git-auf-dem-Server-Einrichten-des-Servers title: Git - Erstellung eines SSH-Public-Keys +aliases: +- "/book/de/Git-auf-dem-Server-Generiere-Deinen-öffentlichen-SSH-Schlüssel.html" +- "/book/de/v1/Git-auf-dem-Server-Generiere-Deinen-öffentlichen-SSH-Schlüssel.html" ---

Erstellung eines SSH-Public-Keys

diff --git a/external/book/content/book/de/v2/Git-auf-dem-Server-Git-Daemon.html b/external/book/content/book/de/v2/Git-auf-dem-Server-Git-Daemon.html index e7b2a1982b..e4d21f88d7 100644 --- a/external/book/content/book/de/v2/Git-auf-dem-Server-Git-Daemon.html +++ b/external/book/content/book/de/v2/Git-auf-dem-Server-Git-Daemon.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-auf-dem-Server-Einrichten-des-Servers next: book/de/v2/Git-auf-dem-Server-Smart-HTTP title: Git - Git-Daemon +aliases: +- "/book/de/Git-auf-dem-Server-Git-Daemon.html" +- "/book/de/v1/Git-auf-dem-Server-Git-Daemon.html" ---

Git-Daemon

diff --git a/external/book/content/book/de/v2/Git-auf-dem-Server-Git-auf-einem-Server-einrichten.html b/external/book/content/book/de/v2/Git-auf-dem-Server-Git-auf-einem-Server-einrichten.html index adcdb1d42b..4eb3e0d6bd 100644 --- a/external/book/content/book/de/v2/Git-auf-dem-Server-Git-auf-einem-Server-einrichten.html +++ b/external/book/content/book/de/v2/Git-auf-dem-Server-Git-auf-einem-Server-einrichten.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-auf-dem-Server-Die-Protokolle next: book/de/v2/Git-auf-dem-Server-Erstellung-eines-SSH-Public-Keys title: Git - Git auf einem Server einrichten +aliases: +- "/book/de/Git-auf-dem-Server-Git-auf-einen-Server-bekommen.html" +- "/book/de/v1/Git-auf-dem-Server-Git-auf-einen-Server-bekommen.html" ---

Git auf einem Server einrichten

diff --git a/external/book/content/book/de/v2/Git-auf-dem-Server-Von-Drittanbietern-gehostete-Optionen.html b/external/book/content/book/de/v2/Git-auf-dem-Server-Von-Drittanbietern-gehostete-Optionen.html index 9757329963..4db4f2761f 100644 --- a/external/book/content/book/de/v2/Git-auf-dem-Server-Von-Drittanbietern-gehostete-Optionen.html +++ b/external/book/content/book/de/v2/Git-auf-dem-Server-Von-Drittanbietern-gehostete-Optionen.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-auf-dem-Server-GitLab next: book/de/v2/Git-auf-dem-Server-Zusammenfassung title: Git - Von Drittanbietern gehostete Optionen +aliases: +- "/book/de/Git-auf-dem-Server-Öffentlicher-Zugang.html" +- "/book/de/v1/Git-auf-dem-Server-Öffentlicher-Zugang.html" ---

Von Drittanbietern gehostete Optionen

diff --git a/external/book/content/book/de/v2/Git-auf-dem-Server-Zusammenfassung.html b/external/book/content/book/de/v2/Git-auf-dem-Server-Zusammenfassung.html index c63a049f5d..feb5c5147b 100644 --- a/external/book/content/book/de/v2/Git-auf-dem-Server-Zusammenfassung.html +++ b/external/book/content/book/de/v2/Git-auf-dem-Server-Zusammenfassung.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-auf-dem-Server-Von-Drittanbietern-gehostete-Optionen next: book/de/v2/Verteiltes-Git-Verteilter-Arbeitsablauf title: Git - Zusammenfassung +aliases: +- "/book/de/Git-auf-dem-Server-Einrichten-eines-Benutzeraccounts.html" +- "/book/de/v1/Git-auf-dem-Server-Einrichten-eines-Benutzeraccounts.html" ---

Zusammenfassung

diff --git "a/external/book/content/book/de/v2/Git-einrichten-Beispiel-f\303\274r-Git-forcierte-Regeln.html" "b/external/book/content/book/de/v2/Git-einrichten-Beispiel-f\303\274r-Git-forcierte-Regeln.html" index 6aa43b0226..a844f37dc4 100644 --- "a/external/book/content/book/de/v2/Git-einrichten-Beispiel-f\303\274r-Git-forcierte-Regeln.html" +++ "b/external/book/content/book/de/v2/Git-einrichten-Beispiel-f\303\274r-Git-forcierte-Regeln.html" @@ -17,6 +17,9 @@ next: book/de/v2/Git-einrichten-Zusammenfassung title: Git - Beispiel für Git-forcierte Regeln url: "/book/de/v2/Git-einrichten-Beispiel-für-Git-forcierte-Regeln.html" +aliases: +- "/book/de/Git-individuell-einrichten-Beispiel-für-die-Durchsetzung-von-Richtlinien-mit-Hilfe-von-Git.html" +- "/book/de/v1/Git-individuell-einrichten-Beispiel-für-die-Durchsetzung-von-Richtlinien-mit-Hilfe-von-Git.html" ---

Beispiel für Git-forcierte Regeln

diff --git a/external/book/content/book/de/v2/Git-einrichten-Git-Attribute.html b/external/book/content/book/de/v2/Git-einrichten-Git-Attribute.html index 0453939f9d..024ab09376 100644 --- a/external/book/content/book/de/v2/Git-einrichten-Git-Attribute.html +++ b/external/book/content/book/de/v2/Git-einrichten-Git-Attribute.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-einrichten-Git-Konfiguration next: book/de/v2/Git-einrichten-Git-Hooks title: Git - Git-Attribute +aliases: +- "/book/de/Git-individuell-einrichten-Git-Attribute.html" +- "/book/de/v1/Git-individuell-einrichten-Git-Attribute.html" ---

Git-Attribute

diff --git a/external/book/content/book/de/v2/Git-einrichten-Git-Hooks.html b/external/book/content/book/de/v2/Git-einrichten-Git-Hooks.html index 858842be1f..79dbc0b063 100644 --- a/external/book/content/book/de/v2/Git-einrichten-Git-Hooks.html +++ b/external/book/content/book/de/v2/Git-einrichten-Git-Hooks.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-einrichten-Git-Attribute next: book/de/v2/Git-einrichten-Beispiel-für-Git-forcierte-Regeln title: Git - Git Hooks +aliases: +- "/book/de/Git-individuell-einrichten-Git-Hooks.html" +- "/book/de/v1/Git-individuell-einrichten-Git-Hooks.html" ---

Git Hooks

diff --git a/external/book/content/book/de/v2/Git-einrichten-Git-Konfiguration.html b/external/book/content/book/de/v2/Git-einrichten-Git-Konfiguration.html index 7cf89bc94f..49d6b3b7d5 100644 --- a/external/book/content/book/de/v2/Git-einrichten-Git-Konfiguration.html +++ b/external/book/content/book/de/v2/Git-einrichten-Git-Konfiguration.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-Tools-Zusammenfassung next: book/de/v2/Git-einrichten-Git-Attribute title: Git - Git Konfiguration +aliases: +- "/book/de/Git-individuell-einrichten.html" +- "/book/de/v1/Git-individuell-einrichten.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" ---

Zusammenfassung

diff --git a/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Git-als-Client.html b/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Git-als-Client.html index 00dfb62b36..d2ef77dd4c 100644 --- a/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Git-als-Client.html +++ b/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Git-als-Client.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-einrichten-Zusammenfassung next: book/de/v2/Git-und-andere-VCS-Systeme-Migration-zu-Git title: Git - Git als Client +aliases: +- "/book/de/Git-und-andere-Versionsverwaltungen.html" +- "/book/de/v1/Git-und-andere-Versionsverwaltungen.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" ---

Migration zu Git

diff --git a/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Zusammenfassung.html b/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Zusammenfassung.html index e8f0fe9d14..7dae262c94 100644 --- a/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Zusammenfassung.html +++ b/external/book/content/book/de/v2/Git-und-andere-VCS-Systeme-Zusammenfassung.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-und-andere-VCS-Systeme-Migration-zu-Git next: book/de/v2/Git-Interna-Basisbefehle-und-Standardbefehle-Plumbing-and-Porcelain title: Git - Zusammenfassung +aliases: +- "/book/de/Git-und-andere-Versionsverwaltungen-Zusammenfassung.html" +- "/book/de/v1/Git-und-andere-Versionsverwaltungen-Zusammenfassung.html" ---

Zusammenfassung

diff --git a/external/book/content/book/de/v2/Verteiltes-Git-An-einem-Projekt-mitwirken.html b/external/book/content/book/de/v2/Verteiltes-Git-An-einem-Projekt-mitwirken.html index 8b19bbe67b..6846d9c61a 100644 --- a/external/book/content/book/de/v2/Verteiltes-Git-An-einem-Projekt-mitwirken.html +++ b/external/book/content/book/de/v2/Verteiltes-Git-An-einem-Projekt-mitwirken.html @@ -16,6 +16,9 @@ previous: book/de/v2/Verteiltes-Git-Verteilter-Arbeitsablauf next: book/de/v2/Verteiltes-Git-Ein-Projekt-verwalten title: Git - An einem Projekt mitwirken +aliases: +- "/book/de/Distribuierte-Arbeit-mit-Git-xxx-An-einem-Projekt-mitarbeiten.html" +- "/book/de/v1/Distribuierte-Arbeit-mit-Git-xxx-An-einem-Projekt-mitarbeiten.html" ---

An einem Projekt mitwirken

diff --git a/external/book/content/book/de/v2/Verteiltes-Git-Ein-Projekt-verwalten.html b/external/book/content/book/de/v2/Verteiltes-Git-Ein-Projekt-verwalten.html index 6d3e4494f1..547a969c42 100644 --- a/external/book/content/book/de/v2/Verteiltes-Git-Ein-Projekt-verwalten.html +++ b/external/book/content/book/de/v2/Verteiltes-Git-Ein-Projekt-verwalten.html @@ -16,6 +16,9 @@ previous: book/de/v2/Verteiltes-Git-An-einem-Projekt-mitwirken next: book/de/v2/Verteiltes-Git-Zusammenfassung title: Git - Ein Projekt verwalten +aliases: +- "/book/de/Distribuierte-Arbeit-mit-Git-xxx-Ein-Projekt-betreiben.html" +- "/book/de/v1/Distribuierte-Arbeit-mit-Git-xxx-Ein-Projekt-betreiben.html" ---

Ein Projekt verwalten

diff --git a/external/book/content/book/de/v2/Verteiltes-Git-Verteilter-Arbeitsablauf.html b/external/book/content/book/de/v2/Verteiltes-Git-Verteilter-Arbeitsablauf.html index f60a566d5e..962f973422 100644 --- a/external/book/content/book/de/v2/Verteiltes-Git-Verteilter-Arbeitsablauf.html +++ b/external/book/content/book/de/v2/Verteiltes-Git-Verteilter-Arbeitsablauf.html @@ -16,6 +16,9 @@ previous: book/de/v2/Git-auf-dem-Server-Zusammenfassung next: book/de/v2/Verteiltes-Git-An-einem-Projekt-mitwirken title: Git - Verteilter Arbeitsablauf +aliases: +- "/book/de/Distribuierte-Arbeit-mit-Git-xxx.html" +- "/book/de/v1/Distribuierte-Arbeit-mit-Git-xxx.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" ---

An Example Git-Enforced Policy

diff --git a/external/book/content/book/en/v2/Customizing-Git-Git-Attributes.html b/external/book/content/book/en/v2/Customizing-Git-Git-Attributes.html index b6a77abd2a..2864449df5 100644 --- a/external/book/content/book/en/v2/Customizing-Git-Git-Attributes.html +++ b/external/book/content/book/en/v2/Customizing-Git-Git-Attributes.html @@ -16,6 +16,9 @@ previous: book/en/v2/Customizing-Git-Git-Configuration next: book/en/v2/Customizing-Git-Git-Hooks title: Git - Git Attributes +aliases: +- "/book/en/Customizing-Git-Git-Attributes.html" +- "/book/en/v1/Customizing-Git-Git-Attributes.html" ---

Git Attributes

diff --git a/external/book/content/book/en/v2/Customizing-Git-Git-Configuration.html b/external/book/content/book/en/v2/Customizing-Git-Git-Configuration.html index 58acd550a0..4c156ec55a 100644 --- a/external/book/content/book/en/v2/Customizing-Git-Git-Configuration.html +++ b/external/book/content/book/en/v2/Customizing-Git-Git-Configuration.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Tools-Summary next: book/en/v2/Customizing-Git-Git-Attributes title: Git - Git Configuration +aliases: +- "/book/en/Customizing-Git.html" +- "/book/en/v1/Customizing-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/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" ---

Git Hooks

diff --git a/external/book/content/book/en/v2/Customizing-Git-Summary.html b/external/book/content/book/en/v2/Customizing-Git-Summary.html index 4f1a28ae7c..e0bd6d0476 100644 --- a/external/book/content/book/en/v2/Customizing-Git-Summary.html +++ b/external/book/content/book/en/v2/Customizing-Git-Summary.html @@ -16,6 +16,9 @@ previous: book/en/v2/Customizing-Git-An-Example-Git-Enforced-Policy next: book/en/v2/Git-and-Other-Systems-Git-as-a-Client title: Git - Summary +aliases: +- "/book/en/Customizing-Git-Summary.html" +- "/book/en/v1/Customizing-Git-Summary.html" ---

Summary

diff --git a/external/book/content/book/en/v2/Distributed-Git-Contributing-to-a-Project.html b/external/book/content/book/en/v2/Distributed-Git-Contributing-to-a-Project.html index db1010e66e..2d8ab6d1e3 100644 --- a/external/book/content/book/en/v2/Distributed-Git-Contributing-to-a-Project.html +++ b/external/book/content/book/en/v2/Distributed-Git-Contributing-to-a-Project.html @@ -16,6 +16,9 @@ previous: book/en/v2/Distributed-Git-Distributed-Workflows next: book/en/v2/Distributed-Git-Maintaining-a-Project title: Git - Contributing to a Project +aliases: +- "/book/en/Distributed-Git-Contributing-to-a-Project.html" +- "/book/en/v1/Distributed-Git-Contributing-to-a-Project.html" ---

Contributing to a Project

diff --git a/external/book/content/book/en/v2/Distributed-Git-Distributed-Workflows.html b/external/book/content/book/en/v2/Distributed-Git-Distributed-Workflows.html index b6165eaaa1..66810cc6bf 100644 --- a/external/book/content/book/en/v2/Distributed-Git-Distributed-Workflows.html +++ b/external/book/content/book/en/v2/Distributed-Git-Distributed-Workflows.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-on-the-Server-Summary next: book/en/v2/Distributed-Git-Contributing-to-a-Project title: Git - Distributed Workflows +aliases: +- "/book/en/Distributed-Git.html" +- "/book/en/v1/Distributed-Git.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" ---

Maintaining a Project

diff --git a/external/book/content/book/en/v2/Getting-Started-A-Short-History-of-Git.html b/external/book/content/book/en/v2/Getting-Started-A-Short-History-of-Git.html index 808409e39a..7f4db80cfe 100644 --- a/external/book/content/book/en/v2/Getting-Started-A-Short-History-of-Git.html +++ b/external/book/content/book/en/v2/Getting-Started-A-Short-History-of-Git.html @@ -16,6 +16,9 @@ previous: book/en/v2/Getting-Started-About-Version-Control next: book/en/v2/Getting-Started-What-is-Git%3F title: Git - A Short History of Git +aliases: +- "/book/en/Getting-Started-A-Short-History-of-Git.html" +- "/book/en/v1/Getting-Started-A-Short-History-of-Git.html" ---

A Short History of Git

diff --git a/external/book/content/book/en/v2/Getting-Started-About-Version-Control.html b/external/book/content/book/en/v2/Getting-Started-About-Version-Control.html index f2fecee000..5788a2ddad 100644 --- a/external/book/content/book/en/v2/Getting-Started-About-Version-Control.html +++ b/external/book/content/book/en/v2/Getting-Started-About-Version-Control.html @@ -16,6 +16,9 @@ previous: book/en/v2/Getting-Started-About-Version-Control next: book/en/v2/Getting-Started-A-Short-History-of-Git title: Git - About Version Control +aliases: +- "/book/en/Getting-Started.html" +- "/book/en/v1/Getting-Started.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" ---

First-Time Git Setup

diff --git a/external/book/content/book/en/v2/Getting-Started-Getting-Help.html b/external/book/content/book/en/v2/Getting-Started-Getting-Help.html index 49fe67dc47..68f1b907be 100644 --- a/external/book/content/book/en/v2/Getting-Started-Getting-Help.html +++ b/external/book/content/book/en/v2/Getting-Started-Getting-Help.html @@ -16,6 +16,9 @@ previous: book/en/v2/Getting-Started-First-Time-Git-Setup next: book/en/v2/Getting-Started-Summary title: Git - Getting Help +aliases: +- "/book/en/Getting-Started-Getting-Help.html" +- "/book/en/v1/Getting-Started-Getting-Help.html" ---

Getting Help

diff --git a/external/book/content/book/en/v2/Getting-Started-Installing-Git.html b/external/book/content/book/en/v2/Getting-Started-Installing-Git.html index bf0a8bc2c3..b35398216c 100644 --- a/external/book/content/book/en/v2/Getting-Started-Installing-Git.html +++ b/external/book/content/book/en/v2/Getting-Started-Installing-Git.html @@ -16,6 +16,9 @@ previous: book/en/v2/Getting-Started-The-Command-Line next: book/en/v2/Getting-Started-First-Time-Git-Setup title: Git - Installing Git +aliases: +- "/book/en/Getting-Started-Installing-Git.html" +- "/book/en/v1/Getting-Started-Installing-Git.html" ---

Installing Git

diff --git a/external/book/content/book/en/v2/Getting-Started-Summary.html b/external/book/content/book/en/v2/Getting-Started-Summary.html index 4e4f3a9a38..4139d4b0d4 100644 --- a/external/book/content/book/en/v2/Getting-Started-Summary.html +++ b/external/book/content/book/en/v2/Getting-Started-Summary.html @@ -16,6 +16,9 @@ previous: book/en/v2/Getting-Started-Getting-Help next: book/en/v2/Git-Basics-Getting-a-Git-Repository title: Git - Summary +aliases: +- "/book/en/Getting-Started-Summary.html" +- "/book/en/v1/Getting-Started-Summary.html" ---

Summary

diff --git a/external/book/content/book/en/v2/Getting-Started-What-is-Git?.html b/external/book/content/book/en/v2/Getting-Started-What-is-Git?.html index 5b05da6186..86d99c7e53 100644 --- a/external/book/content/book/en/v2/Getting-Started-What-is-Git?.html +++ b/external/book/content/book/en/v2/Getting-Started-What-is-Git?.html @@ -19,6 +19,8 @@ url: "/book/en/v2/Getting-Started-What-is-Git?.html" aliases: - "/book/en/v2/Getting-Started-What-is-Git.html" +- "/book/en/Getting-Started-Git-Basics.html" +- "/book/en/v1/Getting-Started-Git-Basics.html" ---

What is Git?

diff --git a/external/book/content/book/en/v2/Git-Basics-Getting-a-Git-Repository.html b/external/book/content/book/en/v2/Git-Basics-Getting-a-Git-Repository.html index 66dbcf646f..6f4f6068ee 100644 --- a/external/book/content/book/en/v2/Git-Basics-Getting-a-Git-Repository.html +++ b/external/book/content/book/en/v2/Git-Basics-Getting-a-Git-Repository.html @@ -16,6 +16,9 @@ previous: book/en/v2/Getting-Started-Summary next: book/en/v2/Git-Basics-Recording-Changes-to-the-Repository title: Git - Getting a Git Repository +aliases: +- "/book/en/Git-Basics.html" +- "/book/en/v1/Git-Basics.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" ---

Git Aliases

diff --git a/external/book/content/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository.html b/external/book/content/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository.html index 5af7b2bea5..5603c620ee 100644 --- a/external/book/content/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository.html +++ b/external/book/content/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Basics-Getting-a-Git-Repository next: book/en/v2/Git-Basics-Viewing-the-Commit-History title: Git - Recording Changes to the Repository +aliases: +- "/book/en/Git-Basics-Recording-Changes-to-the-Repository.html" +- "/book/en/v1/Git-Basics-Recording-Changes-to-the-Repository.html" ---

Recording Changes to the Repository

diff --git a/external/book/content/book/en/v2/Git-Basics-Summary.html b/external/book/content/book/en/v2/Git-Basics-Summary.html index 62106340aa..73baf1129c 100644 --- a/external/book/content/book/en/v2/Git-Basics-Summary.html +++ b/external/book/content/book/en/v2/Git-Basics-Summary.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Basics-Git-Aliases next: book/en/v2/Git-Branching-Branches-in-a-Nutshell title: Git - Summary +aliases: +- "/book/en/Git-Basics-Summary.html" +- "/book/en/v1/Git-Basics-Summary.html" ---

Summary

diff --git a/external/book/content/book/en/v2/Git-Basics-Tagging.html b/external/book/content/book/en/v2/Git-Basics-Tagging.html index 085a0888f1..3b3402d4c1 100644 --- a/external/book/content/book/en/v2/Git-Basics-Tagging.html +++ b/external/book/content/book/en/v2/Git-Basics-Tagging.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Basics-Working-with-Remotes next: book/en/v2/Git-Basics-Git-Aliases title: Git - Tagging +aliases: +- "/book/en/Git-Basics-Tagging.html" +- "/book/en/v1/Git-Basics-Tagging.html" ---

Tagging

diff --git a/external/book/content/book/en/v2/Git-Basics-Undoing-Things.html b/external/book/content/book/en/v2/Git-Basics-Undoing-Things.html index 14097cdea2..d37befe1bf 100644 --- a/external/book/content/book/en/v2/Git-Basics-Undoing-Things.html +++ b/external/book/content/book/en/v2/Git-Basics-Undoing-Things.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Basics-Viewing-the-Commit-History next: book/en/v2/Git-Basics-Working-with-Remotes title: Git - Undoing Things +aliases: +- "/book/en/Git-Basics-Undoing-Things.html" +- "/book/en/v1/Git-Basics-Undoing-Things.html" ---

Undoing Things

diff --git a/external/book/content/book/en/v2/Git-Basics-Viewing-the-Commit-History.html b/external/book/content/book/en/v2/Git-Basics-Viewing-the-Commit-History.html index adc69ab9bb..15c0cdd88c 100644 --- a/external/book/content/book/en/v2/Git-Basics-Viewing-the-Commit-History.html +++ b/external/book/content/book/en/v2/Git-Basics-Viewing-the-Commit-History.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Basics-Recording-Changes-to-the-Repository next: book/en/v2/Git-Basics-Undoing-Things title: Git - Viewing the Commit History +aliases: +- "/book/en/Git-Basics-Viewing-the-Commit-History.html" +- "/book/en/v1/Git-Basics-Viewing-the-Commit-History.html" ---

Viewing the Commit History

diff --git a/external/book/content/book/en/v2/Git-Basics-Working-with-Remotes.html b/external/book/content/book/en/v2/Git-Basics-Working-with-Remotes.html index 2c305ebc32..e125b89435 100644 --- a/external/book/content/book/en/v2/Git-Basics-Working-with-Remotes.html +++ b/external/book/content/book/en/v2/Git-Basics-Working-with-Remotes.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Basics-Undoing-Things next: book/en/v2/Git-Basics-Tagging title: Git - Working with Remotes +aliases: +- "/book/en/Git-Basics-Working-with-Remotes.html" +- "/book/en/v1/Git-Basics-Working-with-Remotes.html" ---

Working with Remotes

diff --git a/external/book/content/book/en/v2/Git-Branching-Basic-Branching-and-Merging.html b/external/book/content/book/en/v2/Git-Branching-Basic-Branching-and-Merging.html index 4df42e7052..6ce9fa58d7 100644 --- a/external/book/content/book/en/v2/Git-Branching-Basic-Branching-and-Merging.html +++ b/external/book/content/book/en/v2/Git-Branching-Basic-Branching-and-Merging.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Branching-Branches-in-a-Nutshell next: book/en/v2/Git-Branching-Branch-Management title: Git - Basic Branching and Merging +aliases: +- "/book/en/Git-Branching-Basic-Branching-and-Merging.html" +- "/book/en/v1/Git-Branching-Basic-Branching-and-Merging.html" ---

Basic Branching and Merging

diff --git a/external/book/content/book/en/v2/Git-Branching-Branch-Management.html b/external/book/content/book/en/v2/Git-Branching-Branch-Management.html index af0d33b5ec..87fdc3280a 100644 --- a/external/book/content/book/en/v2/Git-Branching-Branch-Management.html +++ b/external/book/content/book/en/v2/Git-Branching-Branch-Management.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Branching-Basic-Branching-and-Merging next: book/en/v2/Git-Branching-Branching-Workflows title: Git - Branch Management +aliases: +- "/book/en/Git-Branching-Branch-Management.html" +- "/book/en/v1/Git-Branching-Branch-Management.html" ---

Branch Management

diff --git a/external/book/content/book/en/v2/Git-Branching-Branches-in-a-Nutshell.html b/external/book/content/book/en/v2/Git-Branching-Branches-in-a-Nutshell.html index 913fd9b739..f0f6262b01 100644 --- a/external/book/content/book/en/v2/Git-Branching-Branches-in-a-Nutshell.html +++ b/external/book/content/book/en/v2/Git-Branching-Branches-in-a-Nutshell.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Basics-Summary next: book/en/v2/Git-Branching-Basic-Branching-and-Merging title: Git - Branches in a Nutshell +aliases: +- "/book/en/Git-Branching.html" +- "/book/en/v1/Git-Branching.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" ---

Branching Workflows

diff --git a/external/book/content/book/en/v2/Git-Branching-Rebasing.html b/external/book/content/book/en/v2/Git-Branching-Rebasing.html index 00dc9a6a3c..4e0fb96f1a 100644 --- a/external/book/content/book/en/v2/Git-Branching-Rebasing.html +++ b/external/book/content/book/en/v2/Git-Branching-Rebasing.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Branching-Remote-Branches next: book/en/v2/Git-Branching-Summary title: Git - Rebasing +aliases: +- "/book/en/Git-Branching-Rebasing.html" +- "/book/en/v1/Git-Branching-Rebasing.html" ---

Rebasing

diff --git a/external/book/content/book/en/v2/Git-Branching-Remote-Branches.html b/external/book/content/book/en/v2/Git-Branching-Remote-Branches.html index 751192bf9e..f3365ae113 100644 --- a/external/book/content/book/en/v2/Git-Branching-Remote-Branches.html +++ b/external/book/content/book/en/v2/Git-Branching-Remote-Branches.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Branching-Branching-Workflows next: book/en/v2/Git-Branching-Rebasing title: Git - Remote Branches +aliases: +- "/book/en/Git-Branching-Remote-Branches.html" +- "/book/en/v1/Git-Branching-Remote-Branches.html" ---

Remote Branches

diff --git a/external/book/content/book/en/v2/Git-Branching-Summary.html b/external/book/content/book/en/v2/Git-Branching-Summary.html index 98a71d0117..ed1a453bb4 100644 --- a/external/book/content/book/en/v2/Git-Branching-Summary.html +++ b/external/book/content/book/en/v2/Git-Branching-Summary.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Branching-Rebasing next: book/en/v2/Git-on-the-Server-The-Protocols title: Git - Summary +aliases: +- "/book/en/Git-Branching-Summary.html" +- "/book/en/v1/Git-Branching-Summary.html" ---

Summary

diff --git a/external/book/content/book/en/v2/Git-Internals-Git-Objects.html b/external/book/content/book/en/v2/Git-Internals-Git-Objects.html index bc3bc9926f..eb3e9f5f88 100644 --- a/external/book/content/book/en/v2/Git-Internals-Git-Objects.html +++ b/external/book/content/book/en/v2/Git-Internals-Git-Objects.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Internals-Plumbing-and-Porcelain next: book/en/v2/Git-Internals-Git-References title: Git - Git Objects +aliases: +- "/book/en/Git-Internals-Git-Objects.html" +- "/book/en/v1/Git-Internals-Git-Objects.html" ---

Git Objects

diff --git a/external/book/content/book/en/v2/Git-Internals-Git-References.html b/external/book/content/book/en/v2/Git-Internals-Git-References.html index 8f6932ba99..eff510ba3d 100644 --- a/external/book/content/book/en/v2/Git-Internals-Git-References.html +++ b/external/book/content/book/en/v2/Git-Internals-Git-References.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Internals-Git-Objects next: book/en/v2/Git-Internals-Packfiles title: Git - Git References +aliases: +- "/book/en/Git-Internals-Packfiles.html" +- "/book/en/v1/Git-Internals-Packfiles.html" ---

Git References

diff --git a/external/book/content/book/en/v2/Git-Internals-Maintenance-and-Data-Recovery.html b/external/book/content/book/en/v2/Git-Internals-Maintenance-and-Data-Recovery.html index d4b6ebe917..9b3540d738 100644 --- a/external/book/content/book/en/v2/Git-Internals-Maintenance-and-Data-Recovery.html +++ b/external/book/content/book/en/v2/Git-Internals-Maintenance-and-Data-Recovery.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Internals-Transfer-Protocols next: book/en/v2/Git-Internals-Environment-Variables title: Git - Maintenance and Data Recovery +aliases: +- "/book/en/Git-Internals-Summary.html" +- "/book/en/v1/Git-Internals-Summary.html" ---

Maintenance and Data Recovery

diff --git a/external/book/content/book/en/v2/Git-Internals-Packfiles.html b/external/book/content/book/en/v2/Git-Internals-Packfiles.html index 5e6beb03b3..f80fe23acb 100644 --- a/external/book/content/book/en/v2/Git-Internals-Packfiles.html +++ b/external/book/content/book/en/v2/Git-Internals-Packfiles.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Internals-Git-References next: book/en/v2/Git-Internals-The-Refspec title: Git - Packfiles +aliases: +- "/book/en/Git-Internals-The-Refspec.html" +- "/book/en/v1/Git-Internals-The-Refspec.html" ---

Packfiles

diff --git a/external/book/content/book/en/v2/Git-Internals-Plumbing-and-Porcelain.html b/external/book/content/book/en/v2/Git-Internals-Plumbing-and-Porcelain.html index 3634f4b2bb..8d821bd7d4 100644 --- a/external/book/content/book/en/v2/Git-Internals-Plumbing-and-Porcelain.html +++ b/external/book/content/book/en/v2/Git-Internals-Plumbing-and-Porcelain.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-and-Other-Systems-Summary next: book/en/v2/Git-Internals-Git-Objects title: Git - Plumbing and Porcelain +aliases: +- "/book/en/Git-Internals.html" +- "/book/en/v1/Git-Internals.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" ---

The Refspec

diff --git a/external/book/content/book/en/v2/Git-Internals-Transfer-Protocols.html b/external/book/content/book/en/v2/Git-Internals-Transfer-Protocols.html index 8b7b192871..3bc2243080 100644 --- a/external/book/content/book/en/v2/Git-Internals-Transfer-Protocols.html +++ b/external/book/content/book/en/v2/Git-Internals-Transfer-Protocols.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Internals-The-Refspec next: book/en/v2/Git-Internals-Maintenance-and-Data-Recovery title: Git - Transfer Protocols +aliases: +- "/book/en/Git-Internals-Maintenance-and-Data-Recovery.html" +- "/book/en/v1/Git-Internals-Maintenance-and-Data-Recovery.html" ---

Transfer Protocols

diff --git a/external/book/content/book/en/v2/Git-Tools-Debugging-with-Git.html b/external/book/content/book/en/v2/Git-Tools-Debugging-with-Git.html index d190811fec..6bf1206904 100644 --- a/external/book/content/book/en/v2/Git-Tools-Debugging-with-Git.html +++ b/external/book/content/book/en/v2/Git-Tools-Debugging-with-Git.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Tools-Rerere next: book/en/v2/Git-Tools-Submodules title: Git - Debugging with Git +aliases: +- "/book/en/Git-Tools-Debugging-with-Git.html" +- "/book/en/v1/Git-Tools-Debugging-with-Git.html" ---

Debugging with Git

diff --git a/external/book/content/book/en/v2/Git-Tools-Interactive-Staging.html b/external/book/content/book/en/v2/Git-Tools-Interactive-Staging.html index 1bdc8383b5..bf910649c6 100644 --- a/external/book/content/book/en/v2/Git-Tools-Interactive-Staging.html +++ b/external/book/content/book/en/v2/Git-Tools-Interactive-Staging.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Tools-Revision-Selection next: book/en/v2/Git-Tools-Stashing-and-Cleaning title: Git - Interactive Staging +aliases: +- "/book/en/Git-Tools-Interactive-Staging.html" +- "/book/en/v1/Git-Tools-Interactive-Staging.html" ---

Interactive Staging

diff --git a/external/book/content/book/en/v2/Git-Tools-Revision-Selection.html b/external/book/content/book/en/v2/Git-Tools-Revision-Selection.html index 5669027a7b..7a6aedfb19 100644 --- a/external/book/content/book/en/v2/Git-Tools-Revision-Selection.html +++ b/external/book/content/book/en/v2/Git-Tools-Revision-Selection.html @@ -16,6 +16,9 @@ previous: book/en/v2/GitHub-Summary next: book/en/v2/Git-Tools-Interactive-Staging title: Git - Revision Selection +aliases: +- "/book/en/Git-Tools.html" +- "/book/en/v1/Git-Tools.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" ---

Rewriting History

diff --git a/external/book/content/book/en/v2/Git-Tools-Stashing-and-Cleaning.html b/external/book/content/book/en/v2/Git-Tools-Stashing-and-Cleaning.html index 6810beb83d..6461e34901 100644 --- a/external/book/content/book/en/v2/Git-Tools-Stashing-and-Cleaning.html +++ b/external/book/content/book/en/v2/Git-Tools-Stashing-and-Cleaning.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Tools-Interactive-Staging next: book/en/v2/Git-Tools-Signing-Your-Work title: Git - Stashing and Cleaning +aliases: +- "/book/en/Git-Tools-Stashing.html" +- "/book/en/v1/Git-Tools-Stashing.html" ---

Stashing and Cleaning

diff --git a/external/book/content/book/en/v2/Git-Tools-Submodules.html b/external/book/content/book/en/v2/Git-Tools-Submodules.html index 912b58aa14..0a5f39040b 100644 --- a/external/book/content/book/en/v2/Git-Tools-Submodules.html +++ b/external/book/content/book/en/v2/Git-Tools-Submodules.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Tools-Debugging-with-Git next: book/en/v2/Git-Tools-Bundling title: Git - Submodules +aliases: +- "/book/en/Git-Tools-Submodules.html" +- "/book/en/v1/Git-Tools-Submodules.html" ---

Submodules

diff --git a/external/book/content/book/en/v2/Git-Tools-Summary.html b/external/book/content/book/en/v2/Git-Tools-Summary.html index f41f830aba..83c17deb64 100644 --- a/external/book/content/book/en/v2/Git-Tools-Summary.html +++ b/external/book/content/book/en/v2/Git-Tools-Summary.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Tools-Credential-Storage next: book/en/v2/Customizing-Git-Git-Configuration title: Git - Summary +aliases: +- "/book/en/Git-Tools-Summary.html" +- "/book/en/v1/Git-Tools-Summary.html" ---

Summary

diff --git a/external/book/content/book/en/v2/Git-and-Other-Systems-Git-as-a-Client.html b/external/book/content/book/en/v2/Git-and-Other-Systems-Git-as-a-Client.html index dc1121c6b6..225dd8095c 100644 --- a/external/book/content/book/en/v2/Git-and-Other-Systems-Git-as-a-Client.html +++ b/external/book/content/book/en/v2/Git-and-Other-Systems-Git-as-a-Client.html @@ -16,6 +16,9 @@ previous: book/en/v2/Customizing-Git-Summary next: book/en/v2/Git-and-Other-Systems-Migrating-to-Git title: Git - Git as a Client +aliases: +- "/book/en/Git-and-Other-Systems.html" +- "/book/en/v1/Git-and-Other-Systems.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" ---

Migrating to Git

diff --git a/external/book/content/book/en/v2/Git-and-Other-Systems-Summary.html b/external/book/content/book/en/v2/Git-and-Other-Systems-Summary.html index 85f0062c29..11191a2d0f 100644 --- a/external/book/content/book/en/v2/Git-and-Other-Systems-Summary.html +++ b/external/book/content/book/en/v2/Git-and-Other-Systems-Summary.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-and-Other-Systems-Migrating-to-Git next: book/en/v2/Git-Internals-Plumbing-and-Porcelain title: Git - Summary +aliases: +- "/book/en/Git-and-Other-Systems-Summary.html" +- "/book/en/v1/Git-and-Other-Systems-Summary.html" ---

Summary

diff --git a/external/book/content/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key.html b/external/book/content/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key.html index 9f8cf50ac0..6253fc6af1 100644 --- a/external/book/content/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key.html +++ b/external/book/content/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server next: book/en/v2/Git-on-the-Server-Setting-Up-the-Server title: Git - Generating Your SSH Public Key +aliases: +- "/book/en/Git-on-the-Server-Generating-Your-SSH-Public-Key.html" +- "/book/en/v1/Git-on-the-Server-Generating-Your-SSH-Public-Key.html" ---

Generating Your SSH Public Key

diff --git a/external/book/content/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server.html b/external/book/content/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server.html index 3ba8c98559..dac83f9b55 100644 --- a/external/book/content/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server.html +++ b/external/book/content/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-on-the-Server-The-Protocols next: book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key title: Git - Getting Git on a Server +aliases: +- "/book/en/Git-on-the-Server-Getting-Git-on-a-Server.html" +- "/book/en/v1/Git-on-the-Server-Getting-Git-on-a-Server.html" ---

Getting Git on a Server

diff --git a/external/book/content/book/en/v2/Git-on-the-Server-Git-Daemon.html b/external/book/content/book/en/v2/Git-on-the-Server-Git-Daemon.html index 25ff0d6d9b..1a6d9e2b7c 100644 --- a/external/book/content/book/en/v2/Git-on-the-Server-Git-Daemon.html +++ b/external/book/content/book/en/v2/Git-on-the-Server-Git-Daemon.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-on-the-Server-Setting-Up-the-Server next: book/en/v2/Git-on-the-Server-Smart-HTTP title: Git - Git Daemon +aliases: +- "/book/en/Git-on-the-Server-Git-Daemon.html" +- "/book/en/v1/Git-on-the-Server-Git-Daemon.html" ---

Git Daemon

diff --git a/external/book/content/book/en/v2/Git-on-the-Server-Setting-Up-the-Server.html b/external/book/content/book/en/v2/Git-on-the-Server-Setting-Up-the-Server.html index 72447c4316..296308741a 100644 --- a/external/book/content/book/en/v2/Git-on-the-Server-Setting-Up-the-Server.html +++ b/external/book/content/book/en/v2/Git-on-the-Server-Setting-Up-the-Server.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key next: book/en/v2/Git-on-the-Server-Git-Daemon title: Git - Setting Up the Server +aliases: +- "/book/en/Git-on-the-Server-Setting-Up-the-Server.html" +- "/book/en/v1/Git-on-the-Server-Setting-Up-the-Server.html" ---

Setting Up the Server

diff --git a/external/book/content/book/en/v2/Git-on-the-Server-Summary.html b/external/book/content/book/en/v2/Git-on-the-Server-Summary.html index 2d219844a0..b7cbc22ec5 100644 --- a/external/book/content/book/en/v2/Git-on-the-Server-Summary.html +++ b/external/book/content/book/en/v2/Git-on-the-Server-Summary.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-on-the-Server-Third-Party-Hosted-Options next: book/en/v2/Distributed-Git-Distributed-Workflows title: Git - Summary +aliases: +- "/book/en/Git-on-the-Server-Summary.html" +- "/book/en/v1/Git-on-the-Server-Summary.html" ---

Summary

diff --git a/external/book/content/book/en/v2/Git-on-the-Server-The-Protocols.html b/external/book/content/book/en/v2/Git-on-the-Server-The-Protocols.html index 9b7db9795b..ea88d82624 100644 --- a/external/book/content/book/en/v2/Git-on-the-Server-The-Protocols.html +++ b/external/book/content/book/en/v2/Git-on-the-Server-The-Protocols.html @@ -16,6 +16,9 @@ previous: book/en/v2/Git-Branching-Summary next: book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server title: Git - The Protocols +aliases: +- "/book/en/Git-on-the-Server.html" +- "/book/en/v1/Git-on-the-Server.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" ---

Third Party Hosted Options

diff --git a/external/book/content/book/en/v2/_index.html b/external/book/content/book/en/v2/_index.html index 05a542909b..6eb506a84d 100644 --- a/external/book/content/book/en/v2/_index.html +++ b/external/book/content/book/en/v2/_index.html @@ -16,6 +16,8 @@ url: "/book/en/v2.html" aliases: - "/book/en/v2/index.html" +- "/book/en/v1/index.html" - "/book/en/index.html" - "/book/index.html" +- "/book/v1/index.html" --- diff --git a/external/book/content/book/es/v1/_index.html b/external/book/content/book/es/v1/_index.html new file mode 100644 index 0000000000..05253bf01e --- /dev/null +++ b/external/book/content/book/es/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/es/v2 +--- diff --git "a/external/book/content/book/es/v2/Ap\303\251ndice-C:-Comandos-de-Git-Configuraci\303\263n.html" "b/external/book/content/book/es/v2/Ap\303\251ndice-C:-Comandos-de-Git-Configuraci\303\263n.html" index 50db28d794..3492c0c555 100644 --- "a/external/book/content/book/es/v2/Ap\303\251ndice-C:-Comandos-de-Git-Configuraci\303\263n.html" +++ "b/external/book/content/book/es/v2/Ap\303\251ndice-C:-Comandos-de-Git-Configuraci\303\263n.html" @@ -17,6 +17,9 @@ next: book/es/v2/Apéndice-C:-Comandos-de-Git-Obtener-y-Crear-Proyectos title: Git - Configuración url: "/book/es/v2/Apéndice-C:-Comandos-de-Git-Configuración.html" +aliases: +- "/book/es/commands.html" +- "/book/es/v1/commands.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.

Configuración

diff --git a/external/book/content/book/es/v2/Fundamentos-de-Git-Alias-de-Git.html b/external/book/content/book/es/v2/Fundamentos-de-Git-Alias-de-Git.html index 9e2f23bed9..1df5a7394d 100644 --- a/external/book/content/book/es/v2/Fundamentos-de-Git-Alias-de-Git.html +++ b/external/book/content/book/es/v2/Fundamentos-de-Git-Alias-de-Git.html @@ -16,6 +16,9 @@ previous: book/es/v2/Fundamentos-de-Git-Etiquetado next: book/es/v2/Fundamentos-de-Git-Resumen title: Git - Alias de Git +aliases: +- "/book/es/Fundamentos-de-Git-Consejos-y-trucos.html" +- "/book/es/v1/Fundamentos-de-Git-Consejos-y-trucos.html" ---

Alias de Git

diff --git a/external/book/content/book/es/v2/Fundamentos-de-Git-Deshacer-Cosas.html b/external/book/content/book/es/v2/Fundamentos-de-Git-Deshacer-Cosas.html index 8f62b8bd26..d178245ebd 100644 --- a/external/book/content/book/es/v2/Fundamentos-de-Git-Deshacer-Cosas.html +++ b/external/book/content/book/es/v2/Fundamentos-de-Git-Deshacer-Cosas.html @@ -16,6 +16,9 @@ previous: book/es/v2/Fundamentos-de-Git-Ver-el-Historial-de-Confirmaciones next: book/es/v2/Fundamentos-de-Git-Trabajar-con-Remotos title: Git - Deshacer Cosas +aliases: +- "/book/es/Fundamentos-de-Git-Deshaciendo-cosas.html" +- "/book/es/v1/Fundamentos-de-Git-Deshaciendo-cosas.html" ---

Deshacer Cosas

diff --git a/external/book/content/book/es/v2/Fundamentos-de-Git-Etiquetado.html b/external/book/content/book/es/v2/Fundamentos-de-Git-Etiquetado.html index c628961f3a..187cc7dfa3 100644 --- a/external/book/content/book/es/v2/Fundamentos-de-Git-Etiquetado.html +++ b/external/book/content/book/es/v2/Fundamentos-de-Git-Etiquetado.html @@ -16,6 +16,9 @@ previous: book/es/v2/Fundamentos-de-Git-Trabajar-con-Remotos next: book/es/v2/Fundamentos-de-Git-Alias-de-Git title: Git - Etiquetado +aliases: +- "/book/es/Fundamentos-de-Git-Creando-etiquetas.html" +- "/book/es/v1/Fundamentos-de-Git-Creando-etiquetas.html" ---

Etiquetado

diff --git a/external/book/content/book/es/v2/Fundamentos-de-Git-Guardando-cambios-en-el-Repositorio.html b/external/book/content/book/es/v2/Fundamentos-de-Git-Guardando-cambios-en-el-Repositorio.html index 091aadf19f..f11e9c6934 100644 --- a/external/book/content/book/es/v2/Fundamentos-de-Git-Guardando-cambios-en-el-Repositorio.html +++ b/external/book/content/book/es/v2/Fundamentos-de-Git-Guardando-cambios-en-el-Repositorio.html @@ -16,6 +16,9 @@ previous: book/es/v2/Fundamentos-de-Git-Obteniendo-un-repositorio-Git next: book/es/v2/Fundamentos-de-Git-Ver-el-Historial-de-Confirmaciones title: Git - Guardando cambios en el Repositorio +aliases: +- "/book/es/Fundamentos-de-Git-Guardando-cambios-en-el-repositorio.html" +- "/book/es/v1/Fundamentos-de-Git-Guardando-cambios-en-el-repositorio.html" ---

Guardando cambios en el Repositorio

diff --git a/external/book/content/book/es/v2/Fundamentos-de-Git-Obteniendo-un-repositorio-Git.html b/external/book/content/book/es/v2/Fundamentos-de-Git-Obteniendo-un-repositorio-Git.html index d751d1447a..44063d823e 100644 --- a/external/book/content/book/es/v2/Fundamentos-de-Git-Obteniendo-un-repositorio-Git.html +++ b/external/book/content/book/es/v2/Fundamentos-de-Git-Obteniendo-un-repositorio-Git.html @@ -16,6 +16,9 @@ previous: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Resumen next: book/es/v2/Fundamentos-de-Git-Guardando-cambios-en-el-Repositorio title: Git - Obteniendo un repositorio Git +aliases: +- "/book/es/Fundamentos-de-Git.html" +- "/book/es/v1/Fundamentos-de-Git.html" ---

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" ---

Resumen

diff --git a/external/book/content/book/es/v2/Fundamentos-de-Git-Trabajar-con-Remotos.html b/external/book/content/book/es/v2/Fundamentos-de-Git-Trabajar-con-Remotos.html index d8f7f676a9..057f4dba03 100644 --- a/external/book/content/book/es/v2/Fundamentos-de-Git-Trabajar-con-Remotos.html +++ b/external/book/content/book/es/v2/Fundamentos-de-Git-Trabajar-con-Remotos.html @@ -16,6 +16,9 @@ previous: book/es/v2/Fundamentos-de-Git-Deshacer-Cosas next: book/es/v2/Fundamentos-de-Git-Etiquetado title: Git - Trabajar con Remotos +aliases: +- "/book/es/Fundamentos-de-Git-Trabajando-con-repositorios-remotos.html" +- "/book/es/v1/Fundamentos-de-Git-Trabajando-con-repositorios-remotos.html" ---

Trabajar con Remotos

diff --git a/external/book/content/book/es/v2/Fundamentos-de-Git-Ver-el-Historial-de-Confirmaciones.html b/external/book/content/book/es/v2/Fundamentos-de-Git-Ver-el-Historial-de-Confirmaciones.html index e4cc9eddb7..008ef0b4df 100644 --- a/external/book/content/book/es/v2/Fundamentos-de-Git-Ver-el-Historial-de-Confirmaciones.html +++ b/external/book/content/book/es/v2/Fundamentos-de-Git-Ver-el-Historial-de-Confirmaciones.html @@ -16,6 +16,9 @@ previous: book/es/v2/Fundamentos-de-Git-Guardando-cambios-en-el-Repositorio next: book/es/v2/Fundamentos-de-Git-Deshacer-Cosas title: Git - Ver el Historial de Confirmaciones +aliases: +- "/book/es/Fundamentos-de-Git-Viendo-el-histórico-de-confirmaciones.html" +- "/book/es/v1/Fundamentos-de-Git-Viendo-el-histórico-de-confirmaciones.html" ---

Ver el Historial de Confirmaciones

diff --git a/external/book/content/book/es/v2/Git-en-el-Servidor-Configurando-Git-en-un-servidor.html b/external/book/content/book/es/v2/Git-en-el-Servidor-Configurando-Git-en-un-servidor.html index 804edd6e0d..61ab5e9302 100644 --- a/external/book/content/book/es/v2/Git-en-el-Servidor-Configurando-Git-en-un-servidor.html +++ b/external/book/content/book/es/v2/Git-en-el-Servidor-Configurando-Git-en-un-servidor.html @@ -16,6 +16,9 @@ previous: book/es/v2/Git-en-el-Servidor-Los-Protocolos next: book/es/v2/Git-en-el-Servidor-Generando-tu-clave-pública-SSH title: Git - Configurando Git en un servidor +aliases: +- "/book/es/Git-en-un-servidor-Poniendo-Git-en-un-Servidor.html" +- "/book/es/v1/Git-en-un-servidor-Poniendo-Git-en-un-Servidor.html" ---

Configurando Git en un servidor

diff --git a/external/book/content/book/es/v2/Git-en-el-Servidor-Configurando-el-servidor.html b/external/book/content/book/es/v2/Git-en-el-Servidor-Configurando-el-servidor.html index 35d20cb522..b98ab91c51 100644 --- a/external/book/content/book/es/v2/Git-en-el-Servidor-Configurando-el-servidor.html +++ b/external/book/content/book/es/v2/Git-en-el-Servidor-Configurando-el-servidor.html @@ -16,6 +16,9 @@ previous: book/es/v2/Git-en-el-Servidor-Generando-tu-clave-pública-SSH next: book/es/v2/Git-en-el-Servidor-El-demonio-Git title: Git - Configurando el servidor +aliases: +- "/book/es/Git-en-un-servidor-Preparando-el-servidor.html" +- "/book/es/v1/Git-en-un-servidor-Preparando-el-servidor.html" ---

Configurando el servidor

diff --git a/external/book/content/book/es/v2/Git-en-el-Servidor-El-demonio-Git.html b/external/book/content/book/es/v2/Git-en-el-Servidor-El-demonio-Git.html index c54bcbed7d..a75175a20d 100644 --- a/external/book/content/book/es/v2/Git-en-el-Servidor-El-demonio-Git.html +++ b/external/book/content/book/es/v2/Git-en-el-Servidor-El-demonio-Git.html @@ -16,6 +16,9 @@ previous: book/es/v2/Git-en-el-Servidor-Configurando-el-servidor next: book/es/v2/Git-en-el-Servidor-HTTP-Inteligente title: Git - El demonio Git +aliases: +- "/book/es/Git-en-un-servidor-Git-en-un-alojamiento-externo.html" +- "/book/es/v1/Git-en-un-servidor-Git-en-un-alojamiento-externo.html" ---

El demonio Git

diff --git "a/external/book/content/book/es/v2/Git-en-el-Servidor-Generando-tu-clave-p\303\272blica-SSH.html" "b/external/book/content/book/es/v2/Git-en-el-Servidor-Generando-tu-clave-p\303\272blica-SSH.html" index a1195b2319..0f58a0a035 100644 --- "a/external/book/content/book/es/v2/Git-en-el-Servidor-Generando-tu-clave-p\303\272blica-SSH.html" +++ "b/external/book/content/book/es/v2/Git-en-el-Servidor-Generando-tu-clave-p\303\272blica-SSH.html" @@ -17,6 +17,9 @@ next: book/es/v2/Git-en-el-Servidor-Configurando-el-servidor title: Git - Generando tu clave pública SSH url: "/book/es/v2/Git-en-el-Servidor-Generando-tu-clave-pública-SSH.html" +aliases: +- "/book/es/Git-en-un-servidor-Generando-tu-clave-pública-SSH.html" +- "/book/es/v1/Git-en-un-servidor-Generando-tu-clave-pública-SSH.html" ---

Generando tu clave pública SSH

diff --git a/external/book/content/book/es/v2/Git-en-el-Servidor-Git-en-un-alojamiento-externo.html b/external/book/content/book/es/v2/Git-en-el-Servidor-Git-en-un-alojamiento-externo.html index 758392432d..a35b3face0 100644 --- a/external/book/content/book/es/v2/Git-en-el-Servidor-Git-en-un-alojamiento-externo.html +++ b/external/book/content/book/es/v2/Git-en-el-Servidor-Git-en-un-alojamiento-externo.html @@ -16,6 +16,9 @@ previous: book/es/v2/Git-en-el-Servidor-GitLab next: book/es/v2/Git-en-el-Servidor-Resumen title: Git - Git en un alojamiento externo +aliases: +- "/book/es/Git-en-un-servidor-Acceso-público.html" +- "/book/es/v1/Git-en-un-servidor-Acceso-público.html" ---

Git en un alojamiento externo

diff --git a/external/book/content/book/es/v2/Git-en-el-Servidor-Los-Protocolos.html b/external/book/content/book/es/v2/Git-en-el-Servidor-Los-Protocolos.html index ea29e538e3..a677d52021 100644 --- a/external/book/content/book/es/v2/Git-en-el-Servidor-Los-Protocolos.html +++ b/external/book/content/book/es/v2/Git-en-el-Servidor-Los-Protocolos.html @@ -16,6 +16,9 @@ previous: book/es/v2/Ramificaciones-en-Git-Recapitulación next: book/es/v2/Git-en-el-Servidor-Configurando-Git-en-un-servidor title: Git - Los Protocolos +aliases: +- "/book/es/Git-en-un-servidor.html" +- "/book/es/v1/Git-en-un-servidor.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" ---

Contribuyendo a un Proyecto

diff --git a/external/book/content/book/es/v2/Git-en-entornos-distribuidos-Flujos-de-trabajo-distribuidos.html b/external/book/content/book/es/v2/Git-en-entornos-distribuidos-Flujos-de-trabajo-distribuidos.html index 0f867c152a..1e767aa58b 100644 --- a/external/book/content/book/es/v2/Git-en-entornos-distribuidos-Flujos-de-trabajo-distribuidos.html +++ b/external/book/content/book/es/v2/Git-en-entornos-distribuidos-Flujos-de-trabajo-distribuidos.html @@ -16,6 +16,9 @@ previous: book/es/v2/Git-en-el-Servidor-Resumen next: book/es/v2/Git-en-entornos-distribuidos-Contribuyendo-a-un-Proyecto title: Git - Flujos de trabajo distribuidos +aliases: +- "/book/es/Git-en-entornos-distribuidos.html" +- "/book/es/v1/Git-en-entornos-distribuidos.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" ---

Migración a Git

diff --git a/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Resumen.html b/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Resumen.html index 805c6384cc..051aa40b67 100644 --- a/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Resumen.html +++ b/external/book/content/book/es/v2/Git-y-Otros-Sistemas-Resumen.html @@ -16,6 +16,9 @@ previous: book/es/v2/Git-y-Otros-Sistemas-Migración-a-Git next: book/es/v2/Los-entresijos-internos-de-Git-Fontanería-y-porcelana title: Git - Resumen +aliases: +- "/book/es/Git-y-Otros-Sistemas-Summary.html" +- "/book/es/v1/Git-y-Otros-Sistemas-Summary.html" ---

Resumen

diff --git "a/external/book/content/book/es/v2/Herramientas-de-Git-Guardado-r\303\241pido-y-Limpieza.html" "b/external/book/content/book/es/v2/Herramientas-de-Git-Guardado-r\303\241pido-y-Limpieza.html" index 1b08c6a92a..f99aa3555f 100644 --- "a/external/book/content/book/es/v2/Herramientas-de-Git-Guardado-r\303\241pido-y-Limpieza.html" +++ "b/external/book/content/book/es/v2/Herramientas-de-Git-Guardado-r\303\241pido-y-Limpieza.html" @@ -17,6 +17,9 @@ next: book/es/v2/Herramientas-de-Git-Firmando-tu-trabajo title: Git - Guardado rápido y Limpieza url: "/book/es/v2/Herramientas-de-Git-Guardado-rápido-y-Limpieza.html" +aliases: +- "/book/es/Las-herramientas-de-Git-Guardado-rápido-provisional.html" +- "/book/es/v1/Las-herramientas-de-Git-Guardado-rápido-provisional.html" ---

Guardado rápido y Limpieza

diff --git a/external/book/content/book/es/v2/Herramientas-de-Git-Haciendo-debug-con-Git.html b/external/book/content/book/es/v2/Herramientas-de-Git-Haciendo-debug-con-Git.html index f1874dac81..8f495a8996 100644 --- a/external/book/content/book/es/v2/Herramientas-de-Git-Haciendo-debug-con-Git.html +++ b/external/book/content/book/es/v2/Herramientas-de-Git-Haciendo-debug-con-Git.html @@ -16,6 +16,9 @@ previous: book/es/v2/Herramientas-de-Git-Rerere next: book/es/v2/Herramientas-de-Git-Submódulos title: Git - Haciendo debug con Git +aliases: +- "/book/es/Las-herramientas-de-Git-Depuración-con-Git.html" +- "/book/es/v1/Las-herramientas-de-Git-Depuración-con-Git.html" ---

Haciendo debug con Git

diff --git "a/external/book/content/book/es/v2/Herramientas-de-Git-Organizaci\303\263n-interactiva.html" "b/external/book/content/book/es/v2/Herramientas-de-Git-Organizaci\303\263n-interactiva.html" index 9c11b1a050..a53432303c 100644 --- "a/external/book/content/book/es/v2/Herramientas-de-Git-Organizaci\303\263n-interactiva.html" +++ "b/external/book/content/book/es/v2/Herramientas-de-Git-Organizaci\303\263n-interactiva.html" @@ -17,6 +17,9 @@ next: book/es/v2/Herramientas-de-Git-Guardado-rápido-y-Limpieza title: Git - Organización interactiva url: "/book/es/v2/Herramientas-de-Git-Organización-interactiva.html" +aliases: +- "/book/es/Las-herramientas-de-Git-Preparación-interactiva.html" +- "/book/es/v1/Las-herramientas-de-Git-Preparación-interactiva.html" ---

Organización interactiva

diff --git a/external/book/content/book/es/v2/Herramientas-de-Git-Reescribiendo-la-Historia.html b/external/book/content/book/es/v2/Herramientas-de-Git-Reescribiendo-la-Historia.html index 0d41cb140f..953bb9ecfb 100644 --- a/external/book/content/book/es/v2/Herramientas-de-Git-Reescribiendo-la-Historia.html +++ b/external/book/content/book/es/v2/Herramientas-de-Git-Reescribiendo-la-Historia.html @@ -16,6 +16,9 @@ previous: book/es/v2/Herramientas-de-Git-Buscando next: book/es/v2/Herramientas-de-Git-Reiniciar-Desmitificado title: Git - Reescribiendo la Historia +aliases: +- "/book/es/Las-herramientas-de-Git-Reescribiendo-la-historia.html" +- "/book/es/v1/Las-herramientas-de-Git-Reescribiendo-la-historia.html" ---

Reescribiendo la Historia

diff --git a/external/book/content/book/es/v2/Herramientas-de-Git-Resumen.html b/external/book/content/book/es/v2/Herramientas-de-Git-Resumen.html index d93638e886..7be730309c 100644 --- a/external/book/content/book/es/v2/Herramientas-de-Git-Resumen.html +++ b/external/book/content/book/es/v2/Herramientas-de-Git-Resumen.html @@ -16,6 +16,9 @@ previous: book/es/v2/Herramientas-de-Git-Almacenamiento-de-credenciales next: book/es/v2/Personalización-de-Git-Configuración-de-Git title: Git - Resumen +aliases: +- "/book/es/Las-herramientas-de-Git-Recapitulación.html" +- "/book/es/v1/Las-herramientas-de-Git-Recapitulación.html" ---

Resumen

diff --git "a/external/book/content/book/es/v2/Herramientas-de-Git-Revisi\303\263n-por-selecci\303\263n.html" "b/external/book/content/book/es/v2/Herramientas-de-Git-Revisi\303\263n-por-selecci\303\263n.html" index 3be0d5252c..004679ca49 100644 --- "a/external/book/content/book/es/v2/Herramientas-de-Git-Revisi\303\263n-por-selecci\303\263n.html" +++ "b/external/book/content/book/es/v2/Herramientas-de-Git-Revisi\303\263n-por-selecci\303\263n.html" @@ -17,6 +17,9 @@ next: book/es/v2/Herramientas-de-Git-Organización-interactiva title: Git - Revisión por selección url: "/book/es/v2/Herramientas-de-Git-Revisión-por-selección.html" +aliases: +- "/book/es/Las-herramientas-de-Git.html" +- "/book/es/v1/Las-herramientas-de-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" ---

Submódulos

diff --git a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Acerca-del-Control-de-Versiones.html b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Acerca-del-Control-de-Versiones.html index 192bd69b3a..e2d04cbd0f 100644 --- a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Acerca-del-Control-de-Versiones.html +++ b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Acerca-del-Control-de-Versiones.html @@ -16,6 +16,9 @@ previous: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Acerca-del-Control-de-Versiones next: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Una-breve-historia-de-Git title: Git - Acerca del Control de Versiones +aliases: +- "/book/es/Empezando.html" +- "/book/es/v1/Empezando.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.

Acerca del Control de Versiones

diff --git a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Configurando-Git-por-primera-vez.html b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Configurando-Git-por-primera-vez.html index b2725de425..0ebc0ae8c7 100644 --- a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Configurando-Git-por-primera-vez.html +++ b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Configurando-Git-por-primera-vez.html @@ -16,6 +16,9 @@ previous: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Instalación-de-Git next: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-¿Cómo-obtener-ayuda%3F title: Git - Configurando Git por primera vez +aliases: +- "/book/es/Empezando-Configurando-Git-por-primera-vez.html" +- "/book/es/v1/Empezando-Configurando-Git-por-primera-vez.html" ---

Configurando Git por primera vez

diff --git a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Fundamentos-de-Git.html b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Fundamentos-de-Git.html index 4db4831371..a76d918f0f 100644 --- a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Fundamentos-de-Git.html +++ b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Fundamentos-de-Git.html @@ -16,6 +16,9 @@ previous: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Una-breve-historia-de-Git next: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-La-Línea-de-Comandos title: Git - Fundamentos de Git +aliases: +- "/book/es/Empezando-Fundamentos-de-Git.html" +- "/book/es/v1/Empezando-Fundamentos-de-Git.html" ---

Fundamentos de Git

diff --git "a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Instalaci\303\263n-de-Git.html" "b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Instalaci\303\263n-de-Git.html" index 0c3bb6f6fa..54272a459f 100644 --- "a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Instalaci\303\263n-de-Git.html" +++ "b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Instalaci\303\263n-de-Git.html" @@ -17,6 +17,9 @@ next: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Configurando-Git-por-primera-vez title: Git - Instalación de Git url: "/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Instalación-de-Git.html" +aliases: +- "/book/es/Empezando-Instalando-Git.html" +- "/book/es/v1/Empezando-Instalando-Git.html" ---

Instalación de Git

diff --git a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Resumen.html b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Resumen.html index b767bed5f1..988d9f07e8 100644 --- a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Resumen.html +++ b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Resumen.html @@ -16,6 +16,9 @@ previous: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-¿Cómo-obtener-ayuda%3F next: book/es/v2/Fundamentos-de-Git-Obteniendo-un-repositorio-Git title: Git - Resumen +aliases: +- "/book/es/Empezando-Resumen.html" +- "/book/es/v1/Empezando-Resumen.html" ---

Resumen

diff --git a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Una-breve-historia-de-Git.html b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Una-breve-historia-de-Git.html index cc377f1531..2a7f6cba57 100644 --- a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Una-breve-historia-de-Git.html +++ b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Una-breve-historia-de-Git.html @@ -16,6 +16,9 @@ previous: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Acerca-del-Control-de-Versiones next: book/es/v2/Inicio---Sobre-el-Control-de-Versiones-Fundamentos-de-Git title: Git - Una breve historia de Git +aliases: +- "/book/es/Empezando-Una-breve-historia-de-Git.html" +- "/book/es/v1/Empezando-Una-breve-historia-de-Git.html" ---

Una breve historia de Git

diff --git "a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-\302\277C\303\263mo-obtener-ayuda?.html" "b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-\302\277C\303\263mo-obtener-ayuda?.html" index 76c6a3de58..68cb2cece7 100644 --- "a/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-\302\277C\303\263mo-obtener-ayuda?.html" +++ "b/external/book/content/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-\302\277C\303\263mo-obtener-ayuda?.html" @@ -19,6 +19,8 @@ url: "/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-¿Cómo-obtener-ayuda?.html" aliases: - "/book/es/v2/Inicio---Sobre-el-Control-de-Versiones-¿Cómo-obtener-ayuda.html" +- "/book/es/Empezando-Obteniendo-ayuda.html" +- "/book/es/v1/Empezando-Obteniendo-ayuda.html" ---

¿Cómo obtener ayuda?

diff --git a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Archivos-empaquetadores.html b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Archivos-empaquetadores.html index 87ceed8648..f7bf916c1a 100644 --- a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Archivos-empaquetadores.html +++ b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Archivos-empaquetadores.html @@ -16,6 +16,9 @@ previous: book/es/v2/Los-entresijos-internos-de-Git-Referencias-Git next: book/es/v2/Los-entresijos-internos-de-Git-Las-especificaciones-para-hacer-referencia-a…​-refspec title: Git - Archivos empaquetadores +aliases: +- "/book/es/Los-entresijos-internos-de-Git-Las-especificaciones-para-hacer-referencia-a-refspec.html" +- "/book/es/v1/Los-entresijos-internos-de-Git-Las-especificaciones-para-hacer-referencia-a-refspec.html" ---

Archivos empaquetadores

diff --git "a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Fontaner\303\255a-y-porcelana.html" "b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Fontaner\303\255a-y-porcelana.html" index 0526abcdc1..3949fe4459 100644 --- "a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Fontaner\303\255a-y-porcelana.html" +++ "b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Fontaner\303\255a-y-porcelana.html" @@ -17,6 +17,9 @@ next: book/es/v2/Los-entresijos-internos-de-Git-Los-objetos-Git title: Git - Fontanería y porcelana url: "/book/es/v2/Los-entresijos-internos-de-Git-Fontanería-y-porcelana.html" +aliases: +- "/book/es/Los-entresijos-internos-de-Git.html" +- "/book/es/v1/Los-entresijos-internos-de-Git.html" ---

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" ---

Las especificaciones para hacer referencia a…​ (refspec)

diff --git a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Los-objetos-Git.html b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Los-objetos-Git.html index 98ec410bfa..06c8a9e19b 100644 --- a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Los-objetos-Git.html +++ b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Los-objetos-Git.html @@ -16,6 +16,9 @@ previous: book/es/v2/Los-entresijos-internos-de-Git-Fontanería-y-porcelana next: book/es/v2/Los-entresijos-internos-de-Git-Referencias-Git title: Git - Los objetos Git +aliases: +- "/book/es/Los-entresijos-internos-de-Git-Los-objetos-Git.html" +- "/book/es/v1/Los-entresijos-internos-de-Git-Los-objetos-Git.html" ---

Los objetos Git

diff --git "a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Mantenimiento-y-recuperaci\303\263n-de-datos.html" "b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Mantenimiento-y-recuperaci\303\263n-de-datos.html" index 681e3205b0..b0732f986c 100644 --- "a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Mantenimiento-y-recuperaci\303\263n-de-datos.html" +++ "b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Mantenimiento-y-recuperaci\303\263n-de-datos.html" @@ -17,6 +17,9 @@ next: book/es/v2/Los-entresijos-internos-de-Git-Variables-de-entorno title: Git - Mantenimiento y recuperación de datos url: "/book/es/v2/Los-entresijos-internos-de-Git-Mantenimiento-y-recuperación-de-datos.html" +aliases: +- "/book/es/Los-entresijos-internos-de-Git-Recapitulación.html" +- "/book/es/v1/Los-entresijos-internos-de-Git-Recapitulación.html" ---

Mantenimiento y recuperación de datos

diff --git a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Protocolos-de-transferencia.html b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Protocolos-de-transferencia.html index 8315e6e0fb..deed14d962 100644 --- a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Protocolos-de-transferencia.html +++ b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Protocolos-de-transferencia.html @@ -16,6 +16,9 @@ previous: book/es/v2/Los-entresijos-internos-de-Git-Las-especificaciones-para-hacer-referencia-a…​-refspec next: book/es/v2/Los-entresijos-internos-de-Git-Mantenimiento-y-recuperación-de-datos title: Git - Protocolos de transferencia +aliases: +- "/book/es/Los-entresijos-internos-de-Git-Mantenimiento-y-recuperación-de-datos.html" +- "/book/es/v1/Los-entresijos-internos-de-Git-Mantenimiento-y-recuperación-de-datos.html" ---

Protocolos de transferencia

diff --git a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Referencias-Git.html b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Referencias-Git.html index d8c5c9897a..d3ab8d9b61 100644 --- a/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Referencias-Git.html +++ b/external/book/content/book/es/v2/Los-entresijos-internos-de-Git-Referencias-Git.html @@ -16,6 +16,9 @@ previous: book/es/v2/Los-entresijos-internos-de-Git-Los-objetos-Git next: book/es/v2/Los-entresijos-internos-de-Git-Archivos-empaquetadores title: Git - Referencias Git +aliases: +- "/book/es/Los-entresijos-internos-de-Git-Archivos-empaquetadores.html" +- "/book/es/v1/Los-entresijos-internos-de-Git-Archivos-empaquetadores.html" ---

Referencias Git

diff --git "a/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Configuraci\303\263n-de-Git.html" "b/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Configuraci\303\263n-de-Git.html" index b3548f95ca..403c623841 100644 --- "a/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Configuraci\303\263n-de-Git.html" +++ "b/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Configuraci\303\263n-de-Git.html" @@ -17,6 +17,9 @@ next: book/es/v2/Personalización-de-Git-Git-Attributes title: Git - Configuración de Git url: "/book/es/v2/Personalización-de-Git-Configuración-de-Git.html" +aliases: +- "/book/es/Personalizando-Git.html" +- "/book/es/v1/Personalizando-Git.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" ---

Git Attributes

diff --git "a/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Puntos-de-enganche-en-Git.html" "b/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Puntos-de-enganche-en-Git.html" index 8a7cc2afab..24e1968f72 100644 --- "a/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Puntos-de-enganche-en-Git.html" +++ "b/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Puntos-de-enganche-en-Git.html" @@ -17,6 +17,9 @@ next: book/es/v2/Personalización-de-Git-Un-ejemplo-de-implantación-de-una-determinada-política-en-Git title: Git - Puntos de enganche en Git url: "/book/es/v2/Personalización-de-Git-Puntos-de-enganche-en-Git.html" +aliases: +- "/book/es/Personalizando-Git-Puntos-de-enganche-Git.html" +- "/book/es/v1/Personalizando-Git-Puntos-de-enganche-Git.html" ---

Puntos de enganche en Git

diff --git "a/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Recapitulaci\303\263n.html" "b/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Recapitulaci\303\263n.html" index 703dd844e1..b0f38066bc 100644 --- "a/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Recapitulaci\303\263n.html" +++ "b/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Recapitulaci\303\263n.html" @@ -17,6 +17,9 @@ next: book/es/v2/Git-y-Otros-Sistemas-Git-como-Cliente title: Git - Recapitulación url: "/book/es/v2/Personalización-de-Git-Recapitulación.html" +aliases: +- "/book/es/Personalizando-Git-Recapitulación.html" +- "/book/es/v1/Personalizando-Git-Recapitulación.html" ---

Recapitulación

diff --git "a/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Un-ejemplo-de-implantaci\303\263n-de-una-determinada-pol\303\255tica-en-Git.html" "b/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Un-ejemplo-de-implantaci\303\263n-de-una-determinada-pol\303\255tica-en-Git.html" index a2506db075..c598bf1e2e 100644 --- "a/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Un-ejemplo-de-implantaci\303\263n-de-una-determinada-pol\303\255tica-en-Git.html" +++ "b/external/book/content/book/es/v2/Personalizaci\303\263n-de-Git-Un-ejemplo-de-implantaci\303\263n-de-una-determinada-pol\303\255tica-en-Git.html" @@ -17,6 +17,9 @@ next: book/es/v2/Personalización-de-Git-Recapitulación title: Git - Un ejemplo de implantación de una determinada política en Git url: "/book/es/v2/Personalización-de-Git-Un-ejemplo-de-implantación-de-una-determinada-política-en-Git.html" +aliases: +- "/book/es/Personalizando-Git-Un-ejemplo-de-implantación-de-una-determinada-política-en-Git.html" +- "/book/es/v1/Personalizando-Git-Un-ejemplo-de-implantación-de-una-determinada-política-en-Git.html" ---

Un ejemplo de implantación de una determinada política en Git

diff --git a/external/book/content/book/es/v2/Ramificaciones-en-Git-Flujos-de-Trabajo-Ramificados.html b/external/book/content/book/es/v2/Ramificaciones-en-Git-Flujos-de-Trabajo-Ramificados.html index cac2cc790e..a5c856aafb 100644 --- a/external/book/content/book/es/v2/Ramificaciones-en-Git-Flujos-de-Trabajo-Ramificados.html +++ b/external/book/content/book/es/v2/Ramificaciones-en-Git-Flujos-de-Trabajo-Ramificados.html @@ -16,6 +16,9 @@ previous: book/es/v2/Ramificaciones-en-Git-Gestión-de-Ramas next: book/es/v2/Ramificaciones-en-Git-Ramas-Remotas title: Git - Flujos de Trabajo Ramificados +aliases: +- "/book/es/Ramificaciones-en-Git-Flujos-de-trabajo-ramificados.html" +- "/book/es/v1/Ramificaciones-en-Git-Flujos-de-trabajo-ramificados.html" ---

Flujos de Trabajo Ramificados

diff --git "a/external/book/content/book/es/v2/Ramificaciones-en-Git-Gesti\303\263n-de-Ramas.html" "b/external/book/content/book/es/v2/Ramificaciones-en-Git-Gesti\303\263n-de-Ramas.html" index dcc6c0e899..7f1b165a69 100644 --- "a/external/book/content/book/es/v2/Ramificaciones-en-Git-Gesti\303\263n-de-Ramas.html" +++ "b/external/book/content/book/es/v2/Ramificaciones-en-Git-Gesti\303\263n-de-Ramas.html" @@ -17,6 +17,9 @@ next: book/es/v2/Ramificaciones-en-Git-Flujos-de-Trabajo-Ramificados title: Git - Gestión de Ramas url: "/book/es/v2/Ramificaciones-en-Git-Gestión-de-Ramas.html" +aliases: +- "/book/es/Ramificaciones-en-Git-Gestión-de-ramificaciones.html" +- "/book/es/v1/Ramificaciones-en-Git-Gestión-de-ramificaciones.html" ---

Gestión de Ramas

diff --git "a/external/book/content/book/es/v2/Ramificaciones-en-Git-Procedimientos-B\303\241sicos-para-Ramificar-y-Fusionar.html" "b/external/book/content/book/es/v2/Ramificaciones-en-Git-Procedimientos-B\303\241sicos-para-Ramificar-y-Fusionar.html" index eb961fcdca..0c946313d4 100644 --- "a/external/book/content/book/es/v2/Ramificaciones-en-Git-Procedimientos-B\303\241sicos-para-Ramificar-y-Fusionar.html" +++ "b/external/book/content/book/es/v2/Ramificaciones-en-Git-Procedimientos-B\303\241sicos-para-Ramificar-y-Fusionar.html" @@ -17,6 +17,9 @@ next: book/es/v2/Ramificaciones-en-Git-Gestión-de-Ramas title: Git - Procedimientos Básicos para Ramificar y Fusionar url: "/book/es/v2/Ramificaciones-en-Git-Procedimientos-Básicos-para-Ramificar-y-Fusionar.html" +aliases: +- "/book/es/Ramificaciones-en-Git-Procedimientos-básicos-para-ramificar-y-fusionar.html" +- "/book/es/v1/Ramificaciones-en-Git-Procedimientos-básicos-para-ramificar-y-fusionar.html" ---

Procedimientos Básicos para Ramificar y Fusionar

diff --git a/external/book/content/book/es/v2/Ramificaciones-en-Git-Ramas-Remotas.html b/external/book/content/book/es/v2/Ramificaciones-en-Git-Ramas-Remotas.html index 3d2cbbfcab..6e3a0971d2 100644 --- a/external/book/content/book/es/v2/Ramificaciones-en-Git-Ramas-Remotas.html +++ b/external/book/content/book/es/v2/Ramificaciones-en-Git-Ramas-Remotas.html @@ -16,6 +16,9 @@ previous: book/es/v2/Ramificaciones-en-Git-Flujos-de-Trabajo-Ramificados next: book/es/v2/Ramificaciones-en-Git-Reorganizar-el-Trabajo-Realizado title: Git - Ramas Remotas +aliases: +- "/book/es/Ramificaciones-en-Git-Ramas-Remotas.html" +- "/book/es/v1/Ramificaciones-en-Git-Ramas-Remotas.html" ---

Ramas Remotas

diff --git "a/external/book/content/book/es/v2/Ramificaciones-en-Git-Recapitulaci\303\263n.html" "b/external/book/content/book/es/v2/Ramificaciones-en-Git-Recapitulaci\303\263n.html" index dc1e0b9065..b730da826e 100644 --- "a/external/book/content/book/es/v2/Ramificaciones-en-Git-Recapitulaci\303\263n.html" +++ "b/external/book/content/book/es/v2/Ramificaciones-en-Git-Recapitulaci\303\263n.html" @@ -17,6 +17,9 @@ next: book/es/v2/Git-en-el-Servidor-Los-Protocolos title: Git - Recapitulación url: "/book/es/v2/Ramificaciones-en-Git-Recapitulación.html" +aliases: +- "/book/es/Ramificaciones-en-Git-Recapitulación.html" +- "/book/es/v1/Ramificaciones-en-Git-Recapitulación.html" ---

Recapitulación

diff --git a/external/book/content/book/es/v2/Ramificaciones-en-Git-Reorganizar-el-Trabajo-Realizado.html b/external/book/content/book/es/v2/Ramificaciones-en-Git-Reorganizar-el-Trabajo-Realizado.html index 81c6203be0..59a77ba4fc 100644 --- a/external/book/content/book/es/v2/Ramificaciones-en-Git-Reorganizar-el-Trabajo-Realizado.html +++ b/external/book/content/book/es/v2/Ramificaciones-en-Git-Reorganizar-el-Trabajo-Realizado.html @@ -16,6 +16,9 @@ previous: book/es/v2/Ramificaciones-en-Git-Ramas-Remotas next: book/es/v2/Ramificaciones-en-Git-Recapitulación title: Git - Reorganizar el Trabajo Realizado +aliases: +- "/book/es/Ramificaciones-en-Git-Reorganizando-el-trabajo-realizado.html" +- "/book/es/v1/Ramificaciones-en-Git-Reorganizando-el-trabajo-realizado.html" ---

Reorganizar el Trabajo Realizado

diff --git "a/external/book/content/book/es/v2/Ramificaciones-en-Git-\302\277Qu\303\251-es-una-rama?.html" "b/external/book/content/book/es/v2/Ramificaciones-en-Git-\302\277Qu\303\251-es-una-rama?.html" index 65a679e774..5f87f7d15a 100644 --- "a/external/book/content/book/es/v2/Ramificaciones-en-Git-\302\277Qu\303\251-es-una-rama?.html" +++ "b/external/book/content/book/es/v2/Ramificaciones-en-Git-\302\277Qu\303\251-es-una-rama?.html" @@ -19,6 +19,8 @@ url: "/book/es/v2/Ramificaciones-en-Git-¿Qué-es-una-rama?.html" aliases: - "/book/es/v2/Ramificaciones-en-Git-¿Qué-es-una-rama.html" +- "/book/es/Ramificaciones-en-Git.html" +- "/book/es/v1/Ramificaciones-en-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" ---

Installation de Git

diff --git "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-Obtenir-de-l\342\200\231aide.html" "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-Obtenir-de-l\342\200\231aide.html" index 0e1efef3fe..07593734a5 100644 --- "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-Obtenir-de-l\342\200\231aide.html" +++ "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-Obtenir-de-l\342\200\231aide.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Démarrage-rapide-Résumé title: Git - Obtenir de l’aide url: "/book/fr/v2/Démarrage-rapide-Obtenir-de-l’aide.html" +aliases: +- "/book/fr/Démarrage-rapide-Obtenir-de-l-aide.html" +- "/book/fr/v1/Démarrage-rapide-Obtenir-de-l-aide.html" ---

Obtenir de l’aide

diff --git "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-Param\303\251trage-\303\240-la-premi\303\250re-utilisation-de-Git.html" "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-Param\303\251trage-\303\240-la-premi\303\250re-utilisation-de-Git.html" index 85ad4dee56..fc2a8bc63c 100644 --- "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-Param\303\251trage-\303\240-la-premi\303\250re-utilisation-de-Git.html" +++ "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-Param\303\251trage-\303\240-la-premi\303\250re-utilisation-de-Git.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Démarrage-rapide-Obtenir-de-l’aide title: Git - Paramétrage à la première utilisation de Git url: "/book/fr/v2/Démarrage-rapide-Paramétrage-à-la-première-utilisation-de-Git.html" +aliases: +- "/book/fr/Démarrage-rapide-Paramétrage-à-la-première-utilisation-de-Git.html" +- "/book/fr/v1/Démarrage-rapide-Paramétrage-à-la-première-utilisation-de-Git.html" ---

Paramétrage à la première utilisation de Git

diff --git "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-Rudiments-de-Git.html" "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-Rudiments-de-Git.html" index cb8d619ea8..89022d51c8 100644 --- "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-Rudiments-de-Git.html" +++ "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-Rudiments-de-Git.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Démarrage-rapide-La-ligne-de-commande title: Git - Rudiments de Git url: "/book/fr/v2/Démarrage-rapide-Rudiments-de-Git.html" +aliases: +- "/book/fr/Démarrage-rapide-Rudiments-de-Git.html" +- "/book/fr/v1/Démarrage-rapide-Rudiments-de-Git.html" ---

Rudiments de Git

diff --git "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-R\303\251sum\303\251.html" "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-R\303\251sum\303\251.html" index b1efa93952..ce2e5a3b8e 100644 --- "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-R\303\251sum\303\251.html" +++ "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-R\303\251sum\303\251.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-bases-de-Git-Démarrer-un-dépôt-Git title: Git - Résumé url: "/book/fr/v2/Démarrage-rapide-Résumé.html" +aliases: +- "/book/fr/Démarrage-rapide-Résumé.html" +- "/book/fr/v1/Démarrage-rapide-Résumé.html" ---

Résumé

diff --git "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-Une-rapide-histoire-de-Git.html" "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-Une-rapide-histoire-de-Git.html" index e193ea83a5..d64f9da607 100644 --- "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-Une-rapide-histoire-de-Git.html" +++ "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-Une-rapide-histoire-de-Git.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Démarrage-rapide-Rudiments-de-Git title: Git - Une rapide histoire de Git url: "/book/fr/v2/Démarrage-rapide-Une-rapide-histoire-de-Git.html" +aliases: +- "/book/fr/Démarrage-rapide-Une-rapide-histoire-de-Git.html" +- "/book/fr/v1/Démarrage-rapide-Une-rapide-histoire-de-Git.html" ---

Une rapide histoire de Git

diff --git "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-\303\200-propos-de-la-gestion-de-version.html" "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-\303\200-propos-de-la-gestion-de-version.html" index e4e8d85426..f85c18e793 100644 --- "a/external/book/content/book/fr/v2/D\303\251marrage-rapide-\303\200-propos-de-la-gestion-de-version.html" +++ "b/external/book/content/book/fr/v2/D\303\251marrage-rapide-\303\200-propos-de-la-gestion-de-version.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Démarrage-rapide-Une-rapide-histoire-de-Git title: Git - À propos de la gestion de version url: "/book/fr/v2/Démarrage-rapide-À-propos-de-la-gestion-de-version.html" +aliases: +- "/book/fr/Démarrage-rapide.html" +- "/book/fr/v1/Démarrage-rapide.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" ---

Contribution à un projet

diff --git "a/external/book/content/book/fr/v2/Git-distribu\303\251-D\303\251veloppements-distribu\303\251s.html" "b/external/book/content/book/fr/v2/Git-distribu\303\251-D\303\251veloppements-distribu\303\251s.html" index 490922187b..70391c83f2 100644 --- "a/external/book/content/book/fr/v2/Git-distribu\303\251-D\303\251veloppements-distribu\303\251s.html" +++ "b/external/book/content/book/fr/v2/Git-distribu\303\251-D\303\251veloppements-distribu\303\251s.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-distribué-Contribution-à-un-projet title: Git - Développements distribués url: "/book/fr/v2/Git-distribué-Développements-distribués.html" +aliases: +- "/book/fr/Git-distribué.html" +- "/book/fr/v1/Git-distribué.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" ---

Maintenance d’un projet

diff --git "a/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-Git-comme-client.html" "b/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-Git-comme-client.html" index df30a5bcf3..dab1373d38 100644 --- "a/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-Git-comme-client.html" +++ "b/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-Git-comme-client.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-et-les-autres-systèmes-Migration-vers-Git title: Git - Git comme client url: "/book/fr/v2/Git-et-les-autres-systèmes-Git-comme-client.html" +aliases: +- "/book/fr/Git-et-les-autres-systèmes.html" +- "/book/fr/v1/Git-et-les-autres-systèmes.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" ---

Migration vers Git

diff --git "a/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-R\303\251sum\303\251.html" "b/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-R\303\251sum\303\251.html" index f9651ac36b..75f1dd02b2 100644 --- "a/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-R\303\251sum\303\251.html" +++ "b/external/book/content/book/fr/v2/Git-et-les-autres-syst\303\250mes-R\303\251sum\303\251.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-tripes-de-Git-Plomberie-et-porcelaine title: Git - Résumé url: "/book/fr/v2/Git-et-les-autres-systèmes-Résumé.html" +aliases: +- "/book/fr/Git-et-les-autres-systèmes-Résumé.html" +- "/book/fr/v1/Git-et-les-autres-systèmes-Résumé.html" ---

Résumé

diff --git "a/external/book/content/book/fr/v2/Git-sur-le-serveur-D\303\251mon-Daemon-Git.html" "b/external/book/content/book/fr/v2/Git-sur-le-serveur-D\303\251mon-Daemon-Git.html" index ef234cd2a5..32aa78a32b 100644 --- "a/external/book/content/book/fr/v2/Git-sur-le-serveur-D\303\251mon-Daemon-Git.html" +++ "b/external/book/content/book/fr/v2/Git-sur-le-serveur-D\303\251mon-Daemon-Git.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-sur-le-serveur-HTTP-intelligent title: Git - Démon (Daemon) Git url: "/book/fr/v2/Git-sur-le-serveur-Démon-Daemon-Git.html" +aliases: +- "/book/fr/Git-sur-le-serveur-Le-daemon-Git.html" +- "/book/fr/v1/Git-sur-le-serveur-Le-daemon-Git.html" ---

Démon (Daemon) Git

diff --git "a/external/book/content/book/fr/v2/Git-sur-le-serveur-Git-h\303\251berg\303\251.html" "b/external/book/content/book/fr/v2/Git-sur-le-serveur-Git-h\303\251berg\303\251.html" index a5ceb51cd4..a531ad5367 100644 --- "a/external/book/content/book/fr/v2/Git-sur-le-serveur-Git-h\303\251berg\303\251.html" +++ "b/external/book/content/book/fr/v2/Git-sur-le-serveur-Git-h\303\251berg\303\251.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-sur-le-serveur-Résumé title: Git - Git hébergé url: "/book/fr/v2/Git-sur-le-serveur-Git-hébergé.html" +aliases: +- "/book/fr/Git-sur-le-serveur-Accès-public.html" +- "/book/fr/v1/Git-sur-le-serveur-Accès-public.html" ---

Git hébergé

diff --git "a/external/book/content/book/fr/v2/Git-sur-le-serveur-G\303\251n\303\251ration-des-cl\303\251s-publiques-SSH.html" "b/external/book/content/book/fr/v2/Git-sur-le-serveur-G\303\251n\303\251ration-des-cl\303\251s-publiques-SSH.html" index 99ab8224b2..7758223339 100644 --- "a/external/book/content/book/fr/v2/Git-sur-le-serveur-G\303\251n\303\251ration-des-cl\303\251s-publiques-SSH.html" +++ "b/external/book/content/book/fr/v2/Git-sur-le-serveur-G\303\251n\303\251ration-des-cl\303\251s-publiques-SSH.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-sur-le-serveur-Mise-en-place-du-serveur title: Git - Génération des clés publiques SSH url: "/book/fr/v2/Git-sur-le-serveur-Génération-des-clés-publiques-SSH.html" +aliases: +- "/book/fr/Git-sur-le-serveur-Génération-des-clés-publiques-SSH.html" +- "/book/fr/v1/Git-sur-le-serveur-Génération-des-clés-publiques-SSH.html" ---

Génération des clés publiques SSH

diff --git a/external/book/content/book/fr/v2/Git-sur-le-serveur-Installation-de-Git-sur-un-serveur.html b/external/book/content/book/fr/v2/Git-sur-le-serveur-Installation-de-Git-sur-un-serveur.html index ea07273b01..6b4a1589e1 100644 --- a/external/book/content/book/fr/v2/Git-sur-le-serveur-Installation-de-Git-sur-un-serveur.html +++ b/external/book/content/book/fr/v2/Git-sur-le-serveur-Installation-de-Git-sur-un-serveur.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Git-sur-le-serveur-Protocoles next: book/fr/v2/Git-sur-le-serveur-Génération-des-clés-publiques-SSH title: Git - Installation de Git sur un serveur +aliases: +- "/book/fr/Git-sur-le-serveur-Installation-de-Git-sur-un-serveur.html" +- "/book/fr/v1/Git-sur-le-serveur-Installation-de-Git-sur-un-serveur.html" ---

Installation de Git sur un serveur

diff --git a/external/book/content/book/fr/v2/Git-sur-le-serveur-Mise-en-place-du-serveur.html b/external/book/content/book/fr/v2/Git-sur-le-serveur-Mise-en-place-du-serveur.html index 2425242693..48376c6bc3 100644 --- a/external/book/content/book/fr/v2/Git-sur-le-serveur-Mise-en-place-du-serveur.html +++ b/external/book/content/book/fr/v2/Git-sur-le-serveur-Mise-en-place-du-serveur.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Git-sur-le-serveur-Génération-des-clés-publiques-SSH next: book/fr/v2/Git-sur-le-serveur-Démon-Daemon-Git title: Git - Mise en place du serveur +aliases: +- "/book/fr/Git-sur-le-serveur-Mise-en-place-du-serveur.html" +- "/book/fr/v1/Git-sur-le-serveur-Mise-en-place-du-serveur.html" ---

Mise en place du serveur

diff --git a/external/book/content/book/fr/v2/Git-sur-le-serveur-Protocoles.html b/external/book/content/book/fr/v2/Git-sur-le-serveur-Protocoles.html index fb7bac1d0c..3bd24ad3fb 100644 --- a/external/book/content/book/fr/v2/Git-sur-le-serveur-Protocoles.html +++ b/external/book/content/book/fr/v2/Git-sur-le-serveur-Protocoles.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Les-branches-avec-Git-Résumé next: book/fr/v2/Git-sur-le-serveur-Installation-de-Git-sur-un-serveur title: Git - Protocoles +aliases: +- "/book/fr/Git-sur-le-serveur.html" +- "/book/fr/v1/Git-sur-le-serveur.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" ---

Résumé

diff --git a/external/book/content/book/fr/v2/Les-bases-de-Git-Annuler-des-actions.html b/external/book/content/book/fr/v2/Les-bases-de-Git-Annuler-des-actions.html index 73f6f5797b..17f3e52f65 100644 --- a/external/book/content/book/fr/v2/Les-bases-de-Git-Annuler-des-actions.html +++ b/external/book/content/book/fr/v2/Les-bases-de-Git-Annuler-des-actions.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Les-bases-de-Git-Visualiser-l’historique-des-validations next: book/fr/v2/Les-bases-de-Git-Travailler-avec-des-dépôts-distants title: Git - Annuler des actions +aliases: +- "/book/fr/Les-bases-de-Git-Annuler-des-actions.html" +- "/book/fr/v1/Les-bases-de-Git-Annuler-des-actions.html" ---

Annuler des actions

diff --git "a/external/book/content/book/fr/v2/Les-bases-de-Git-D\303\251marrer-un-d\303\251p\303\264t-Git.html" "b/external/book/content/book/fr/v2/Les-bases-de-Git-D\303\251marrer-un-d\303\251p\303\264t-Git.html" index 0cd332031d..f911f3eb24 100644 --- "a/external/book/content/book/fr/v2/Les-bases-de-Git-D\303\251marrer-un-d\303\251p\303\264t-Git.html" +++ "b/external/book/content/book/fr/v2/Les-bases-de-Git-D\303\251marrer-un-d\303\251p\303\264t-Git.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-bases-de-Git-Enregistrer-des-modifications-dans-le-dépôt title: Git - Démarrer un dépôt Git url: "/book/fr/v2/Les-bases-de-Git-Démarrer-un-dépôt-Git.html" +aliases: +- "/book/fr/Les-bases-de-Git.html" +- "/book/fr/v1/Les-bases-de-Git.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" ---

Enregistrer des modifications dans le dépôt

diff --git a/external/book/content/book/fr/v2/Les-bases-de-Git-Les-alias-Git.html b/external/book/content/book/fr/v2/Les-bases-de-Git-Les-alias-Git.html index 55558731a0..35cbac5f72 100644 --- a/external/book/content/book/fr/v2/Les-bases-de-Git-Les-alias-Git.html +++ b/external/book/content/book/fr/v2/Les-bases-de-Git-Les-alias-Git.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Les-bases-de-Git-Étiquetage next: book/fr/v2/Les-bases-de-Git-Résumé title: Git - Les alias Git +aliases: +- "/book/fr/Les-bases-de-Git-Trucs-et-astuces.html" +- "/book/fr/v1/Les-bases-de-Git-Trucs-et-astuces.html" ---

Les alias Git

diff --git "a/external/book/content/book/fr/v2/Les-bases-de-Git-R\303\251sum\303\251.html" "b/external/book/content/book/fr/v2/Les-bases-de-Git-R\303\251sum\303\251.html" index 8de34d19ec..9105ca7f3b 100644 --- "a/external/book/content/book/fr/v2/Les-bases-de-Git-R\303\251sum\303\251.html" +++ "b/external/book/content/book/fr/v2/Les-bases-de-Git-R\303\251sum\303\251.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-branches-avec-Git-Les-branches-en-bref title: Git - Résumé url: "/book/fr/v2/Les-bases-de-Git-Résumé.html" +aliases: +- "/book/fr/Les-bases-de-Git-Résumé.html" +- "/book/fr/v1/Les-bases-de-Git-Résumé.html" ---

Résumé

diff --git "a/external/book/content/book/fr/v2/Les-bases-de-Git-Travailler-avec-des-d\303\251p\303\264ts-distants.html" "b/external/book/content/book/fr/v2/Les-bases-de-Git-Travailler-avec-des-d\303\251p\303\264ts-distants.html" index 5401970f0b..95f443471c 100644 --- "a/external/book/content/book/fr/v2/Les-bases-de-Git-Travailler-avec-des-d\303\251p\303\264ts-distants.html" +++ "b/external/book/content/book/fr/v2/Les-bases-de-Git-Travailler-avec-des-d\303\251p\303\264ts-distants.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-bases-de-Git-Étiquetage title: Git - Travailler avec des dépôts distants url: "/book/fr/v2/Les-bases-de-Git-Travailler-avec-des-dépôts-distants.html" +aliases: +- "/book/fr/Les-bases-de-Git-Travailler-avec-des-dépôts-distants.html" +- "/book/fr/v1/Les-bases-de-Git-Travailler-avec-des-dépôts-distants.html" ---

Travailler avec des dépôts distants

diff --git "a/external/book/content/book/fr/v2/Les-bases-de-Git-Visualiser-l\342\200\231historique-des-validations.html" "b/external/book/content/book/fr/v2/Les-bases-de-Git-Visualiser-l\342\200\231historique-des-validations.html" index da72d78755..eae7ec3fa3 100644 --- "a/external/book/content/book/fr/v2/Les-bases-de-Git-Visualiser-l\342\200\231historique-des-validations.html" +++ "b/external/book/content/book/fr/v2/Les-bases-de-Git-Visualiser-l\342\200\231historique-des-validations.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-bases-de-Git-Annuler-des-actions title: Git - Visualiser l’historique des validations url: "/book/fr/v2/Les-bases-de-Git-Visualiser-l’historique-des-validations.html" +aliases: +- "/book/fr/Les-bases-de-Git-Visualiser-l-historique-des-validations.html" +- "/book/fr/v1/Les-bases-de-Git-Visualiser-l-historique-des-validations.html" ---

Visualiser l’historique des validations

diff --git "a/external/book/content/book/fr/v2/Les-bases-de-Git-\303\211tiquetage.html" "b/external/book/content/book/fr/v2/Les-bases-de-Git-\303\211tiquetage.html" index 37cc615673..04b0570e1d 100644 --- "a/external/book/content/book/fr/v2/Les-bases-de-Git-\303\211tiquetage.html" +++ "b/external/book/content/book/fr/v2/Les-bases-de-Git-\303\211tiquetage.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-bases-de-Git-Les-alias-Git title: Git - Étiquetage url: "/book/fr/v2/Les-bases-de-Git-Étiquetage.html" +aliases: +- "/book/fr/Les-bases-de-Git-Étiquetage.html" +- "/book/fr/v1/Les-bases-de-Git-Étiquetage.html" ---

Étiquetage

diff --git "a/external/book/content/book/fr/v2/Les-branches-avec-Git-Branches-de-suivi-\303\240-distance.html" "b/external/book/content/book/fr/v2/Les-branches-avec-Git-Branches-de-suivi-\303\240-distance.html" index b7062bd73e..191785ec12 100644 --- "a/external/book/content/book/fr/v2/Les-branches-avec-Git-Branches-de-suivi-\303\240-distance.html" +++ "b/external/book/content/book/fr/v2/Les-branches-avec-Git-Branches-de-suivi-\303\240-distance.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-branches-avec-Git-Rebaser-Rebasing title: Git - Branches de suivi à distance url: "/book/fr/v2/Les-branches-avec-Git-Branches-de-suivi-à-distance.html" +aliases: +- "/book/fr/Les-branches-avec-Git-Les-branches-distantes.html" +- "/book/fr/v1/Les-branches-avec-Git-Les-branches-distantes.html" ---

Branches de suivi à distance

diff --git "a/external/book/content/book/fr/v2/Les-branches-avec-Git-Branches-et-fusions\302\240:-les-bases.html" "b/external/book/content/book/fr/v2/Les-branches-avec-Git-Branches-et-fusions\302\240:-les-bases.html" index 2c01d865c9..4eaf6f18d3 100644 --- "a/external/book/content/book/fr/v2/Les-branches-avec-Git-Branches-et-fusions\302\240:-les-bases.html" +++ "b/external/book/content/book/fr/v2/Les-branches-avec-Git-Branches-et-fusions\302\240:-les-bases.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-branches-avec-Git-Gestion-des-branches title: 'Git - Branches et fusions : les bases' url: "/book/fr/v2/Les-branches-avec-Git-Branches-et-fusions :-les-bases.html" +aliases: +- "/book/fr/Les-branches-avec-Git-Brancher-et-fusionner :-les-bases.html" +- "/book/fr/v1/Les-branches-avec-Git-Brancher-et-fusionner :-les-bases.html" ---

Branches et fusions : les bases

diff --git a/external/book/content/book/fr/v2/Les-branches-avec-Git-Gestion-des-branches.html b/external/book/content/book/fr/v2/Les-branches-avec-Git-Gestion-des-branches.html index 744997d488..c3cd6b7aaf 100644 --- a/external/book/content/book/fr/v2/Les-branches-avec-Git-Gestion-des-branches.html +++ b/external/book/content/book/fr/v2/Les-branches-avec-Git-Gestion-des-branches.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Les-branches-avec-Git-Branches-et-fusions :-les-bases next: book/fr/v2/Les-branches-avec-Git-Travailler-avec-les-branches title: Git - Gestion des branches +aliases: +- "/book/fr/Les-branches-avec-Git-Gestion-de-branches.html" +- "/book/fr/v1/Les-branches-avec-Git-Gestion-de-branches.html" ---

Gestion des branches

diff --git a/external/book/content/book/fr/v2/Les-branches-avec-Git-Les-branches-en-bref.html b/external/book/content/book/fr/v2/Les-branches-avec-Git-Les-branches-en-bref.html index c6b87dd46d..25461a0fe4 100644 --- a/external/book/content/book/fr/v2/Les-branches-avec-Git-Les-branches-en-bref.html +++ b/external/book/content/book/fr/v2/Les-branches-avec-Git-Les-branches-en-bref.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Les-bases-de-Git-Résumé next: book/fr/v2/Les-branches-avec-Git-Branches-et-fusions :-les-bases title: Git - Les branches en bref +aliases: +- "/book/fr/Les-branches-avec-Git.html" +- "/book/fr/v1/Les-branches-avec-Git.html" ---

Presque tous les VCS proposent une certaine forme de gestion de branches. diff --git a/external/book/content/book/fr/v2/Les-branches-avec-Git-Rebaser-Rebasing.html b/external/book/content/book/fr/v2/Les-branches-avec-Git-Rebaser-Rebasing.html index da09cb6c83..1ad9af3689 100644 --- a/external/book/content/book/fr/v2/Les-branches-avec-Git-Rebaser-Rebasing.html +++ b/external/book/content/book/fr/v2/Les-branches-avec-Git-Rebaser-Rebasing.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Les-branches-avec-Git-Branches-de-suivi-à-distance next: book/fr/v2/Les-branches-avec-Git-Résumé title: Git - Rebaser (Rebasing) +aliases: +- "/book/fr/Les-branches-avec-Git-Rebaser.html" +- "/book/fr/v1/Les-branches-avec-Git-Rebaser.html" ---

Rebaser (Rebasing)

diff --git "a/external/book/content/book/fr/v2/Les-branches-avec-Git-R\303\251sum\303\251.html" "b/external/book/content/book/fr/v2/Les-branches-avec-Git-R\303\251sum\303\251.html" index af43b9ce38..edcfaa5ea1 100644 --- "a/external/book/content/book/fr/v2/Les-branches-avec-Git-R\303\251sum\303\251.html" +++ "b/external/book/content/book/fr/v2/Les-branches-avec-Git-R\303\251sum\303\251.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-sur-le-serveur-Protocoles title: Git - Résumé url: "/book/fr/v2/Les-branches-avec-Git-Résumé.html" +aliases: +- "/book/fr/Les-branches-avec-Git-Résumé.html" +- "/book/fr/v1/Les-branches-avec-Git-Résumé.html" ---

Résumé

diff --git a/external/book/content/book/fr/v2/Les-branches-avec-Git-Travailler-avec-les-branches.html b/external/book/content/book/fr/v2/Les-branches-avec-Git-Travailler-avec-les-branches.html index 403f77a1a1..235153cc87 100644 --- a/external/book/content/book/fr/v2/Les-branches-avec-Git-Travailler-avec-les-branches.html +++ b/external/book/content/book/fr/v2/Les-branches-avec-Git-Travailler-avec-les-branches.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Les-branches-avec-Git-Gestion-des-branches next: book/fr/v2/Les-branches-avec-Git-Branches-de-suivi-à-distance title: Git - Travailler avec les branches +aliases: +- "/book/fr/Les-branches-avec-Git-Travailler-avec-les-branches.html" +- "/book/fr/v1/Les-branches-avec-Git-Travailler-avec-les-branches.html" ---

Travailler avec les branches

diff --git "a/external/book/content/book/fr/v2/Les-tripes-de-Git-Fichiers-group\303\251s.html" "b/external/book/content/book/fr/v2/Les-tripes-de-Git-Fichiers-group\303\251s.html" index 6da3ea09ca..92b4c83426 100644 --- "a/external/book/content/book/fr/v2/Les-tripes-de-Git-Fichiers-group\303\251s.html" +++ "b/external/book/content/book/fr/v2/Les-tripes-de-Git-Fichiers-group\303\251s.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-tripes-de-Git-La-refspec title: Git - Fichiers groupés url: "/book/fr/v2/Les-tripes-de-Git-Fichiers-groupés.html" +aliases: +- "/book/fr/Les-tripes-de-Git-Les-références-spécifiques.html" +- "/book/fr/v1/Les-tripes-de-Git-Les-références-spécifiques.html" ---

Fichiers groupés

diff --git a/external/book/content/book/fr/v2/Les-tripes-de-Git-La-refspec.html b/external/book/content/book/fr/v2/Les-tripes-de-Git-La-refspec.html index ce343a9df5..6843c5f34f 100644 --- a/external/book/content/book/fr/v2/Les-tripes-de-Git-La-refspec.html +++ b/external/book/content/book/fr/v2/Les-tripes-de-Git-La-refspec.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Les-tripes-de-Git-Fichiers-groupés next: book/fr/v2/Les-tripes-de-Git-Les-protocoles-de-transfert title: Git - La refspec +aliases: +- "/book/fr/Les-tripes-de-Git-Protocoles-de-transfert.html" +- "/book/fr/v1/Les-tripes-de-Git-Protocoles-de-transfert.html" ---

La refspec

diff --git a/external/book/content/book/fr/v2/Les-tripes-de-Git-Les-objets-de-Git.html b/external/book/content/book/fr/v2/Les-tripes-de-Git-Les-objets-de-Git.html index 91f5892cda..29262dc8cf 100644 --- a/external/book/content/book/fr/v2/Les-tripes-de-Git-Les-objets-de-Git.html +++ b/external/book/content/book/fr/v2/Les-tripes-de-Git-Les-objets-de-Git.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Les-tripes-de-Git-Plomberie-et-porcelaine next: book/fr/v2/Les-tripes-de-Git-Références-Git title: Git - Les objets de Git +aliases: +- "/book/fr/Les-tripes-de-Git-Les-objets-Git.html" +- "/book/fr/v1/Les-tripes-de-Git-Les-objets-Git.html" ---

Les objets de Git

diff --git a/external/book/content/book/fr/v2/Les-tripes-de-Git-Les-protocoles-de-transfert.html b/external/book/content/book/fr/v2/Les-tripes-de-Git-Les-protocoles-de-transfert.html index f34d652d60..7e48bf5b4d 100644 --- a/external/book/content/book/fr/v2/Les-tripes-de-Git-Les-protocoles-de-transfert.html +++ b/external/book/content/book/fr/v2/Les-tripes-de-Git-Les-protocoles-de-transfert.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Les-tripes-de-Git-La-refspec next: book/fr/v2/Les-tripes-de-Git-Maintenance-et-récupération-de-données title: Git - Les protocoles de transfert +aliases: +- "/book/fr/Les-tripes-de-Git-Maintenance-et-récupération-de-données.html" +- "/book/fr/v1/Les-tripes-de-Git-Maintenance-et-récupération-de-données.html" ---

Les protocoles de transfert

diff --git "a/external/book/content/book/fr/v2/Les-tripes-de-Git-Maintenance-et-r\303\251cup\303\251ration-de-donn\303\251es.html" "b/external/book/content/book/fr/v2/Les-tripes-de-Git-Maintenance-et-r\303\251cup\303\251ration-de-donn\303\251es.html" index daea3eb8c8..bc4cc1936e 100644 --- "a/external/book/content/book/fr/v2/Les-tripes-de-Git-Maintenance-et-r\303\251cup\303\251ration-de-donn\303\251es.html" +++ "b/external/book/content/book/fr/v2/Les-tripes-de-Git-Maintenance-et-r\303\251cup\303\251ration-de-donn\303\251es.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-tripes-de-Git-Les-variables-d’environnement title: Git - Maintenance et récupération de données url: "/book/fr/v2/Les-tripes-de-Git-Maintenance-et-récupération-de-données.html" +aliases: +- "/book/fr/Les-tripes-de-Git-Résumé.html" +- "/book/fr/v1/Les-tripes-de-Git-Résumé.html" ---

Maintenance et récupération de données

diff --git a/external/book/content/book/fr/v2/Les-tripes-de-Git-Plomberie-et-porcelaine.html b/external/book/content/book/fr/v2/Les-tripes-de-Git-Plomberie-et-porcelaine.html index b51ca59410..313d2403a0 100644 --- a/external/book/content/book/fr/v2/Les-tripes-de-Git-Plomberie-et-porcelaine.html +++ b/external/book/content/book/fr/v2/Les-tripes-de-Git-Plomberie-et-porcelaine.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Git-et-les-autres-systèmes-Résumé next: book/fr/v2/Les-tripes-de-Git-Les-objets-de-Git title: Git - Plomberie et porcelaine +aliases: +- "/book/fr/Les-tripes-de-Git.html" +- "/book/fr/v1/Les-tripes-de-Git.html" ---

Vous êtes peut-être arrivé à ce chapitre en en sautant certains autres ou après avoir parcouru tout le reste du livre. Dans tous les cas, c’est ici que le fonctionnement interne et la mise en œuvre de Git sont abordés. diff --git "a/external/book/content/book/fr/v2/Les-tripes-de-Git-R\303\251f\303\251rences-Git.html" "b/external/book/content/book/fr/v2/Les-tripes-de-Git-R\303\251f\303\251rences-Git.html" index 89996f2a4c..969dbe2dc6 100644 --- "a/external/book/content/book/fr/v2/Les-tripes-de-Git-R\303\251f\303\251rences-Git.html" +++ "b/external/book/content/book/fr/v2/Les-tripes-de-Git-R\303\251f\303\251rences-Git.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Les-tripes-de-Git-Fichiers-groupés title: Git - Références Git url: "/book/fr/v2/Les-tripes-de-Git-Références-Git.html" +aliases: +- "/book/fr/Les-tripes-de-Git-Fichiers-groupés.html" +- "/book/fr/v1/Les-tripes-de-Git-Fichiers-groupés.html" ---

Références Git

diff --git a/external/book/content/book/fr/v2/Personnalisation-de-Git-Attributs-Git.html b/external/book/content/book/fr/v2/Personnalisation-de-Git-Attributs-Git.html index a434940a87..873b93d90f 100644 --- a/external/book/content/book/fr/v2/Personnalisation-de-Git-Attributs-Git.html +++ b/external/book/content/book/fr/v2/Personnalisation-de-Git-Attributs-Git.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Personnalisation-de-Git-Configuration-de-Git next: book/fr/v2/Personnalisation-de-Git-Crochets-Git title: Git - Attributs Git +aliases: +- "/book/fr/Personnalisation-de-Git-Attributs-Git.html" +- "/book/fr/v1/Personnalisation-de-Git-Attributs-Git.html" ---

Attributs Git

diff --git a/external/book/content/book/fr/v2/Personnalisation-de-Git-Configuration-de-Git.html b/external/book/content/book/fr/v2/Personnalisation-de-Git-Configuration-de-Git.html index f6e390f39f..ff25c36a85 100644 --- a/external/book/content/book/fr/v2/Personnalisation-de-Git-Configuration-de-Git.html +++ b/external/book/content/book/fr/v2/Personnalisation-de-Git-Configuration-de-Git.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Utilitaires-Git-Résumé next: book/fr/v2/Personnalisation-de-Git-Attributs-Git title: Git - Configuration de Git +aliases: +- "/book/fr/Personnalisation-de-Git.html" +- "/book/fr/v1/Personnalisation-de-Git.html" ---

Jusqu’ici, nous avons traité les bases du fonctionnement et de l’utilisation de Git et introduit un certain nombre d’outils fournis par Git pour travailler plus facilement et plus efficacement. Dans ce chapitre, nous aborderons quelques opérations permettant d’utiliser Git de manière plus personnalisée en vous présentant quelques paramètres de configuration importants et le système d’interceptions. diff --git a/external/book/content/book/fr/v2/Personnalisation-de-Git-Crochets-Git.html b/external/book/content/book/fr/v2/Personnalisation-de-Git-Crochets-Git.html index 01b3891b2e..d466c29bc4 100644 --- a/external/book/content/book/fr/v2/Personnalisation-de-Git-Crochets-Git.html +++ b/external/book/content/book/fr/v2/Personnalisation-de-Git-Crochets-Git.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Personnalisation-de-Git-Attributs-Git next: book/fr/v2/Personnalisation-de-Git-Exemple-de-politique-gérée-par-Git title: Git - Crochets Git +aliases: +- "/book/fr/Personnalisation-de-Git-Crochets-Git.html" +- "/book/fr/v1/Personnalisation-de-Git-Crochets-Git.html" ---

Crochets Git

diff --git "a/external/book/content/book/fr/v2/Personnalisation-de-Git-Exemple-de-politique-g\303\251r\303\251e-par-Git.html" "b/external/book/content/book/fr/v2/Personnalisation-de-Git-Exemple-de-politique-g\303\251r\303\251e-par-Git.html" index 3e9a9c95a0..44a8907a75 100644 --- "a/external/book/content/book/fr/v2/Personnalisation-de-Git-Exemple-de-politique-g\303\251r\303\251e-par-Git.html" +++ "b/external/book/content/book/fr/v2/Personnalisation-de-Git-Exemple-de-politique-g\303\251r\303\251e-par-Git.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Personnalisation-de-Git-Résumé title: Git - Exemple de politique gérée par Git url: "/book/fr/v2/Personnalisation-de-Git-Exemple-de-politique-gérée-par-Git.html" +aliases: +- "/book/fr/Personnalisation-de-Git-Exemple-de-politique-gérée-par-Git.html" +- "/book/fr/v1/Personnalisation-de-Git-Exemple-de-politique-gérée-par-Git.html" ---

Exemple de politique gérée par Git

diff --git "a/external/book/content/book/fr/v2/Personnalisation-de-Git-R\303\251sum\303\251.html" "b/external/book/content/book/fr/v2/Personnalisation-de-Git-R\303\251sum\303\251.html" index 7cc962af66..8b22d72b88 100644 --- "a/external/book/content/book/fr/v2/Personnalisation-de-Git-R\303\251sum\303\251.html" +++ "b/external/book/content/book/fr/v2/Personnalisation-de-Git-R\303\251sum\303\251.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Git-et-les-autres-systèmes-Git-comme-client title: Git - Résumé url: "/book/fr/v2/Personnalisation-de-Git-Résumé.html" +aliases: +- "/book/fr/Personnalisation-de-Git-Résumé.html" +- "/book/fr/v1/Personnalisation-de-Git-Résumé.html" ---

Résumé

diff --git "a/external/book/content/book/fr/v2/Utilitaires-Git-D\303\251boguer-avec-Git.html" "b/external/book/content/book/fr/v2/Utilitaires-Git-D\303\251boguer-avec-Git.html" index 0d5a2f62b1..e02e3c66d8 100644 --- "a/external/book/content/book/fr/v2/Utilitaires-Git-D\303\251boguer-avec-Git.html" +++ "b/external/book/content/book/fr/v2/Utilitaires-Git-D\303\251boguer-avec-Git.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Utilitaires-Git-Sous-modules title: Git - Déboguer avec Git url: "/book/fr/v2/Utilitaires-Git-Déboguer-avec-Git.html" +aliases: +- "/book/fr/Utilitaires-Git-Deboguer-avec-Git.html" +- "/book/fr/v1/Utilitaires-Git-Deboguer-avec-Git.html" ---

Déboguer avec Git

diff --git a/external/book/content/book/fr/v2/Utilitaires-Git-Indexation-interactive.html b/external/book/content/book/fr/v2/Utilitaires-Git-Indexation-interactive.html index 639c652dc4..f6823f0330 100644 --- a/external/book/content/book/fr/v2/Utilitaires-Git-Indexation-interactive.html +++ b/external/book/content/book/fr/v2/Utilitaires-Git-Indexation-interactive.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Utilitaires-Git-Sélection-des-versions next: book/fr/v2/Utilitaires-Git-Remisage-et-nettoyage title: Git - Indexation interactive +aliases: +- "/book/fr/Utilitaires-Git-Indexation-interactive.html" +- "/book/fr/v1/Utilitaires-Git-Indexation-interactive.html" ---

Indexation interactive

diff --git a/external/book/content/book/fr/v2/Utilitaires-Git-Remisage-et-nettoyage.html b/external/book/content/book/fr/v2/Utilitaires-Git-Remisage-et-nettoyage.html index e9285bc8ef..82d839db57 100644 --- a/external/book/content/book/fr/v2/Utilitaires-Git-Remisage-et-nettoyage.html +++ b/external/book/content/book/fr/v2/Utilitaires-Git-Remisage-et-nettoyage.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Utilitaires-Git-Indexation-interactive next: book/fr/v2/Utilitaires-Git-Signer-votre-travail title: Git - Remisage et nettoyage +aliases: +- "/book/fr/Utilitaires-Git-Le-remisage.html" +- "/book/fr/v1/Utilitaires-Git-Le-remisage.html" ---

Remisage et nettoyage

diff --git "a/external/book/content/book/fr/v2/Utilitaires-Git-R\303\251sum\303\251.html" "b/external/book/content/book/fr/v2/Utilitaires-Git-R\303\251sum\303\251.html" index 403bd82a8f..276e7868cb 100644 --- "a/external/book/content/book/fr/v2/Utilitaires-Git-R\303\251sum\303\251.html" +++ "b/external/book/content/book/fr/v2/Utilitaires-Git-R\303\251sum\303\251.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Personnalisation-de-Git-Configuration-de-Git title: Git - Résumé url: "/book/fr/v2/Utilitaires-Git-Résumé.html" +aliases: +- "/book/fr/Utilitaires-Git-Résumé.html" +- "/book/fr/v1/Utilitaires-Git-Résumé.html" ---

Résumé

diff --git "a/external/book/content/book/fr/v2/Utilitaires-Git-R\303\251\303\251crire-l\342\200\231historique.html" "b/external/book/content/book/fr/v2/Utilitaires-Git-R\303\251\303\251crire-l\342\200\231historique.html" index 0a14402ccf..b217c8be48 100644 --- "a/external/book/content/book/fr/v2/Utilitaires-Git-R\303\251\303\251crire-l\342\200\231historique.html" +++ "b/external/book/content/book/fr/v2/Utilitaires-Git-R\303\251\303\251crire-l\342\200\231historique.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Utilitaires-Git-Reset-démystifié title: Git - Réécrire l’historique url: "/book/fr/v2/Utilitaires-Git-Réécrire-l’historique.html" +aliases: +- "/book/fr/Utilitaires-Git-Réécrire-l-historique.html" +- "/book/fr/v1/Utilitaires-Git-Réécrire-l-historique.html" ---

Réécrire l’historique

diff --git a/external/book/content/book/fr/v2/Utilitaires-Git-Sous-modules.html b/external/book/content/book/fr/v2/Utilitaires-Git-Sous-modules.html index 1834e6cee1..556f4361e4 100644 --- a/external/book/content/book/fr/v2/Utilitaires-Git-Sous-modules.html +++ b/external/book/content/book/fr/v2/Utilitaires-Git-Sous-modules.html @@ -16,6 +16,9 @@ previous: book/fr/v2/Utilitaires-Git-Déboguer-avec-Git next: book/fr/v2/Utilitaires-Git-Empaquetage-bundling title: Git - Sous-modules +aliases: +- "/book/fr/Utilitaires-Git-Sous-modules.html" +- "/book/fr/v1/Utilitaires-Git-Sous-modules.html" ---

Sous-modules

diff --git "a/external/book/content/book/fr/v2/Utilitaires-Git-S\303\251lection-des-versions.html" "b/external/book/content/book/fr/v2/Utilitaires-Git-S\303\251lection-des-versions.html" index 99ef81ac66..a844c8b6a4 100644 --- "a/external/book/content/book/fr/v2/Utilitaires-Git-S\303\251lection-des-versions.html" +++ "b/external/book/content/book/fr/v2/Utilitaires-Git-S\303\251lection-des-versions.html" @@ -17,6 +17,9 @@ next: book/fr/v2/Utilitaires-Git-Indexation-interactive title: Git - Sélection des versions url: "/book/fr/v2/Utilitaires-Git-Sélection-des-versions.html" +aliases: +- "/book/fr/Utilitaires-Git.html" +- "/book/fr/v1/Utilitaires-Git.html" ---

À présent, vous avez appris les commandes et modes de fonctionnement usuels requis pour gérer et maintenir un dépôt Git pour la gestion de votre code source. Vous avez déroulé les routines de suivi et de validation de fichiers, vous avez exploité la puissance de l’index, de la création et de la fusion de branches locales de travail.

Maintenant, vous allez explorer un certain nombre de fonctionnalités particulièrement efficaces, fonctionnalités que vous utiliserez moins souvent mais dont vous pourriez avoir l’usage à un moment ou à un autre.

diff --git a/external/book/content/book/fr/v2/_index.html b/external/book/content/book/fr/v2/_index.html index 22b0ee2063..4d67ed8687 100644 --- a/external/book/content/book/fr/v2/_index.html +++ b/external/book/content/book/fr/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/fr/v2.html" aliases: - "/book/fr/v2/index.html" +- "/book/fr/v1/index.html" - "/book/fr/index.html" --- diff --git a/external/book/content/book/gr/v1/_index.html b/external/book/content/book/gr/v1/_index.html new file mode 100644 index 0000000000..893b57cc26 --- /dev/null +++ b/external/book/content/book/gr/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/gr/v2 +--- diff --git a/external/book/content/book/gr/v2/_index.html b/external/book/content/book/gr/v2/_index.html index 0f25c8fe3f..7608e9c128 100644 --- a/external/book/content/book/gr/v2/_index.html +++ b/external/book/content/book/gr/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/gr/v2.html" aliases: - "/book/gr/v2/index.html" +- "/book/gr/v1/index.html" - "/book/gr/index.html" --- diff --git a/external/book/content/book/id/v1/_index.html b/external/book/content/book/id/v1/_index.html new file mode 100644 index 0000000000..3e52617b9e --- /dev/null +++ b/external/book/content/book/id/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/id/v2 +--- diff --git a/external/book/content/book/id/v2/Appendix-C:-Git-Commands-Setup-and-Config.html b/external/book/content/book/id/v2/Appendix-C:-Git-Commands-Setup-and-Config.html index a613988eb4..f6980d7509 100644 --- a/external/book/content/book/id/v2/Appendix-C:-Git-Commands-Setup-and-Config.html +++ b/external/book/content/book/id/v2/Appendix-C:-Git-Commands-Setup-and-Config.html @@ -17,6 +17,9 @@ next: book/id/v2/Appendix-C:-Git-Commands-Getting-and-Creating-Projects title: Git - Setup and Config url: "/book/id/v2/Appendix-C:-Git-Commands-Setup-and-Config.html" +aliases: +- "/book/id/commands.html" +- "/book/id/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. We’ll talk about what each command very generally does and then point out where in the book you can find us having used it.

Setup and Config

diff --git a/external/book/content/book/id/v2/Git-Basics-Alias-Git.html b/external/book/content/book/id/v2/Git-Basics-Alias-Git.html index 305e053f50..e496a76ed7 100644 --- a/external/book/content/book/id/v2/Git-Basics-Alias-Git.html +++ b/external/book/content/book/id/v2/Git-Basics-Alias-Git.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Basics-Tagging next: book/id/v2/Git-Basics-Summary title: Git - Alias Git +aliases: +- "/book/id/Dasar-dasar-Git-Tips-dan-Tricks.html" +- "/book/id/v1/Dasar-dasar-Git-Tips-dan-Tricks.html" ---

Alias Git

diff --git a/external/book/content/book/id/v2/Git-Basics-Mendapatkan-Repository-Git.html b/external/book/content/book/id/v2/Git-Basics-Mendapatkan-Repository-Git.html index 4d1f7d115f..05fd08aabe 100644 --- a/external/book/content/book/id/v2/Git-Basics-Mendapatkan-Repository-Git.html +++ b/external/book/content/book/id/v2/Git-Basics-Mendapatkan-Repository-Git.html @@ -16,6 +16,9 @@ previous: book/id/v2/Memulai-Kesimpulan next: book/id/v2/Git-Basics-Recording-Changes-to-the-Repository title: Git - Mendapatkan Repository Git +aliases: +- "/book/id/Dasar-dasar-Git.html" +- "/book/id/v1/Dasar-dasar-Git.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/id/v2/Git-Basics-Recording-Changes-to-the-Repository.html b/external/book/content/book/id/v2/Git-Basics-Recording-Changes-to-the-Repository.html index 2f1554d933..7cbf503649 100644 --- a/external/book/content/book/id/v2/Git-Basics-Recording-Changes-to-the-Repository.html +++ b/external/book/content/book/id/v2/Git-Basics-Recording-Changes-to-the-Repository.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Basics-Mendapatkan-Repository-Git next: book/id/v2/Git-Basics-Viewing-the-Commit-History title: Git - Recording Changes to the Repository +aliases: +- "/book/id/Dasar-dasar-Git-Merekam-Perubahan-ke-dalam-Repositori.html" +- "/book/id/v1/Dasar-dasar-Git-Merekam-Perubahan-ke-dalam-Repositori.html" ---

Recording Changes to the Repository

diff --git a/external/book/content/book/id/v2/Git-Basics-Summary.html b/external/book/content/book/id/v2/Git-Basics-Summary.html index cfc2b918bf..c1a13b853f 100644 --- a/external/book/content/book/id/v2/Git-Basics-Summary.html +++ b/external/book/content/book/id/v2/Git-Basics-Summary.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Basics-Alias-Git next: book/id/v2/Git-Branching-Branches-in-a-Nutshell title: Git - Summary +aliases: +- "/book/id/Dasar-dasar-Git-Simpulan.html" +- "/book/id/v1/Dasar-dasar-Git-Simpulan.html" ---

Summary

diff --git a/external/book/content/book/id/v2/Git-Basics-Tagging.html b/external/book/content/book/id/v2/Git-Basics-Tagging.html index d4b5a029f7..ea1ba48e2b 100644 --- a/external/book/content/book/id/v2/Git-Basics-Tagging.html +++ b/external/book/content/book/id/v2/Git-Basics-Tagging.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Basics-Working-with-Remotes next: book/id/v2/Git-Basics-Alias-Git title: Git - Tagging +aliases: +- "/book/id/Dasar-dasar-Git-Menandai.html" +- "/book/id/v1/Dasar-dasar-Git-Menandai.html" ---

Tagging

diff --git a/external/book/content/book/id/v2/Git-Basics-Undoing-Things.html b/external/book/content/book/id/v2/Git-Basics-Undoing-Things.html index a2c0ef756e..a2200827ed 100644 --- a/external/book/content/book/id/v2/Git-Basics-Undoing-Things.html +++ b/external/book/content/book/id/v2/Git-Basics-Undoing-Things.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Basics-Viewing-the-Commit-History next: book/id/v2/Git-Basics-Working-with-Remotes title: Git - Undoing Things +aliases: +- "/book/id/Dasar-dasar-Git-Membatalkan-Apapun.html" +- "/book/id/v1/Dasar-dasar-Git-Membatalkan-Apapun.html" ---

Undoing Things

diff --git a/external/book/content/book/id/v2/Git-Basics-Viewing-the-Commit-History.html b/external/book/content/book/id/v2/Git-Basics-Viewing-the-Commit-History.html index 5102fd8d4b..56391512c3 100644 --- a/external/book/content/book/id/v2/Git-Basics-Viewing-the-Commit-History.html +++ b/external/book/content/book/id/v2/Git-Basics-Viewing-the-Commit-History.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Basics-Recording-Changes-to-the-Repository next: book/id/v2/Git-Basics-Undoing-Things title: Git - Viewing the Commit History +aliases: +- "/book/id/Dasar-dasar-Git-Melihat-Sejarah-Commit.html" +- "/book/id/v1/Dasar-dasar-Git-Melihat-Sejarah-Commit.html" ---

Viewing the Commit History

diff --git a/external/book/content/book/id/v2/Git-Basics-Working-with-Remotes.html b/external/book/content/book/id/v2/Git-Basics-Working-with-Remotes.html index f7403ef4dc..c39815a1f5 100644 --- a/external/book/content/book/id/v2/Git-Basics-Working-with-Remotes.html +++ b/external/book/content/book/id/v2/Git-Basics-Working-with-Remotes.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Basics-Undoing-Things next: book/id/v2/Git-Basics-Tagging title: Git - Working with Remotes +aliases: +- "/book/id/Dasar-dasar-Git-Bekerja-Berjarak.html" +- "/book/id/v1/Dasar-dasar-Git-Bekerja-Berjarak.html" ---

Working with Remotes

diff --git a/external/book/content/book/id/v2/Git-Branching-Basic-Branching-and-Merging.html b/external/book/content/book/id/v2/Git-Branching-Basic-Branching-and-Merging.html index 1d30f24c38..48715b9a56 100644 --- a/external/book/content/book/id/v2/Git-Branching-Basic-Branching-and-Merging.html +++ b/external/book/content/book/id/v2/Git-Branching-Basic-Branching-and-Merging.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Branching-Branches-in-a-Nutshell next: book/id/v2/Git-Branching-Branch-Management title: Git - Basic Branching and Merging +aliases: +- "/book/id/Branching-Pada-Git-Basic-Branching-and-Merging.html" +- "/book/id/v1/Branching-Pada-Git-Basic-Branching-and-Merging.html" ---

Basic Branching and Merging

diff --git a/external/book/content/book/id/v2/Git-Branching-Branch-Management.html b/external/book/content/book/id/v2/Git-Branching-Branch-Management.html index 81e45988e5..cacf2e6951 100644 --- a/external/book/content/book/id/v2/Git-Branching-Branch-Management.html +++ b/external/book/content/book/id/v2/Git-Branching-Branch-Management.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Branching-Basic-Branching-and-Merging next: book/id/v2/Git-Branching-Branching-Workflows title: Git - Branch Management +aliases: +- "/book/id/Branching-Pada-Git-Manajemen-Branch.html" +- "/book/id/v1/Branching-Pada-Git-Manajemen-Branch.html" ---

Branch Management

diff --git a/external/book/content/book/id/v2/Git-Branching-Branches-in-a-Nutshell.html b/external/book/content/book/id/v2/Git-Branching-Branches-in-a-Nutshell.html index 9976c1e761..1c5a97c1ca 100644 --- a/external/book/content/book/id/v2/Git-Branching-Branches-in-a-Nutshell.html +++ b/external/book/content/book/id/v2/Git-Branching-Branches-in-a-Nutshell.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Basics-Summary next: book/id/v2/Git-Branching-Basic-Branching-and-Merging title: Git - Branches in a Nutshell +aliases: +- "/book/id/Branching-Pada-Git.html" +- "/book/id/v1/Branching-Pada-Git.html" ---

Nearly every VCS has some form of branching support. diff --git a/external/book/content/book/id/v2/Git-Branching-Branching-Workflows.html b/external/book/content/book/id/v2/Git-Branching-Branching-Workflows.html index fd515fe9d5..1c69aaed90 100644 --- a/external/book/content/book/id/v2/Git-Branching-Branching-Workflows.html +++ b/external/book/content/book/id/v2/Git-Branching-Branching-Workflows.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Branching-Branch-Management next: book/id/v2/Git-Branching-Remote-Branches title: Git - Branching Workflows +aliases: +- "/book/id/Branching-Pada-Git-Alur-Kerja-Branching.html" +- "/book/id/v1/Branching-Pada-Git-Alur-Kerja-Branching.html" ---

Branching Workflows

diff --git a/external/book/content/book/id/v2/Git-Branching-Rebasing.html b/external/book/content/book/id/v2/Git-Branching-Rebasing.html index a36cf69098..41ea7bda95 100644 --- a/external/book/content/book/id/v2/Git-Branching-Rebasing.html +++ b/external/book/content/book/id/v2/Git-Branching-Rebasing.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Branching-Remote-Branches next: book/id/v2/Git-Branching-Summary title: Git - Rebasing +aliases: +- "/book/id/Branching-Pada-Git-Rebasing.html" +- "/book/id/v1/Branching-Pada-Git-Rebasing.html" ---

Rebasing

diff --git a/external/book/content/book/id/v2/Git-Branching-Remote-Branches.html b/external/book/content/book/id/v2/Git-Branching-Remote-Branches.html index e433925686..f9a6bfd624 100644 --- a/external/book/content/book/id/v2/Git-Branching-Remote-Branches.html +++ b/external/book/content/book/id/v2/Git-Branching-Remote-Branches.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Branching-Branching-Workflows next: book/id/v2/Git-Branching-Rebasing title: Git - Remote Branches +aliases: +- "/book/id/Branching-Pada-Git-Remote-Branches.html" +- "/book/id/v1/Branching-Pada-Git-Remote-Branches.html" ---

Remote Branches

diff --git a/external/book/content/book/id/v2/Git-Branching-Summary.html b/external/book/content/book/id/v2/Git-Branching-Summary.html index 26c55be99d..b711499ca2 100644 --- a/external/book/content/book/id/v2/Git-Branching-Summary.html +++ b/external/book/content/book/id/v2/Git-Branching-Summary.html @@ -16,6 +16,9 @@ previous: book/id/v2/Git-Branching-Rebasing next: book/id/v2/Git-di-Server-Protokol title: Git - Summary +aliases: +- "/book/id/Branching-Pada-Git-Kesimpulan.html" +- "/book/id/v1/Branching-Pada-Git-Kesimpulan.html" ---

Summary

diff --git a/external/book/content/book/id/v2/Memulai-Dasar-dasar-Git.html b/external/book/content/book/id/v2/Memulai-Dasar-dasar-Git.html index cbb6dd91a1..23d1d5cbe1 100644 --- a/external/book/content/book/id/v2/Memulai-Dasar-dasar-Git.html +++ b/external/book/content/book/id/v2/Memulai-Dasar-dasar-Git.html @@ -16,6 +16,9 @@ previous: book/id/v2/Memulai-Sejarah-Singkat-Git next: book/id/v2/Memulai-Command-Line title: Git - Dasar-dasar Git +aliases: +- "/book/id/Memulai-Git-Dasar-Git.html" +- "/book/id/v1/Memulai-Git-Dasar-Git.html" ---

Dasar-dasar Git

diff --git a/external/book/content/book/id/v2/Memulai-Kesimpulan.html b/external/book/content/book/id/v2/Memulai-Kesimpulan.html index dad01fd155..6a74dc5ee1 100644 --- a/external/book/content/book/id/v2/Memulai-Kesimpulan.html +++ b/external/book/content/book/id/v2/Memulai-Kesimpulan.html @@ -16,6 +16,9 @@ previous: book/id/v2/Memulai-Mendapatkan-Bantuan next: book/id/v2/Git-Basics-Mendapatkan-Repository-Git title: Git - Kesimpulan +aliases: +- "/book/id/Memulai-Git-Kesimpulan.html" +- "/book/id/v1/Memulai-Git-Kesimpulan.html" ---

Kesimpulan

diff --git a/external/book/content/book/id/v2/Memulai-Memasang-Git.html b/external/book/content/book/id/v2/Memulai-Memasang-Git.html index f1bf7896b2..485bd19e0f 100644 --- a/external/book/content/book/id/v2/Memulai-Memasang-Git.html +++ b/external/book/content/book/id/v2/Memulai-Memasang-Git.html @@ -16,6 +16,9 @@ previous: book/id/v2/Memulai-Command-Line next: book/id/v2/Memulai-Pengaturan-Awal-Git title: Git - Memasang Git +aliases: +- "/book/id/Memulai-Git-Menginstall-Git.html" +- "/book/id/v1/Memulai-Git-Menginstall-Git.html" ---

Memasang Git

diff --git a/external/book/content/book/id/v2/Memulai-Mendapatkan-Bantuan.html b/external/book/content/book/id/v2/Memulai-Mendapatkan-Bantuan.html index 6c7b2d1b32..de01b14bc2 100644 --- a/external/book/content/book/id/v2/Memulai-Mendapatkan-Bantuan.html +++ b/external/book/content/book/id/v2/Memulai-Mendapatkan-Bantuan.html @@ -16,6 +16,9 @@ previous: book/id/v2/Memulai-Pengaturan-Awal-Git next: book/id/v2/Memulai-Kesimpulan title: Git - Mendapatkan Bantuan +aliases: +- "/book/id/Memulai-Git-Memperoleh-Pertolongan.html" +- "/book/id/v1/Memulai-Git-Memperoleh-Pertolongan.html" ---

Mendapatkan Bantuan

diff --git a/external/book/content/book/id/v2/Memulai-Pengaturan-Awal-Git.html b/external/book/content/book/id/v2/Memulai-Pengaturan-Awal-Git.html index 68c32cef39..4d706c871e 100644 --- a/external/book/content/book/id/v2/Memulai-Pengaturan-Awal-Git.html +++ b/external/book/content/book/id/v2/Memulai-Pengaturan-Awal-Git.html @@ -16,6 +16,9 @@ previous: book/id/v2/Memulai-Memasang-Git next: book/id/v2/Memulai-Mendapatkan-Bantuan title: Git - Pengaturan Awal Git +aliases: +- "/book/id/Memulai-Git-Setup-Git-Untuk-Pertama-Kalinya.html" +- "/book/id/v1/Memulai-Git-Setup-Git-Untuk-Pertama-Kalinya.html" ---

Pengaturan Awal Git

diff --git a/external/book/content/book/id/v2/Memulai-Sejarah-Singkat-Git.html b/external/book/content/book/id/v2/Memulai-Sejarah-Singkat-Git.html index 6c9c51498f..638680774d 100644 --- a/external/book/content/book/id/v2/Memulai-Sejarah-Singkat-Git.html +++ b/external/book/content/book/id/v2/Memulai-Sejarah-Singkat-Git.html @@ -16,6 +16,9 @@ previous: book/id/v2/Memulai-Tentang-Version-Control next: book/id/v2/Memulai-Dasar-dasar-Git title: Git - Sejarah Singkat Git +aliases: +- "/book/id/Memulai-Git-Sejarah-Singkat-Git.html" +- "/book/id/v1/Memulai-Git-Sejarah-Singkat-Git.html" ---

Sejarah Singkat Git

diff --git a/external/book/content/book/id/v2/Memulai-Tentang-Version-Control.html b/external/book/content/book/id/v2/Memulai-Tentang-Version-Control.html index bf9e5d4550..17c970335a 100644 --- a/external/book/content/book/id/v2/Memulai-Tentang-Version-Control.html +++ b/external/book/content/book/id/v2/Memulai-Tentang-Version-Control.html @@ -16,6 +16,9 @@ previous: book/id/v2/Memulai-Tentang-Version-Control next: book/id/v2/Memulai-Sejarah-Singkat-Git title: Git - Tentang Version Control +aliases: +- "/book/id/Memulai-Git.html" +- "/book/id/v1/Memulai-Git.html" ---

Bab ini akan membahas tentang memulai dengan Git. Kita akan mulai dengan menjelaskan beberapa latar belakang pada peralatan version control, kemudian beralih ke bagaimana cara agar Git dapat berjalan pada sistem Anda, dan terakhir, bagaimana cara mengaturnya agar dapat mulai bekerja dengan Git. diff --git a/external/book/content/book/id/v2/_index.html b/external/book/content/book/id/v2/_index.html index 15cd20b29a..0f30a73447 100644 --- a/external/book/content/book/id/v2/_index.html +++ b/external/book/content/book/id/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/id/v2.html" aliases: - "/book/id/v2/index.html" +- "/book/id/v1/index.html" - "/book/id/index.html" --- diff --git a/external/book/content/book/it/v1/_index.html b/external/book/content/book/it/v1/_index.html new file mode 100644 index 0000000000..21e7c24d76 --- /dev/null +++ b/external/book/content/book/it/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/it/v2 +--- diff --git a/external/book/content/book/it/v2/Appendice-C:-Git-Commands-Setup-and-Config.html b/external/book/content/book/it/v2/Appendice-C:-Git-Commands-Setup-and-Config.html index 06b9336549..22dcc4bb8f 100644 --- a/external/book/content/book/it/v2/Appendice-C:-Git-Commands-Setup-and-Config.html +++ b/external/book/content/book/it/v2/Appendice-C:-Git-Commands-Setup-and-Config.html @@ -17,6 +17,9 @@ next: book/it/v2/Appendice-C:-Git-Commands-Getting-and-Creating-Projects title: Git - Setup and Config url: "/book/it/v2/Appendice-C:-Git-Commands-Setup-and-Config.html" +aliases: +- "/book/it/commands.html" +- "/book/it/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. We’ll talk about what each command very generally does and then point out where in the book you can find us having used it.

Setup and Config

diff --git a/external/book/content/book/it/v2/Customizing-Git-Git-Attributes.html b/external/book/content/book/it/v2/Customizing-Git-Git-Attributes.html index 30ab2e1b95..26a68a8a2e 100644 --- a/external/book/content/book/it/v2/Customizing-Git-Git-Attributes.html +++ b/external/book/content/book/it/v2/Customizing-Git-Git-Attributes.html @@ -16,6 +16,9 @@ previous: book/it/v2/Customizing-Git-Git-Configuration next: book/it/v2/Customizing-Git-Git-Hooks title: Git - Git Attributes +aliases: +- "/book/it/Customizing-Git-Attributi-di-Git.html" +- "/book/it/v1/Customizing-Git-Attributi-di-Git.html" ---

Git Attributes

diff --git a/external/book/content/book/it/v2/Customizing-Git-Git-Configuration.html b/external/book/content/book/it/v2/Customizing-Git-Git-Configuration.html index 8f88dfe510..a1e05ff515 100644 --- a/external/book/content/book/it/v2/Customizing-Git-Git-Configuration.html +++ b/external/book/content/book/it/v2/Customizing-Git-Git-Configuration.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Tools-Summary next: book/it/v2/Customizing-Git-Git-Attributes title: Git - Git Configuration +aliases: +- "/book/it/Customizing-Git.html" +- "/book/it/v1/Customizing-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/it/v2/Customizing-Git-Git-Hooks.html b/external/book/content/book/it/v2/Customizing-Git-Git-Hooks.html index c3f8f3d60f..7d31dfa5a7 100644 --- a/external/book/content/book/it/v2/Customizing-Git-Git-Hooks.html +++ b/external/book/content/book/it/v2/Customizing-Git-Git-Hooks.html @@ -16,6 +16,9 @@ previous: book/it/v2/Customizing-Git-Git-Attributes next: book/it/v2/Customizing-Git-An-Example-Git-Enforced-Policy title: Git - Git Hooks +aliases: +- "/book/it/Customizing-Git-Git-Hooks.html" +- "/book/it/v1/Customizing-Git-Git-Hooks.html" ---

Git Hooks

diff --git a/external/book/content/book/it/v2/Distributed-Git-Contributing-to-a-Project.html b/external/book/content/book/it/v2/Distributed-Git-Contributing-to-a-Project.html index 4fa1ec4404..abdb53a411 100644 --- a/external/book/content/book/it/v2/Distributed-Git-Contributing-to-a-Project.html +++ b/external/book/content/book/it/v2/Distributed-Git-Contributing-to-a-Project.html @@ -16,6 +16,9 @@ previous: book/it/v2/Distributed-Git-Distributed-Workflows next: book/it/v2/Distributed-Git-Maintaining-a-Project title: Git - Contributing to a Project +aliases: +- "/book/it/Git-distribuito-Contribuire-ad-un-Progetto.html" +- "/book/it/v1/Git-distribuito-Contribuire-ad-un-Progetto.html" ---

Contributing to a Project

diff --git a/external/book/content/book/it/v2/Distributed-Git-Distributed-Workflows.html b/external/book/content/book/it/v2/Distributed-Git-Distributed-Workflows.html index f8ceb8b4e4..8dfe067cab 100644 --- a/external/book/content/book/it/v2/Distributed-Git-Distributed-Workflows.html +++ b/external/book/content/book/it/v2/Distributed-Git-Distributed-Workflows.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-on-the-Server-Summary next: book/it/v2/Distributed-Git-Contributing-to-a-Project title: Git - Distributed Workflows +aliases: +- "/book/it/Git-distribuito.html" +- "/book/it/v1/Git-distribuito.html" ---

Now that you have a remote Git repository set up as a 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/it/v2/Distributed-Git-Maintaining-a-Project.html b/external/book/content/book/it/v2/Distributed-Git-Maintaining-a-Project.html index 1bce66beff..8980d5faff 100644 --- a/external/book/content/book/it/v2/Distributed-Git-Maintaining-a-Project.html +++ b/external/book/content/book/it/v2/Distributed-Git-Maintaining-a-Project.html @@ -16,6 +16,9 @@ previous: book/it/v2/Distributed-Git-Contributing-to-a-Project next: book/it/v2/Distributed-Git-Summary title: Git - Maintaining a Project +aliases: +- "/book/it/Git-distribuito-Mantenere-un-Progetto.html" +- "/book/it/v1/Git-distribuito-Mantenere-un-Progetto.html" ---

Maintaining a Project

diff --git a/external/book/content/book/it/v2/Git-Basics-Getting-a-Git-Repository.html b/external/book/content/book/it/v2/Git-Basics-Getting-a-Git-Repository.html index bfc29f6ee6..f5787c997c 100644 --- a/external/book/content/book/it/v2/Git-Basics-Getting-a-Git-Repository.html +++ b/external/book/content/book/it/v2/Git-Basics-Getting-a-Git-Repository.html @@ -16,6 +16,9 @@ previous: book/it/v2/Per-Iniziare-Sommario next: book/it/v2/Git-Basics-Recording-Changes-to-the-Repository title: Git - Getting a Git Repository +aliases: +- "/book/it/Basi-di-Git.html" +- "/book/it/v1/Basi-di-Git.html" ---

Se devi leggere un solo capitolo per iniziare a usare Git, leggi questo. Questo capitolo copre ogni comando di base di cui avrai bisogno per fare la maggior parte delle cose che farai con Git. diff --git a/external/book/content/book/it/v2/Git-Basics-Git-Aliases.html b/external/book/content/book/it/v2/Git-Basics-Git-Aliases.html index 709a07c143..b168fba26a 100644 --- a/external/book/content/book/it/v2/Git-Basics-Git-Aliases.html +++ b/external/book/content/book/it/v2/Git-Basics-Git-Aliases.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Basics-Tagging next: book/it/v2/Git-Basics-Sommario title: Git - Git Aliases +aliases: +- "/book/it/Basi-di-Git-Riassunto.html" +- "/book/it/v1/Basi-di-Git-Riassunto.html" ---

Git Aliases

diff --git a/external/book/content/book/it/v2/Git-Basics-Recording-Changes-to-the-Repository.html b/external/book/content/book/it/v2/Git-Basics-Recording-Changes-to-the-Repository.html index 09f0625cf2..40f7066c89 100644 --- a/external/book/content/book/it/v2/Git-Basics-Recording-Changes-to-the-Repository.html +++ b/external/book/content/book/it/v2/Git-Basics-Recording-Changes-to-the-Repository.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Basics-Getting-a-Git-Repository next: book/it/v2/Git-Basics-Viewing-the-Commit-History title: Git - Recording Changes to the Repository +aliases: +- "/book/it/Basi-di-Git-Registrare-i-Cambiamenti-nel-Repository.html" +- "/book/it/v1/Basi-di-Git-Registrare-i-Cambiamenti-nel-Repository.html" ---

Recording Changes to the Repository

diff --git a/external/book/content/book/it/v2/Git-Basics-Tagging.html b/external/book/content/book/it/v2/Git-Basics-Tagging.html index 1ea2be796b..5709fcd9de 100644 --- a/external/book/content/book/it/v2/Git-Basics-Tagging.html +++ b/external/book/content/book/it/v2/Git-Basics-Tagging.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Basics-Working-with-Remotes next: book/it/v2/Git-Basics-Git-Aliases title: Git - Tagging +aliases: +- "/book/it/Basi-di-Git-Suggerimenti-e-Trucchi.html" +- "/book/it/v1/Basi-di-Git-Suggerimenti-e-Trucchi.html" ---

Tagging

diff --git a/external/book/content/book/it/v2/Git-Basics-Undoing-Things.html b/external/book/content/book/it/v2/Git-Basics-Undoing-Things.html index 4fa2929256..1e2b1a48c1 100644 --- a/external/book/content/book/it/v2/Git-Basics-Undoing-Things.html +++ b/external/book/content/book/it/v2/Git-Basics-Undoing-Things.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Basics-Viewing-the-Commit-History next: book/it/v2/Git-Basics-Working-with-Remotes title: Git - Undoing Things +aliases: +- "/book/it/Basi-di-Git-Annullare-le-Cose.html" +- "/book/it/v1/Basi-di-Git-Annullare-le-Cose.html" ---

Undoing Things

diff --git a/external/book/content/book/it/v2/Git-Basics-Viewing-the-Commit-History.html b/external/book/content/book/it/v2/Git-Basics-Viewing-the-Commit-History.html index 9661a0d9fe..2368b16147 100644 --- a/external/book/content/book/it/v2/Git-Basics-Viewing-the-Commit-History.html +++ b/external/book/content/book/it/v2/Git-Basics-Viewing-the-Commit-History.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Basics-Recording-Changes-to-the-Repository next: book/it/v2/Git-Basics-Undoing-Things title: Git - Viewing the Commit History +aliases: +- "/book/it/Basi-di-Git-Vedere-la-Storia-dei-Commit.html" +- "/book/it/v1/Basi-di-Git-Vedere-la-Storia-dei-Commit.html" ---

Viewing the Commit History

diff --git a/external/book/content/book/it/v2/Git-Basics-Working-with-Remotes.html b/external/book/content/book/it/v2/Git-Basics-Working-with-Remotes.html index bb443433c1..32c899cc80 100644 --- a/external/book/content/book/it/v2/Git-Basics-Working-with-Remotes.html +++ b/external/book/content/book/it/v2/Git-Basics-Working-with-Remotes.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Basics-Undoing-Things next: book/it/v2/Git-Basics-Tagging title: Git - Working with Remotes +aliases: +- "/book/it/Basi-di-Git-Lavorare-con-Sorgenti-Remote.html" +- "/book/it/v1/Basi-di-Git-Lavorare-con-Sorgenti-Remote.html" ---

Working with Remotes

diff --git a/external/book/content/book/it/v2/Git-Branching-Basic-Branching-and-Merging.html b/external/book/content/book/it/v2/Git-Branching-Basic-Branching-and-Merging.html index c43451b901..7ce6c4b568 100644 --- a/external/book/content/book/it/v2/Git-Branching-Basic-Branching-and-Merging.html +++ b/external/book/content/book/it/v2/Git-Branching-Basic-Branching-and-Merging.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Branching-Branches-in-a-Nutshell next: book/it/v2/Git-Branching-Branch-Management title: Git - Basic Branching and Merging +aliases: +- "/book/it/Diramazioni-in-Git-Basi-di-Diramazione-e-Fusione.html" +- "/book/it/v1/Diramazioni-in-Git-Basi-di-Diramazione-e-Fusione.html" ---

Basic Branching and Merging

diff --git a/external/book/content/book/it/v2/Git-Branching-Branch-Management.html b/external/book/content/book/it/v2/Git-Branching-Branch-Management.html index 1a33fce0fe..58be224824 100644 --- a/external/book/content/book/it/v2/Git-Branching-Branch-Management.html +++ b/external/book/content/book/it/v2/Git-Branching-Branch-Management.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Branching-Basic-Branching-and-Merging next: book/it/v2/Git-Branching-Branching-Workflows title: Git - Branch Management +aliases: +- "/book/it/Diramazioni-in-Git-Amministrazione-dei-Rami.html" +- "/book/it/v1/Diramazioni-in-Git-Amministrazione-dei-Rami.html" ---

Branch Management

diff --git a/external/book/content/book/it/v2/Git-Branching-Branches-in-a-Nutshell.html b/external/book/content/book/it/v2/Git-Branching-Branches-in-a-Nutshell.html index 9287d926e7..f7b1af1540 100644 --- a/external/book/content/book/it/v2/Git-Branching-Branches-in-a-Nutshell.html +++ b/external/book/content/book/it/v2/Git-Branching-Branches-in-a-Nutshell.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Basics-Sommario next: book/it/v2/Git-Branching-Basic-Branching-and-Merging title: Git - Branches in a Nutshell +aliases: +- "/book/it/Diramazioni-in-Git.html" +- "/book/it/v1/Diramazioni-in-Git.html" ---

Nearly every VCS has some form of branching support. diff --git a/external/book/content/book/it/v2/Git-Branching-Branching-Workflows.html b/external/book/content/book/it/v2/Git-Branching-Branching-Workflows.html index cefcade834..decbaf5013 100644 --- a/external/book/content/book/it/v2/Git-Branching-Branching-Workflows.html +++ b/external/book/content/book/it/v2/Git-Branching-Branching-Workflows.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Branching-Branch-Management next: book/it/v2/Git-Branching-Remote-Branches title: Git - Branching Workflows +aliases: +- "/book/it/Diramazioni-in-Git-Flusso-di-Lavoro-con-le-Ramificazioni.html" +- "/book/it/v1/Diramazioni-in-Git-Flusso-di-Lavoro-con-le-Ramificazioni.html" ---

Branching Workflows

diff --git a/external/book/content/book/it/v2/Git-Branching-Rebasing.html b/external/book/content/book/it/v2/Git-Branching-Rebasing.html index 39a5d9ad47..3bd6193f20 100644 --- a/external/book/content/book/it/v2/Git-Branching-Rebasing.html +++ b/external/book/content/book/it/v2/Git-Branching-Rebasing.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Branching-Remote-Branches next: book/it/v2/Git-Branching-Summary title: Git - Rebasing +aliases: +- "/book/it/Diramazioni-in-Git-Rifondazione.html" +- "/book/it/v1/Diramazioni-in-Git-Rifondazione.html" ---

Rebasing

diff --git a/external/book/content/book/it/v2/Git-Branching-Remote-Branches.html b/external/book/content/book/it/v2/Git-Branching-Remote-Branches.html index a013192d15..45c0cee43c 100644 --- a/external/book/content/book/it/v2/Git-Branching-Remote-Branches.html +++ b/external/book/content/book/it/v2/Git-Branching-Remote-Branches.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Branching-Branching-Workflows next: book/it/v2/Git-Branching-Rebasing title: Git - Remote Branches +aliases: +- "/book/it/Diramazioni-in-Git-Rami-Remoti.html" +- "/book/it/v1/Diramazioni-in-Git-Rami-Remoti.html" ---

Remote Branches

diff --git a/external/book/content/book/it/v2/Git-Branching-Summary.html b/external/book/content/book/it/v2/Git-Branching-Summary.html index f7ec3ea328..d3c8613146 100644 --- a/external/book/content/book/it/v2/Git-Branching-Summary.html +++ b/external/book/content/book/it/v2/Git-Branching-Summary.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Branching-Rebasing next: book/it/v2/Git-on-the-Server-The-Protocols title: Git - Summary +aliases: +- "/book/it/Diramazioni-in-Git-Riassunto.html" +- "/book/it/v1/Diramazioni-in-Git-Riassunto.html" ---

Summary

diff --git a/external/book/content/book/it/v2/Git-Internals-Git-Objects.html b/external/book/content/book/it/v2/Git-Internals-Git-Objects.html index b72e8b0b92..d89b420bb4 100644 --- a/external/book/content/book/it/v2/Git-Internals-Git-Objects.html +++ b/external/book/content/book/it/v2/Git-Internals-Git-Objects.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Internals-Plumbing-and-Porcelain next: book/it/v2/Git-Internals-Git-References title: Git - Git Objects +aliases: +- "/book/it/I-comandi-interni-di-Git-Gli-oggetti-di-Git.html" +- "/book/it/v1/I-comandi-interni-di-Git-Gli-oggetti-di-Git.html" ---

Git Objects

diff --git a/external/book/content/book/it/v2/Git-Internals-Git-References.html b/external/book/content/book/it/v2/Git-Internals-Git-References.html index 71833915d2..df6cf1b712 100644 --- a/external/book/content/book/it/v2/Git-Internals-Git-References.html +++ b/external/book/content/book/it/v2/Git-Internals-Git-References.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Internals-Git-Objects next: book/it/v2/Git-Internals-Packfiles title: Git - Git References +aliases: +- "/book/it/I-comandi-interni-di-Git-Pacchetti-di-file.html" +- "/book/it/v1/I-comandi-interni-di-Git-Pacchetti-di-file.html" ---

Git References

diff --git a/external/book/content/book/it/v2/Git-Internals-Maintenance-and-Data-Recovery.html b/external/book/content/book/it/v2/Git-Internals-Maintenance-and-Data-Recovery.html index e35e94b2bf..1d880a08a0 100644 --- a/external/book/content/book/it/v2/Git-Internals-Maintenance-and-Data-Recovery.html +++ b/external/book/content/book/it/v2/Git-Internals-Maintenance-and-Data-Recovery.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Internals-Transfer-Protocols next: book/it/v2/Git-Internals-Environment-Variables title: Git - Maintenance and Data Recovery +aliases: +- "/book/it/I-comandi-interni-di-Git-Sommario.html" +- "/book/it/v1/I-comandi-interni-di-Git-Sommario.html" ---

Maintenance and Data Recovery

diff --git a/external/book/content/book/it/v2/Git-Internals-Packfiles.html b/external/book/content/book/it/v2/Git-Internals-Packfiles.html index 5fb17f10e7..5a2123c788 100644 --- a/external/book/content/book/it/v2/Git-Internals-Packfiles.html +++ b/external/book/content/book/it/v2/Git-Internals-Packfiles.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Internals-Git-References next: book/it/v2/Git-Internals-The-Refspec title: Git - Packfiles +aliases: +- "/book/it/I-comandi-interni-di-Git-Le-specifiche-di-riferimento-refspec.html" +- "/book/it/v1/I-comandi-interni-di-Git-Le-specifiche-di-riferimento-refspec.html" ---

Packfiles

diff --git a/external/book/content/book/it/v2/Git-Internals-Plumbing-and-Porcelain.html b/external/book/content/book/it/v2/Git-Internals-Plumbing-and-Porcelain.html index 3ec7cc6624..6653f24d1d 100644 --- a/external/book/content/book/it/v2/Git-Internals-Plumbing-and-Porcelain.html +++ b/external/book/content/book/it/v2/Git-Internals-Plumbing-and-Porcelain.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-and-Other-Systems-Summary next: book/it/v2/Git-Internals-Git-Objects title: Git - Plumbing and Porcelain +aliases: +- "/book/it/I-comandi-interni-di-Git.html" +- "/book/it/v1/I-comandi-interni-di-Git.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/it/v2/Git-Internals-The-Refspec.html b/external/book/content/book/it/v2/Git-Internals-The-Refspec.html index 7bb0674642..499b85aad1 100644 --- a/external/book/content/book/it/v2/Git-Internals-The-Refspec.html +++ b/external/book/content/book/it/v2/Git-Internals-The-Refspec.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Internals-Packfiles next: book/it/v2/Git-Internals-Transfer-Protocols title: Git - The Refspec +aliases: +- "/book/it/I-comandi-interni-di-Git-Protocolli-di-trasferimento.html" +- "/book/it/v1/I-comandi-interni-di-Git-Protocolli-di-trasferimento.html" ---

The Refspec

diff --git a/external/book/content/book/it/v2/Git-Internals-Transfer-Protocols.html b/external/book/content/book/it/v2/Git-Internals-Transfer-Protocols.html index fabba4d437..f35130857b 100644 --- a/external/book/content/book/it/v2/Git-Internals-Transfer-Protocols.html +++ b/external/book/content/book/it/v2/Git-Internals-Transfer-Protocols.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Internals-The-Refspec next: book/it/v2/Git-Internals-Maintenance-and-Data-Recovery title: Git - Transfer Protocols +aliases: +- "/book/it/I-comandi-interni-di-Git-Maintenance-and-Data-Recovery.html" +- "/book/it/v1/I-comandi-interni-di-Git-Maintenance-and-Data-Recovery.html" ---

Transfer Protocols

diff --git a/external/book/content/book/it/v2/Git-Tools-Revision-Selection.html b/external/book/content/book/it/v2/Git-Tools-Revision-Selection.html index 6b5b11f482..05421f6bb4 100644 --- a/external/book/content/book/it/v2/Git-Tools-Revision-Selection.html +++ b/external/book/content/book/it/v2/Git-Tools-Revision-Selection.html @@ -16,6 +16,9 @@ previous: book/it/v2/GitHub-Summary next: book/it/v2/Git-Tools-Interactive-Staging title: Git - Revision Selection +aliases: +- "/book/it/Git-Tools.html" +- "/book/it/v1/Git-Tools.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/it/v2/Git-and-Other-Systems-Git-as-a-Client.html b/external/book/content/book/it/v2/Git-and-Other-Systems-Git-as-a-Client.html index 553863c61f..2a462a4596 100644 --- a/external/book/content/book/it/v2/Git-and-Other-Systems-Git-as-a-Client.html +++ b/external/book/content/book/it/v2/Git-and-Other-Systems-Git-as-a-Client.html @@ -16,6 +16,9 @@ previous: book/it/v2/Customizing-Git-Summary next: book/it/v2/Git-and-Other-Systems-Migrating-to-Git title: Git - Git as a Client +aliases: +- "/book/it/Git-e-altri-sistemi.html" +- "/book/it/v1/Git-e-altri-sistemi.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/it/v2/Git-and-Other-Systems-Migrating-to-Git.html b/external/book/content/book/it/v2/Git-and-Other-Systems-Migrating-to-Git.html index 63d8d3bfa0..e2b629bf51 100644 --- a/external/book/content/book/it/v2/Git-and-Other-Systems-Migrating-to-Git.html +++ b/external/book/content/book/it/v2/Git-and-Other-Systems-Migrating-to-Git.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-and-Other-Systems-Git-as-a-Client next: book/it/v2/Git-and-Other-Systems-Summary title: Git - Migrating to Git +aliases: +- "/book/it/Git-e-altri-sistemi-Migrare-a-Git.html" +- "/book/it/v1/Git-e-altri-sistemi-Migrare-a-Git.html" ---

Migrating to Git

diff --git a/external/book/content/book/it/v2/Git-and-Other-Systems-Summary.html b/external/book/content/book/it/v2/Git-and-Other-Systems-Summary.html index cf6c1c7076..7cd1db3389 100644 --- a/external/book/content/book/it/v2/Git-and-Other-Systems-Summary.html +++ b/external/book/content/book/it/v2/Git-and-Other-Systems-Summary.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-and-Other-Systems-Migrating-to-Git next: book/it/v2/Git-Internals-Plumbing-and-Porcelain title: Git - Summary +aliases: +- "/book/it/Git-e-altri-sistemi-Summary.html" +- "/book/it/v1/Git-e-altri-sistemi-Summary.html" ---

Summary

diff --git a/external/book/content/book/it/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key.html b/external/book/content/book/it/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key.html index cf9d11b61b..b4ac2c6796 100644 --- a/external/book/content/book/it/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key.html +++ b/external/book/content/book/it/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-on-the-Server-Getting-Git-on-a-Server next: book/it/v2/Git-on-the-Server-Setting-Up-the-Server title: Git - Generating Your SSH Public Key +aliases: +- "/book/it/Git-sul-Server-Generare-la-Propria-Chiave-Pubblica-SSH.html" +- "/book/it/v1/Git-sul-Server-Generare-la-Propria-Chiave-Pubblica-SSH.html" ---

Generating Your SSH Public Key

diff --git a/external/book/content/book/it/v2/Git-on-the-Server-Getting-Git-on-a-Server.html b/external/book/content/book/it/v2/Git-on-the-Server-Getting-Git-on-a-Server.html index 9d261e9d1a..78d6b00ea3 100644 --- a/external/book/content/book/it/v2/Git-on-the-Server-Getting-Git-on-a-Server.html +++ b/external/book/content/book/it/v2/Git-on-the-Server-Getting-Git-on-a-Server.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-on-the-Server-The-Protocols next: book/it/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key title: Git - Getting Git on a Server +aliases: +- "/book/it/Git-sul-Server-Ottenere-Git-su-di-un-Server.html" +- "/book/it/v1/Git-sul-Server-Ottenere-Git-su-di-un-Server.html" ---

Getting Git on a Server

diff --git a/external/book/content/book/it/v2/Git-on-the-Server-Git-Daemon.html b/external/book/content/book/it/v2/Git-on-the-Server-Git-Daemon.html index f43a4ea4d0..8abff905b3 100644 --- a/external/book/content/book/it/v2/Git-on-the-Server-Git-Daemon.html +++ b/external/book/content/book/it/v2/Git-on-the-Server-Git-Daemon.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-on-the-Server-Setting-Up-the-Server next: book/it/v2/Git-on-the-Server-Smart-HTTP title: Git - Git Daemon +aliases: +- "/book/it/Git-sul-Server-Demone-Git.html" +- "/book/it/v1/Git-sul-Server-Demone-Git.html" ---

Git Daemon

diff --git a/external/book/content/book/it/v2/Git-on-the-Server-Setting-Up-the-Server.html b/external/book/content/book/it/v2/Git-on-the-Server-Setting-Up-the-Server.html index 6fbcc864be..03feff8e0d 100644 --- a/external/book/content/book/it/v2/Git-on-the-Server-Setting-Up-the-Server.html +++ b/external/book/content/book/it/v2/Git-on-the-Server-Setting-Up-the-Server.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key next: book/it/v2/Git-on-the-Server-Git-Daemon title: Git - Setting Up the Server +aliases: +- "/book/it/Git-sul-Server-Configurare-il-Server.html" +- "/book/it/v1/Git-sul-Server-Configurare-il-Server.html" ---

Setting Up the Server

diff --git a/external/book/content/book/it/v2/Git-on-the-Server-Summary.html b/external/book/content/book/it/v2/Git-on-the-Server-Summary.html index 7669a9ff67..e0e027b310 100644 --- a/external/book/content/book/it/v2/Git-on-the-Server-Summary.html +++ b/external/book/content/book/it/v2/Git-on-the-Server-Summary.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-on-the-Server-Third-Party-Hosted-Options next: book/it/v2/Distributed-Git-Distributed-Workflows title: Git - Summary +aliases: +- "/book/it/Git-sul-Server-Riassunto.html" +- "/book/it/v1/Git-sul-Server-Riassunto.html" ---

Summary

diff --git a/external/book/content/book/it/v2/Git-on-the-Server-The-Protocols.html b/external/book/content/book/it/v2/Git-on-the-Server-The-Protocols.html index e58329180e..d491064bdc 100644 --- a/external/book/content/book/it/v2/Git-on-the-Server-The-Protocols.html +++ b/external/book/content/book/it/v2/Git-on-the-Server-The-Protocols.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-Branching-Summary next: book/it/v2/Git-on-the-Server-Getting-Git-on-a-Server title: Git - The Protocols +aliases: +- "/book/it/Git-sul-Server.html" +- "/book/it/v1/Git-sul-Server.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/it/v2/Git-on-the-Server-Third-Party-Hosted-Options.html b/external/book/content/book/it/v2/Git-on-the-Server-Third-Party-Hosted-Options.html index 772358bd4d..470a75fd77 100644 --- a/external/book/content/book/it/v2/Git-on-the-Server-Third-Party-Hosted-Options.html +++ b/external/book/content/book/it/v2/Git-on-the-Server-Third-Party-Hosted-Options.html @@ -16,6 +16,9 @@ previous: book/it/v2/Git-on-the-Server-GitLab next: book/it/v2/Git-on-the-Server-Summary title: Git - Third Party Hosted Options +aliases: +- "/book/it/Git-sul-Server-Accesso-Pubblico.html" +- "/book/it/v1/Git-sul-Server-Accesso-Pubblico.html" ---

Third Party Hosted Options

diff --git a/external/book/content/book/it/v2/Per-Iniziare-Chiedere-aiuto.html b/external/book/content/book/it/v2/Per-Iniziare-Chiedere-aiuto.html index 1d7bb1bc9c..13d6324f77 100644 --- a/external/book/content/book/it/v2/Per-Iniziare-Chiedere-aiuto.html +++ b/external/book/content/book/it/v2/Per-Iniziare-Chiedere-aiuto.html @@ -16,6 +16,9 @@ previous: book/it/v2/Per-Iniziare-First-Time-Git-Setup next: book/it/v2/Per-Iniziare-Sommario title: Git - Chiedere aiuto +aliases: +- "/book/it/Per-Iniziare-Ottenere-Aiuto.html" +- "/book/it/v1/Per-Iniziare-Ottenere-Aiuto.html" ---

Chiedere aiuto

diff --git "a/external/book/content/book/it/v2/Per-Iniziare-Cos\342\200\231\303\251-Git?.html" "b/external/book/content/book/it/v2/Per-Iniziare-Cos\342\200\231\303\251-Git?.html" index 09349a78eb..5f88f71d95 100644 --- "a/external/book/content/book/it/v2/Per-Iniziare-Cos\342\200\231\303\251-Git?.html" +++ "b/external/book/content/book/it/v2/Per-Iniziare-Cos\342\200\231\303\251-Git?.html" @@ -19,6 +19,8 @@ url: "/book/it/v2/Per-Iniziare-Cos’é-Git?.html" aliases: - "/book/it/v2/Per-Iniziare-Cos’é-Git.html" +- "/book/it/Per-Iniziare-Basi-di-Git.html" +- "/book/it/v1/Per-Iniziare-Basi-di-Git.html" ---

Cos’é Git?

diff --git a/external/book/content/book/it/v2/Per-Iniziare-First-Time-Git-Setup.html b/external/book/content/book/it/v2/Per-Iniziare-First-Time-Git-Setup.html index 2d31e737fa..241c53b5ce 100644 --- a/external/book/content/book/it/v2/Per-Iniziare-First-Time-Git-Setup.html +++ b/external/book/content/book/it/v2/Per-Iniziare-First-Time-Git-Setup.html @@ -16,6 +16,9 @@ previous: book/it/v2/Per-Iniziare-Installing-Git next: book/it/v2/Per-Iniziare-Chiedere-aiuto title: Git - First-Time Git Setup +aliases: +- "/book/it/Per-Iniziare-Prima-Configurazione-di-Git.html" +- "/book/it/v1/Per-Iniziare-Prima-Configurazione-di-Git.html" ---

First-Time Git Setup

diff --git a/external/book/content/book/it/v2/Per-Iniziare-Il-Controllo-di-Versione.html b/external/book/content/book/it/v2/Per-Iniziare-Il-Controllo-di-Versione.html index a892347bba..af96f0723b 100644 --- a/external/book/content/book/it/v2/Per-Iniziare-Il-Controllo-di-Versione.html +++ b/external/book/content/book/it/v2/Per-Iniziare-Il-Controllo-di-Versione.html @@ -16,6 +16,9 @@ previous: book/it/v2/Per-Iniziare-Il-Controllo-di-Versione next: book/it/v2/Per-Iniziare-Una-Breve-Storia-di-Git title: Git - Il Controllo di Versione +aliases: +- "/book/it/Per-Iniziare.html" +- "/book/it/v1/Per-Iniziare.html" ---

Questo capitolo spiegherà come iniziare ad usare Git. Inizieremo con una introduzione sugli strumenti per il controllo delle versioni, per poi passare a come far funzionare Git sul proprio sistema e quindi come configurarlo per lavorarci. diff --git a/external/book/content/book/it/v2/Per-Iniziare-Installing-Git.html b/external/book/content/book/it/v2/Per-Iniziare-Installing-Git.html index ba6c039e79..e78737126a 100644 --- a/external/book/content/book/it/v2/Per-Iniziare-Installing-Git.html +++ b/external/book/content/book/it/v2/Per-Iniziare-Installing-Git.html @@ -16,6 +16,9 @@ previous: book/it/v2/Per-Iniziare-La-riga-di-comando next: book/it/v2/Per-Iniziare-First-Time-Git-Setup title: Git - Installing Git +aliases: +- "/book/it/Per-Iniziare-Installare-Git.html" +- "/book/it/v1/Per-Iniziare-Installare-Git.html" ---

Installing Git

diff --git a/external/book/content/book/it/v2/Per-Iniziare-Sommario.html b/external/book/content/book/it/v2/Per-Iniziare-Sommario.html index 84d6e73ad0..628335b968 100644 --- a/external/book/content/book/it/v2/Per-Iniziare-Sommario.html +++ b/external/book/content/book/it/v2/Per-Iniziare-Sommario.html @@ -16,6 +16,9 @@ previous: book/it/v2/Per-Iniziare-Chiedere-aiuto next: book/it/v2/Git-Basics-Getting-a-Git-Repository title: Git - Sommario +aliases: +- "/book/it/Per-Iniziare-Riassunto.html" +- "/book/it/v1/Per-Iniziare-Riassunto.html" ---

Sommario

diff --git a/external/book/content/book/it/v2/Per-Iniziare-Una-Breve-Storia-di-Git.html b/external/book/content/book/it/v2/Per-Iniziare-Una-Breve-Storia-di-Git.html index b8e687682c..fd8fdd74c2 100644 --- a/external/book/content/book/it/v2/Per-Iniziare-Una-Breve-Storia-di-Git.html +++ b/external/book/content/book/it/v2/Per-Iniziare-Una-Breve-Storia-di-Git.html @@ -16,6 +16,9 @@ previous: book/it/v2/Per-Iniziare-Il-Controllo-di-Versione next: book/it/v2/Per-Iniziare-Cos’é-Git%3F title: Git - Una Breve Storia di Git +aliases: +- "/book/it/Per-Iniziare-Una-Breve-Storia-di-Git.html" +- "/book/it/v1/Per-Iniziare-Una-Breve-Storia-di-Git.html" ---

Una Breve Storia di Git

diff --git a/external/book/content/book/it/v2/_index.html b/external/book/content/book/it/v2/_index.html index efaf22d965..b7508f3844 100644 --- a/external/book/content/book/it/v2/_index.html +++ b/external/book/content/book/it/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/it/v2.html" aliases: - "/book/it/v2/index.html" +- "/book/it/v1/index.html" - "/book/it/index.html" --- diff --git a/external/book/content/book/ja/v1/_index.html b/external/book/content/book/ja/v1/_index.html new file mode 100644 index 0000000000..30279a5c2a --- /dev/null +++ b/external/book/content/book/ja/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/ja/v2 +--- diff --git "a/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\256\351\201\213\345\226\266.html" "b/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\256\351\201\213\345\226\266.html" index b3a8e3cac1..e0b8ea6640 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\256\351\201\213\345\226\266.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\256\351\201\213\345\226\266.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-での分散作業-まとめ title: Git - プロジェクトの運営 url: "/book/ja/v2/Git-での分散作業-プロジェクトの運営.html" +aliases: +- "/book/ja/Git-での分散作業-プロジェクトの運営.html" +- "/book/ja/v1/Git-での分散作業-プロジェクトの運営.html" ---

プロジェクトの運営

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\270\343\201\256\350\262\242\347\214\256.html" "b/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\270\343\201\256\350\262\242\347\214\256.html" index 46c5e4e195..4222b66589 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\270\343\201\256\350\262\242\347\214\256.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\343\203\227\343\203\255\343\202\270\343\202\247\343\202\257\343\203\210\343\201\270\343\201\256\350\262\242\347\214\256.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-での分散作業-プロジェクトの運営 title: Git - プロジェクトへの貢献 url: "/book/ja/v2/Git-での分散作業-プロジェクトへの貢献.html" +aliases: +- "/book/ja/Git-での分散作業-プロジェクトへの貢献.html" +- "/book/ja/v1/Git-での分散作業-プロジェクトへの貢献.html" ---

プロジェクトへの貢献

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\345\210\206\346\225\243\344\275\234\346\245\255\343\201\256\346\265\201\343\202\214.html" "b/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\345\210\206\346\225\243\344\275\234\346\245\255\343\201\256\346\265\201\343\202\214.html" index 909f25a2de..fa98b42bcb 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\345\210\206\346\225\243\344\275\234\346\245\255\343\201\256\346\265\201\343\202\214.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\247\343\201\256\345\210\206\346\225\243\344\275\234\346\245\255-\345\210\206\346\225\243\344\275\234\346\245\255\343\201\256\346\265\201\343\202\214.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-での分散作業-プロジェクトへの貢献 title: Git - 分散作業の流れ url: "/book/ja/v2/Git-での分散作業-分散作業の流れ.html" +aliases: +- "/book/ja/Git-での分散作業.html" +- "/book/ja/v1/Git-での分散作業.html" ---

リモート Git リポジトリを用意し、すべての開発者がコードを共有できるようになりました。また、ローカル環境で作業をする際に使う基本的な Git コマンドについても身についたことでしょう。次に、Git を使った分散作業の流れを見ていきましょう。

本章では、Git を使った分散環境での作業の流れを説明します。 自分のコードをプロジェクトに提供する方法、そしてプロジェクトのメンテナーと自分の両方が作業を進めやすくする方法、そして多数の開発者からの貢献を受け入れるプロジェクトを運営する方法などを扱います。

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-Git-\343\201\253\343\202\210\343\202\213\343\203\207\343\203\220\343\203\203\343\202\260.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-Git-\343\201\253\343\202\210\343\202\213\343\203\207\343\203\220\343\203\203\343\202\260.html" index 2a2883508e..eba8f97ea1 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-Git-\343\201\253\343\202\210\343\202\213\343\203\207\343\203\220\343\203\203\343\202\260.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-Git-\343\201\253\343\202\210\343\202\213\343\203\207\343\203\220\343\203\203\343\202\260.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のさまざまなツール-サブモジュール title: Git - Git によるデバッグ url: "/book/ja/v2/Git-のさまざまなツール-Git-によるデバッグ.html" +aliases: +- "/book/ja/Git-のさまざまなツール-Git-によるデバッグ.html" +- "/book/ja/v1/Git-のさまざまなツール-Git-によるデバッグ.html" ---

Git によるデバッグ

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\201\276\343\201\250\343\202\201.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\201\276\343\201\250\343\202\201.html" index f6b334e107..b57db07935 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\201\276\343\201\250\343\202\201.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\201\276\343\201\250\343\202\201.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のカスタマイズ-Git-の設定 title: Git - まとめ url: "/book/ja/v2/Git-のさまざまなツール-まとめ.html" +aliases: +- "/book/ja/Git-のさまざまなツール-まとめ.html" +- "/book/ja/v1/Git-のさまざまなツール-まとめ.html" ---

まとめ

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\202\265\343\203\226\343\203\242\343\202\270\343\203\245\343\203\274\343\203\253.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\202\265\343\203\226\343\203\242\343\202\270\343\203\245\343\203\274\343\203\253.html" index fb922c63ef..8cfe79f520 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\202\265\343\203\226\343\203\242\343\202\270\343\203\245\343\203\274\343\203\253.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\202\265\343\203\226\343\203\242\343\202\270\343\203\245\343\203\274\343\203\253.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のさまざまなツール-バンドルファイルの作成 title: Git - サブモジュール url: "/book/ja/v2/Git-のさまざまなツール-サブモジュール.html" +aliases: +- "/book/ja/Git-のさまざまなツール-サブモジュール.html" +- "/book/ja/v1/Git-のさまざまなツール-サブモジュール.html" ---

サブモジュール

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\203\252\343\203\223\343\202\270\343\203\247\343\203\263\343\201\256\351\201\270\346\212\236.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\203\252\343\203\223\343\202\270\343\203\247\343\203\263\343\201\256\351\201\270\346\212\236.html" index 5c0482b24d..aa792f7d4e 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\203\252\343\203\223\343\202\270\343\203\247\343\203\263\343\201\256\351\201\270\346\212\236.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\343\203\252\343\203\223\343\202\270\343\203\247\343\203\263\343\201\256\351\201\270\346\212\236.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のさまざまなツール-対話的なステージング title: Git - リビジョンの選択 url: "/book/ja/v2/Git-のさまざまなツール-リビジョンの選択.html" +aliases: +- "/book/ja/Git-のさまざまなツール.html" +- "/book/ja/v1/Git-のさまざまなツール.html" ---

Git を使ったソースコード管理のためのリポジトリの管理や保守について、日々使用するコマンドやワークフローの大半を身につけました。 ファイルの追跡やコミットといった基本的なタスクをこなせるようになっただけではなくステージングエリアの威力もいかせるようになりました。また気軽にトピックブランチを切ってマージする方法も知りました。

では、Git の非常に強力な機能の数々をさらに探っていきましょう。日々の作業でこれらを使うことはあまりありませんが、いつかは必要になるかもしれません。

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\344\275\234\346\245\255\343\201\256\351\232\240\343\201\227\343\201\213\343\201\237\343\201\250\346\266\210\343\201\227\343\201\213\343\201\237.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\344\275\234\346\245\255\343\201\256\351\232\240\343\201\227\343\201\213\343\201\237\343\201\250\346\266\210\343\201\227\343\201\213\343\201\237.html" index 23d888ea79..edf30db93b 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\344\275\234\346\245\255\343\201\256\351\232\240\343\201\227\343\201\213\343\201\237\343\201\250\346\266\210\343\201\227\343\201\213\343\201\237.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\344\275\234\346\245\255\343\201\256\351\232\240\343\201\227\343\201\213\343\201\237\343\201\250\346\266\210\343\201\227\343\201\213\343\201\237.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のさまざまなツール-作業内容への署名 title: Git - 作業の隠しかたと消しかた url: "/book/ja/v2/Git-のさまざまなツール-作業の隠しかたと消しかた.html" +aliases: +- "/book/ja/Git-のさまざまなツール-作業を隠す.html" +- "/book/ja/v1/Git-のさまざまなツール-作業を隠す.html" ---

作業の隠しかたと消しかた

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\345\257\276\350\251\261\347\232\204\343\201\252\343\202\271\343\203\206\343\203\274\343\202\270\343\203\263\343\202\260.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\345\257\276\350\251\261\347\232\204\343\201\252\343\202\271\343\203\206\343\203\274\343\202\270\343\203\263\343\202\260.html" index 64e85c6834..fef86b05bd 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\345\257\276\350\251\261\347\232\204\343\201\252\343\202\271\343\203\206\343\203\274\343\202\270\343\203\263\343\202\260.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\345\257\276\350\251\261\347\232\204\343\201\252\343\202\271\343\203\206\343\203\274\343\202\270\343\203\263\343\202\260.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のさまざまなツール-作業の隠しかたと消しかた title: Git - 対話的なステージング url: "/book/ja/v2/Git-のさまざまなツール-対話的なステージング.html" +aliases: +- "/book/ja/Git-のさまざまなツール-対話的なステージング.html" +- "/book/ja/v1/Git-のさまざまなツール-対話的なステージング.html" ---

対話的なステージング

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\346\255\264\345\217\262\343\201\256\346\233\270\343\201\215\346\217\233\343\201\210.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\346\255\264\345\217\262\343\201\256\346\233\270\343\201\215\346\217\233\343\201\210.html" index 9af551a901..7a2ceef21a 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\346\255\264\345\217\262\343\201\256\346\233\270\343\201\215\346\217\233\343\201\210.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\201\225\343\201\276\343\201\226\343\201\276\343\201\252\343\203\204\343\203\274\343\203\253-\346\255\264\345\217\262\343\201\256\346\233\270\343\201\215\346\217\233\343\201\210.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のさまざまなツール-リセットコマンド詳説 title: Git - 歴史の書き換え url: "/book/ja/v2/Git-のさまざまなツール-歴史の書き換え.html" +aliases: +- "/book/ja/Git-のさまざまなツール-歴史の書き換え.html" +- "/book/ja/v1/Git-のさまざまなツール-歴史の書き換え.html" ---

歴史の書き換え

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\201\256\345\261\236\346\200\247.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\201\256\345\261\236\346\200\247.html" index b92a61871d..cb74c0d3b6 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\201\256\345\261\236\346\200\247.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\201\256\345\261\236\346\200\247.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のカスタマイズ-Git-フック title: Git - Git の属性 url: "/book/ja/v2/Git-のカスタマイズ-Git-の属性.html" +aliases: +- "/book/ja/Git-のカスタマイズ-Git-の属性.html" +- "/book/ja/v1/Git-のカスタマイズ-Git-の属性.html" ---

Git の属性

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\201\256\350\250\255\345\256\232.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\201\256\350\250\255\345\256\232.html" index a5867f3dcd..627cb1d642 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\201\256\350\250\255\345\256\232.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\201\256\350\250\255\345\256\232.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のカスタマイズ-Git-の属性 title: Git - Git の設定 url: "/book/ja/v2/Git-のカスタマイズ-Git-の設定.html" +aliases: +- "/book/ja/Git-のカスタマイズ.html" +- "/book/ja/v1/Git-のカスタマイズ.html" ---

ここまで本書では、Git の基本動作やその使用法について扱ってきました。また、Git をより簡単に効率よく使うためのさまざまなツールについても紹介しました。 本章では、重要な設定項目やフックシステムを使用して、よりカスタマイズされた方法で Git を操作する方法について扱います。 diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\203\225\343\203\203\343\202\257.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\203\225\343\203\203\343\202\257.html" index 4dafdc1560..8d99467864 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\203\225\343\203\203\343\202\257.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\203\225\343\203\203\343\202\257.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のカスタマイズ-Git-ポリシーの実施例 title: Git - Git フック url: "/book/ja/v2/Git-のカスタマイズ-Git-フック.html" +aliases: +- "/book/ja/Git-のカスタマイズ-Git-フック.html" +- "/book/ja/v1/Git-のカスタマイズ-Git-フック.html" ---

Git フック

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\203\235\343\203\252\343\202\267\343\203\274\343\201\256\345\256\237\346\226\275\344\276\213.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\203\235\343\203\252\343\202\267\343\203\274\343\201\256\345\256\237\346\226\275\344\276\213.html" index 75ea05fd78..ab6ade3f20 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\203\235\343\203\252\343\202\267\343\203\274\343\201\256\345\256\237\346\226\275\344\276\213.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-Git-\343\203\235\343\203\252\343\202\267\343\203\274\343\201\256\345\256\237\346\226\275\344\276\213.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のカスタマイズ-まとめ title: Git - Git ポリシーの実施例 url: "/book/ja/v2/Git-のカスタマイズ-Git-ポリシーの実施例.html" +aliases: +- "/book/ja/Git-のカスタマイズ-Git-ポリシーの実施例.html" +- "/book/ja/v1/Git-のカスタマイズ-Git-ポリシーの実施例.html" ---

Git ポリシーの実施例

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-\343\201\276\343\201\250\343\202\201.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-\343\201\276\343\201\250\343\202\201.html" index 09cfd6a7c9..52b6b06253 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-\343\201\276\343\201\250\343\202\201.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\202\253\343\202\271\343\202\277\343\203\236\343\202\244\343\202\272-\343\201\276\343\201\250\343\202\201.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitとその他のシステムの連携-Git-をクライアントとして使用する title: Git - まとめ url: "/book/ja/v2/Git-のカスタマイズ-まとめ.html" +aliases: +- "/book/ja/Git-のカスタマイズ-まとめ.html" +- "/book/ja/v1/Git-のカスタマイズ-まとめ.html" ---

まとめ

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\201\276\343\201\250\343\202\201.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\201\276\343\201\250\343\202\201.html" index b7f8319d0f..154bcbd737 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\201\276\343\201\250\343\202\201.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\201\276\343\201\250\343\202\201.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitサーバー-プロトコル title: Git - まとめ url: "/book/ja/v2/Git-のブランチ機能-まとめ.html" +aliases: +- "/book/ja/Git-のブランチ機能-まとめ.html" +- "/book/ja/v1/Git-のブランチ機能-まとめ.html" ---

まとめ

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\247\343\201\256\344\275\234\346\245\255\343\201\256\346\265\201\343\202\214.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\247\343\201\256\344\275\234\346\245\255\343\201\256\346\265\201\343\202\214.html" index 3ece665691..27c6497473 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\247\343\201\256\344\275\234\346\245\255\343\201\256\346\265\201\343\202\214.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\247\343\201\256\344\275\234\346\245\255\343\201\256\346\265\201\343\202\214.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のブランチ機能-リモートブランチ title: Git - ブランチでの作業の流れ url: "/book/ja/v2/Git-のブランチ機能-ブランチでの作業の流れ.html" +aliases: +- "/book/ja/Git-のブランチ機能-ブランチでの作業の流れ.html" +- "/book/ja/v1/Git-のブランチ機能-ブランチでの作業の流れ.html" ---

ブランチでの作業の流れ

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\250\343\201\257.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\250\343\201\257.html" index 38ae60d659..940cbe8127 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\250\343\201\257.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\250\343\201\257.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のブランチ機能-ブランチとマージの基本 title: Git - ブランチとは url: "/book/ja/v2/Git-のブランチ機能-ブランチとは.html" +aliases: +- "/book/ja/Git-のブランチ機能.html" +- "/book/ja/v1/Git-のブランチ機能.html" ---

ほぼすべてと言っていいほどの VCS が、何らかの形式でブランチ機能に対応しています。 ブランチとは、開発の本流から分岐し、本流の開発を邪魔することなく作業を続ける機能のことです。 diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\250\343\203\236\343\203\274\343\202\270\343\201\256\345\237\272\346\234\254.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\250\343\203\236\343\203\274\343\202\270\343\201\256\345\237\272\346\234\254.html" index 581c6c5fbe..786b9993e2 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\250\343\203\236\343\203\274\343\202\270\343\201\256\345\237\272\346\234\254.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\250\343\203\236\343\203\274\343\202\270\343\201\256\345\237\272\346\234\254.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のブランチ機能-ブランチの管理 title: Git - ブランチとマージの基本 url: "/book/ja/v2/Git-のブランチ機能-ブランチとマージの基本.html" +aliases: +- "/book/ja/Git-のブランチ機能-ブランチとマージの基本.html" +- "/book/ja/v1/Git-のブランチ機能-ブランチとマージの基本.html" ---

ブランチとマージの基本

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\256\347\256\241\347\220\206.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\256\347\256\241\347\220\206.html" index 39ac76be01..68f8109773 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\256\347\256\241\347\220\206.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\226\343\203\251\343\203\263\343\203\201\343\201\256\347\256\241\347\220\206.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のブランチ機能-ブランチでの作業の流れ title: Git - ブランチの管理 url: "/book/ja/v2/Git-のブランチ機能-ブランチの管理.html" +aliases: +- "/book/ja/Git-のブランチ機能-ブランチの管理.html" +- "/book/ja/v1/Git-のブランチ機能-ブランチの管理.html" ---

ブランチの管理

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\252\343\203\231\343\203\274\343\202\271.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\252\343\203\231\343\203\274\343\202\271.html" index 0059b6c2db..3fd71744d8 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\252\343\203\231\343\203\274\343\202\271.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\252\343\203\231\343\203\274\343\202\271.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のブランチ機能-まとめ title: Git - リベース url: "/book/ja/v2/Git-のブランチ機能-リベース.html" +aliases: +- "/book/ja/Git-のブランチ機能-リベース.html" +- "/book/ja/v1/Git-のブランチ機能-リベース.html" ---

リベース

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\252\343\203\242\343\203\274\343\203\210\343\203\226\343\203\251\343\203\263\343\203\201.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\252\343\203\242\343\203\274\343\203\210\343\203\226\343\203\251\343\203\263\343\203\201.html" index 3fb60a81d4..37fd781725 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\252\343\203\242\343\203\274\343\203\210\343\203\226\343\203\251\343\203\263\343\203\201.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\343\203\226\343\203\251\343\203\263\343\203\201\346\251\237\350\203\275-\343\203\252\343\203\242\343\203\274\343\203\210\343\203\226\343\203\251\343\203\263\343\203\201.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のブランチ機能-リベース title: Git - リモートブランチ url: "/book/ja/v2/Git-のブランチ機能-リモートブランチ.html" +aliases: +- "/book/ja/Git-のブランチ機能-リモートブランチ.html" +- "/book/ja/v1/Git-のブランチ機能-リモートブランチ.html" ---

リモートブランチ

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-Git-\343\202\250\343\202\244\343\203\252\343\202\242\343\202\271.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-Git-\343\202\250\343\202\244\343\203\252\343\202\242\343\202\271.html" index e76c1eea41..96047e19d6 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-Git-\343\202\250\343\202\244\343\203\252\343\202\242\343\202\271.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-Git-\343\202\250\343\202\244\343\203\252\343\202\242\343\202\271.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-の基本-まとめ title: Git - Git エイリアス url: "/book/ja/v2/Git-の基本-Git-エイリアス.html" +aliases: +- "/book/ja/Git-の基本-ヒントと裏技.html" +- "/book/ja/v1/Git-の基本-ヒントと裏技.html" ---

Git エイリアス

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-Git-\343\203\252\343\203\235\343\202\270\343\203\210\343\203\252\343\201\256\345\217\226\345\276\227.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-Git-\343\203\252\343\203\235\343\202\270\343\203\210\343\203\252\343\201\256\345\217\226\345\276\227.html" index ef9904f8b4..97b9c9ddbc 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-Git-\343\203\252\343\203\235\343\202\270\343\203\210\343\203\252\343\201\256\345\217\226\345\276\227.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-Git-\343\203\252\343\203\235\343\202\270\343\203\210\343\203\252\343\201\256\345\217\226\345\276\227.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-の基本-変更内容のリポジトリへの記録 title: Git - Git リポジトリの取得 url: "/book/ja/v2/Git-の基本-Git-リポジトリの取得.html" +aliases: +- "/book/ja/Git-の基本.html" +- "/book/ja/v1/Git-の基本.html" ---

Git を使い始めるにあたってどれかひとつの章だけしか読めないとしたら、読むべきは本章です。 この章では、あなたが実際に Git を使う際に必要となる基本コマンドをすべて取り上げています。 diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\201\276\343\201\250\343\202\201.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\201\276\343\201\250\343\202\201.html" index eba0873616..451e267b2d 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\201\276\343\201\250\343\202\201.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\201\276\343\201\250\343\202\201.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-のブランチ機能-ブランチとは title: Git - まとめ url: "/book/ja/v2/Git-の基本-まとめ.html" +aliases: +- "/book/ja/Git-の基本-まとめ.html" +- "/book/ja/v1/Git-の基本-まとめ.html" ---

まとめ

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\202\263\343\203\237\343\203\203\343\203\210\345\261\245\346\255\264\343\201\256\351\226\262\350\246\247.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\202\263\343\203\237\343\203\203\343\203\210\345\261\245\346\255\264\343\201\256\351\226\262\350\246\247.html" index e2ee783836..1172b65d77 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\202\263\343\203\237\343\203\203\343\203\210\345\261\245\346\255\264\343\201\256\351\226\262\350\246\247.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\202\263\343\203\237\343\203\203\343\203\210\345\261\245\346\255\264\343\201\256\351\226\262\350\246\247.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-の基本-作業のやり直し title: Git - コミット履歴の閲覧 url: "/book/ja/v2/Git-の基本-コミット履歴の閲覧.html" +aliases: +- "/book/ja/Git-の基本-コミット履歴の閲覧.html" +- "/book/ja/v1/Git-の基本-コミット履歴の閲覧.html" ---

コミット履歴の閲覧

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\202\277\343\202\260.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\202\277\343\202\260.html" index f1ca0b30cc..48bd3cb902 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\202\277\343\202\260.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\202\277\343\202\260.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-の基本-Git-エイリアス title: Git - タグ url: "/book/ja/v2/Git-の基本-タグ.html" +aliases: +- "/book/ja/Git-の基本-タグ.html" +- "/book/ja/v1/Git-の基本-タグ.html" ---

タグ

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\203\252\343\203\242\343\203\274\343\203\210\343\201\247\343\201\256\344\275\234\346\245\255.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\203\252\343\203\242\343\203\274\343\203\210\343\201\247\343\201\256\344\275\234\346\245\255.html" index e9b05c6a63..f689ff4e3e 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\203\252\343\203\242\343\203\274\343\203\210\343\201\247\343\201\256\344\275\234\346\245\255.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\343\203\252\343\203\242\343\203\274\343\203\210\343\201\247\343\201\256\344\275\234\346\245\255.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-の基本-タグ title: Git - リモートでの作業 url: "/book/ja/v2/Git-の基本-リモートでの作業.html" +aliases: +- "/book/ja/Git-の基本-リモートでの作業.html" +- "/book/ja/v1/Git-の基本-リモートでの作業.html" ---

リモートでの作業

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\344\275\234\346\245\255\343\201\256\343\202\204\343\202\212\347\233\264\343\201\227.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\344\275\234\346\245\255\343\201\256\343\202\204\343\202\212\347\233\264\343\201\227.html" index 6363a4c9e9..3f8c1bc11d 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\344\275\234\346\245\255\343\201\256\343\202\204\343\202\212\347\233\264\343\201\227.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\344\275\234\346\245\255\343\201\256\343\202\204\343\202\212\347\233\264\343\201\227.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-の基本-リモートでの作業 title: Git - 作業のやり直し url: "/book/ja/v2/Git-の基本-作業のやり直し.html" +aliases: +- "/book/ja/Git-の基本-作業のやり直し.html" +- "/book/ja/v1/Git-の基本-作業のやり直し.html" ---

作業のやり直し

diff --git "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\345\244\211\346\233\264\345\206\205\345\256\271\343\201\256\343\203\252\343\203\235\343\202\270\343\203\210\343\203\252\343\201\270\343\201\256\350\250\230\351\214\262.html" "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\345\244\211\346\233\264\345\206\205\345\256\271\343\201\256\343\203\252\343\203\235\343\202\270\343\203\210\343\203\252\343\201\270\343\201\256\350\250\230\351\214\262.html" index e00c6f6f66..fe6301a797 100644 --- "a/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\345\244\211\346\233\264\345\206\205\345\256\271\343\201\256\343\203\252\343\203\235\343\202\270\343\203\210\343\203\252\343\201\270\343\201\256\350\250\230\351\214\262.html" +++ "b/external/book/content/book/ja/v2/Git-\343\201\256\345\237\272\346\234\254-\345\244\211\346\233\264\345\206\205\345\256\271\343\201\256\343\203\252\343\203\235\343\202\270\343\203\210\343\203\252\343\201\270\343\201\256\350\250\230\351\214\262.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-の基本-コミット履歴の閲覧 title: Git - 変更内容のリポジトリへの記録 url: "/book/ja/v2/Git-の基本-変更内容のリポジトリへの記録.html" +aliases: +- "/book/ja/Git-の基本-変更内容のリポジトリへの記録.html" +- "/book/ja/v1/Git-の基本-変更内容のリポジトリへの記録.html" ---

変更内容のリポジトリへの記録

diff --git "a/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-Git-\343\201\270\347\247\273\350\241\214\343\201\231\343\202\213.html" "b/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-Git-\343\201\270\347\247\273\350\241\214\343\201\231\343\202\213.html" index 37c791644f..d0294fd567 100644 --- "a/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-Git-\343\201\270\347\247\273\350\241\214\343\201\231\343\202\213.html" +++ "b/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-Git-\343\201\270\347\247\273\350\241\214\343\201\231\343\202\213.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitとその他のシステムの連携-まとめ title: Git - Git へ移行する url: "/book/ja/v2/Gitとその他のシステムの連携-Git-へ移行する.html" +aliases: +- "/book/ja/Gitとその他のシステムの連携-Git-への移行.html" +- "/book/ja/v1/Gitとその他のシステムの連携-Git-への移行.html" ---

Git へ移行する

diff --git "a/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-Git-\343\202\222\343\202\257\343\203\251\343\202\244\343\202\242\343\203\263\343\203\210\343\201\250\343\201\227\343\201\246\344\275\277\347\224\250\343\201\231\343\202\213.html" "b/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-Git-\343\202\222\343\202\257\343\203\251\343\202\244\343\202\242\343\203\263\343\203\210\343\201\250\343\201\227\343\201\246\344\275\277\347\224\250\343\201\231\343\202\213.html" index 2e00ac3c33..bea3416e65 100644 --- "a/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-Git-\343\202\222\343\202\257\343\203\251\343\202\244\343\202\242\343\203\263\343\203\210\343\201\250\343\201\227\343\201\246\344\275\277\347\224\250\343\201\231\343\202\213.html" +++ "b/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-Git-\343\202\222\343\202\257\343\203\251\343\202\244\343\202\242\343\203\263\343\203\210\343\201\250\343\201\227\343\201\246\344\275\277\347\224\250\343\201\231\343\202\213.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitとその他のシステムの連携-Git-へ移行する title: Git - Git をクライアントとして使用する url: "/book/ja/v2/Gitとその他のシステムの連携-Git-をクライアントとして使用する.html" +aliases: +- "/book/ja/Gitとその他のシステムの連携.html" +- "/book/ja/v1/Gitとその他のシステムの連携.html" ---

世の中はそんなにうまくいくものではありません。 あなたが関わることになったプロジェクトで使うバージョン管理システムを、すぐさまGitに切り替えられることはほとんどないでしょう。 diff --git "a/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-\343\201\276\343\201\250\343\202\201.html" "b/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-\343\201\276\343\201\250\343\202\201.html" index 1a9c681b93..eccdcccf88 100644 --- "a/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-\343\201\276\343\201\250\343\202\201.html" +++ "b/external/book/content/book/ja/v2/Git\343\201\250\343\201\235\343\201\256\344\273\226\343\201\256\343\202\267\343\202\271\343\203\206\343\203\240\343\201\256\351\200\243\346\220\272-\343\201\276\343\201\250\343\202\201.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitの内側-配管(Plumbing)と磁器(Porcelain) title: Git - まとめ url: "/book/ja/v2/Gitとその他のシステムの連携-まとめ.html" +aliases: +- "/book/ja/Gitとその他のシステムの連携-まとめ.html" +- "/book/ja/v1/Gitとその他のシステムの連携-まとめ.html" ---

まとめ

diff --git "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Git\343\201\256\345\217\202\347\205\247.html" "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Git\343\201\256\345\217\202\347\205\247.html" index 671791b609..0f1e56b3c1 100644 --- "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Git\343\201\256\345\217\202\347\205\247.html" +++ "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Git\343\201\256\345\217\202\347\205\247.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitの内側-Packfile title: Git - Gitの参照 url: "/book/ja/v2/Gitの内側-Gitの参照.html" +aliases: +- "/book/ja/Gitの内側-パックファイル.html" +- "/book/ja/v1/Gitの内側-パックファイル.html" ---

Gitの参照

diff --git "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Git\343\202\252\343\203\226\343\202\270\343\202\247\343\202\257\343\203\210.html" "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Git\343\202\252\343\203\226\343\202\270\343\202\247\343\202\257\343\203\210.html" index 5875e4de66..b16178a94c 100644 --- "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Git\343\202\252\343\203\226\343\202\270\343\202\247\343\202\257\343\203\210.html" +++ "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Git\343\202\252\343\203\226\343\202\270\343\202\247\343\202\257\343\203\210.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitの内側-Gitの参照 title: Git - Gitオブジェクト url: "/book/ja/v2/Gitの内側-Gitオブジェクト.html" +aliases: +- "/book/ja/Gitの内側-Gitオブジェクト.html" +- "/book/ja/v1/Gitの内側-Gitオブジェクト.html" ---

Gitオブジェクト

diff --git "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Packfile.html" "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Packfile.html" index 47bef04d65..79a55d8f23 100644 --- "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Packfile.html" +++ "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Packfile.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitの内側-Refspec title: Git - Packfile url: "/book/ja/v2/Gitの内側-Packfile.html" +aliases: +- "/book/ja/Gitの内側-参照仕様(Refspec).html" +- "/book/ja/v1/Gitの内側-参照仕様(Refspec).html" ---

Packfile

diff --git "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Refspec.html" "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Refspec.html" index e3bcfff690..afceef05fb 100644 --- "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Refspec.html" +++ "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-Refspec.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitの内側-転送プロトコル title: Git - Refspec url: "/book/ja/v2/Gitの内側-Refspec.html" +aliases: +- "/book/ja/Gitの内側-トランスファープロトコル.html" +- "/book/ja/v1/Gitの内側-トランスファープロトコル.html" ---

Refspec

diff --git "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\343\203\241\343\203\263\343\203\206\343\203\212\343\203\263\343\202\271\343\201\250\343\203\207\343\203\274\343\202\277\343\203\252\343\202\253\343\203\220\343\203\252.html" "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\343\203\241\343\203\263\343\203\206\343\203\212\343\203\263\343\202\271\343\201\250\343\203\207\343\203\274\343\202\277\343\203\252\343\202\253\343\203\220\343\203\252.html" index 76130920be..c759186cc4 100644 --- "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\343\203\241\343\203\263\343\203\206\343\203\212\343\203\263\343\202\271\343\201\250\343\203\207\343\203\274\343\202\277\343\203\252\343\202\253\343\203\220\343\203\252.html" +++ "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\343\203\241\343\203\263\343\203\206\343\203\212\343\203\263\343\202\271\343\201\250\343\203\207\343\203\274\343\202\277\343\203\252\343\202\253\343\203\220\343\203\252.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitの内側-環境変数 title: Git - メンテナンスとデータリカバリ url: "/book/ja/v2/Gitの内側-メンテナンスとデータリカバリ.html" +aliases: +- "/book/ja/Gitの内側-要約.html" +- "/book/ja/v1/Gitの内側-要約.html" ---

メンテナンスとデータリカバリ

diff --git "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\350\273\242\351\200\201\343\203\227\343\203\255\343\203\210\343\202\263\343\203\253.html" "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\350\273\242\351\200\201\343\203\227\343\203\255\343\203\210\343\202\263\343\203\253.html" index 75b86803ac..cac9acb10d 100644 --- "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\350\273\242\351\200\201\343\203\227\343\203\255\343\203\210\343\202\263\343\203\253.html" +++ "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\350\273\242\351\200\201\343\203\227\343\203\255\343\203\210\343\202\263\343\203\253.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitの内側-メンテナンスとデータリカバリ title: Git - 転送プロトコル url: "/book/ja/v2/Gitの内側-転送プロトコル.html" +aliases: +- "/book/ja/Gitの内側-メインテナンスとデータリカバリ.html" +- "/book/ja/v1/Gitの内側-メインテナンスとデータリカバリ.html" ---

転送プロトコル

diff --git "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\351\205\215\347\256\241\357\274\210Plumbing\357\274\211\343\201\250\347\243\201\345\231\250\357\274\210Porcelain\357\274\211.html" "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\351\205\215\347\256\241\357\274\210Plumbing\357\274\211\343\201\250\347\243\201\345\231\250\357\274\210Porcelain\357\274\211.html" index 004615cf98..8bf24e74bf 100644 --- "a/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\351\205\215\347\256\241\357\274\210Plumbing\357\274\211\343\201\250\347\243\201\345\231\250\357\274\210Porcelain\357\274\211.html" +++ "b/external/book/content/book/ja/v2/Git\343\201\256\345\206\205\345\201\264-\351\205\215\347\256\241\357\274\210Plumbing\357\274\211\343\201\250\347\243\201\345\231\250\357\274\210Porcelain\357\274\211.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitの内側-Gitオブジェクト title: Git - 配管(Plumbing)と磁器(Porcelain) url: "/book/ja/v2/Gitの内側-配管(Plumbing)と磁器(Porcelain).html" +aliases: +- "/book/ja/Gitの内側.html" +- "/book/ja/v1/Gitの内側.html" ---

どこかの章からここに飛んできたのか、本書の他の部分を読み終えてからここにたどり着いたのか – いずれにせよ、この章ではGitの内部動作と実装を詳細に見ていきます。 我々は、Gitがいかに便利で強力かを理解するには、その内部動作と実装を学ぶことが根本的に重要であると考えました。一方で、そういった内容は、初心者にとっては不必要に複雑で、かえって混乱を招くおそれがあると主張する人もいました。 diff --git "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-Git-\343\203\207\343\203\274\343\203\242\343\203\263.html" "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-Git-\343\203\207\343\203\274\343\203\242\343\203\263.html" index 869716e49e..07a583c775 100644 --- "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-Git-\343\203\207\343\203\274\343\203\242\343\203\263.html" +++ "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-Git-\343\203\207\343\203\274\343\203\242\343\203\263.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitサーバー-Smart-HTTP title: Git - Git デーモン url: "/book/ja/v2/Gitサーバー-Git-デーモン.html" +aliases: +- "/book/ja/Git-サーバー-Git-デーモン.html" +- "/book/ja/v1/Git-サーバー-Git-デーモン.html" ---

Git デーモン

diff --git "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-SSH-\345\205\254\351\226\213\351\215\265\343\201\256\344\275\234\346\210\220.html" "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-SSH-\345\205\254\351\226\213\351\215\265\343\201\256\344\275\234\346\210\220.html" index 2432ad500b..89c23198a2 100644 --- "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-SSH-\345\205\254\351\226\213\351\215\265\343\201\256\344\275\234\346\210\220.html" +++ "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-SSH-\345\205\254\351\226\213\351\215\265\343\201\256\344\275\234\346\210\220.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitサーバー-サーバーのセットアップ title: Git - SSH 公開鍵の作成 url: "/book/ja/v2/Gitサーバー-SSH-公開鍵の作成.html" +aliases: +- "/book/ja/Git-サーバー-SSH-公開鍵の作成.html" +- "/book/ja/v1/Git-サーバー-SSH-公開鍵の作成.html" ---

SSH 公開鍵の作成

diff --git "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\201\276\343\201\250\343\202\201.html" "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\201\276\343\201\250\343\202\201.html" index a913ace15e..86361a07fc 100644 --- "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\201\276\343\201\250\343\202\201.html" +++ "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\201\276\343\201\250\343\202\201.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-での分散作業-分散作業の流れ title: Git - まとめ url: "/book/ja/v2/Gitサーバー-まとめ.html" +aliases: +- "/book/ja/Git-サーバー-まとめ.html" +- "/book/ja/v1/Git-サーバー-まとめ.html" ---

まとめ

diff --git "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\211\343\203\221\343\203\274\343\203\206\343\202\243\343\201\253\343\202\210\343\202\213-Git-\343\203\233\343\202\271\343\203\206\343\202\243\343\203\263\343\202\260.html" "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\211\343\203\221\343\203\274\343\203\206\343\202\243\343\201\253\343\202\210\343\202\213-Git-\343\203\233\343\202\271\343\203\206\343\202\243\343\203\263\343\202\260.html" index b9c2e4d69d..b0aa87baf4 100644 --- "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\211\343\203\221\343\203\274\343\203\206\343\202\243\343\201\253\343\202\210\343\202\213-Git-\343\203\233\343\202\271\343\203\206\343\202\243\343\203\263\343\202\260.html" +++ "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\211\343\203\221\343\203\274\343\203\206\343\202\243\343\201\253\343\202\210\343\202\213-Git-\343\203\233\343\202\271\343\203\206\343\202\243\343\203\263\343\202\260.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitサーバー-まとめ title: Git - サードパーティによる Git ホスティング url: "/book/ja/v2/Gitサーバー-サードパーティによる-Git-ホスティング.html" +aliases: +- "/book/ja/Git-サーバー-一般公開.html" +- "/book/ja/v1/Git-サーバー-一般公開.html" ---

サードパーティによる Git ホスティング

diff --git "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\220\343\203\274\343\201\256\343\202\273\343\203\203\343\203\210\343\202\242\343\203\203\343\203\227.html" "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\220\343\203\274\343\201\256\343\202\273\343\203\203\343\203\210\343\202\242\343\203\203\343\203\227.html" index 0baada4799..fdf377d78f 100644 --- "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\220\343\203\274\343\201\256\343\202\273\343\203\203\343\203\210\343\202\242\343\203\203\343\203\227.html" +++ "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\220\343\203\274\343\201\256\343\202\273\343\203\203\343\203\210\343\202\242\343\203\203\343\203\227.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitサーバー-Git-デーモン title: Git - サーバーのセットアップ url: "/book/ja/v2/Gitサーバー-サーバーのセットアップ.html" +aliases: +- "/book/ja/Git-サーバー-サーバーのセットアップ.html" +- "/book/ja/v1/Git-サーバー-サーバーのセットアップ.html" ---

サーバーのセットアップ

diff --git "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\220\343\203\274\347\224\250\343\201\256-Git-\343\201\256\345\217\226\345\276\227.html" "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\220\343\203\274\347\224\250\343\201\256-Git-\343\201\256\345\217\226\345\276\227.html" index e5466b26ab..dcdb1063af 100644 --- "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\220\343\203\274\347\224\250\343\201\256-Git-\343\201\256\345\217\226\345\276\227.html" +++ "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\202\265\343\203\274\343\203\220\343\203\274\347\224\250\343\201\256-Git-\343\201\256\345\217\226\345\276\227.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitサーバー-SSH-公開鍵の作成 title: Git - サーバー用の Git の取得 url: "/book/ja/v2/Gitサーバー-サーバー用の-Git-の取得.html" +aliases: +- "/book/ja/Git-サーバー-サーバー用の-Git-の取得.html" +- "/book/ja/v1/Git-サーバー-サーバー用の-Git-の取得.html" ---

サーバー用の Git の取得

diff --git "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\203\227\343\203\255\343\203\210\343\202\263\343\203\253.html" "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\203\227\343\203\255\343\203\210\343\202\263\343\203\253.html" index 1404d48a48..2c2e31897d 100644 --- "a/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\203\227\343\203\255\343\203\210\343\202\263\343\203\253.html" +++ "b/external/book/content/book/ja/v2/Git\343\202\265\343\203\274\343\203\220\343\203\274-\343\203\227\343\203\255\343\203\210\343\202\263\343\203\253.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Gitサーバー-サーバー用の-Git-の取得 title: Git - プロトコル url: "/book/ja/v2/Gitサーバー-プロトコル.html" +aliases: +- "/book/ja/Git-サーバー.html" +- "/book/ja/v1/Git-サーバー.html" ---

ここまで読んだみなさんは、ふだん Git を使う上で必要になるタスクのほとんどを身につけたことでしょう。 しかし、Git で何らかの共同作業をしようと思えばリモートの Git リポジトリを持つ必要があります。 diff --git a/external/book/content/book/ja/v2/_index.html b/external/book/content/book/ja/v2/_index.html index c7b7d532b7..a64692808b 100644 --- a/external/book/content/book/ja/v2/_index.html +++ b/external/book/content/book/ja/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/ja/v2.html" aliases: - "/book/ja/v2/index.html" +- "/book/ja/v1/index.html" - "/book/ja/index.html" --- diff --git "a/external/book/content/book/ja/v2/\344\273\230\351\214\262-C:-Git\343\201\256\343\202\263\343\203\236\343\203\263\343\203\211-\343\202\273\343\203\203\343\203\210\343\202\242\343\203\203\343\203\227\343\201\250\350\250\255\345\256\232.html" "b/external/book/content/book/ja/v2/\344\273\230\351\214\262-C:-Git\343\201\256\343\202\263\343\203\236\343\203\263\343\203\211-\343\202\273\343\203\203\343\203\210\343\202\242\343\203\203\343\203\227\343\201\250\350\250\255\345\256\232.html" index 96da3bc6f6..27b4c5febe 100644 --- "a/external/book/content/book/ja/v2/\344\273\230\351\214\262-C:-Git\343\201\256\343\202\263\343\203\236\343\203\263\343\203\211-\343\202\273\343\203\203\343\203\210\343\202\242\343\203\203\343\203\227\343\201\250\350\250\255\345\256\232.html" +++ "b/external/book/content/book/ja/v2/\344\273\230\351\214\262-C:-Git\343\201\256\343\202\263\343\203\236\343\203\263\343\203\211-\343\202\273\343\203\203\343\203\210\343\202\242\343\203\203\343\203\227\343\201\250\350\250\255\345\256\232.html" @@ -17,6 +17,9 @@ next: book/ja/v2/付録-C:-Gitのコマンド-プロジェクトの取得と作成 title: Git - セットアップと設定 url: "/book/ja/v2/付録-C:-Gitのコマンド-セットアップと設定.html" +aliases: +- "/book/ja/commands.html" +- "/book/ja/v1/commands.html" ---

本書を通して、数多くのGitコマンドを紹介してきました。コマンドの説明にあたっては、物語風に、使うコマンドを少しずつ増やしていくように心掛けてきました。しかしその結果、コマンドの使用例が本書の全体に散在する形になってしまいました。

この付録では、本書で扱ったすべてのGitコマンドを見ていきます。コマンドはその用途ごとに大まかにまとめてあります。ここでは、それぞれのコマンドが一般的に何を行うのか、そして本書のどこでそのコマンドが使われていたかについて述べていきます。

セットアップと設定

diff --git "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\343\201\256\343\202\244\343\203\263\343\202\271\343\203\210\343\203\274\343\203\253.html" "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\343\201\256\343\202\244\343\203\263\343\202\271\343\203\210\343\203\274\343\203\253.html" index e8dbc28a84..a54e948cb9 100644 --- "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\343\201\256\343\202\244\343\203\263\343\202\271\343\203\210\343\203\274\343\203\253.html" +++ "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\343\201\256\343\202\244\343\203\263\343\202\271\343\203\210\343\203\274\343\203\253.html" @@ -17,6 +17,9 @@ next: book/ja/v2/使い始める-最初のGitの構成 title: Git - Gitのインストール url: "/book/ja/v2/使い始める-Gitのインストール.html" +aliases: +- "/book/ja/使い始める-Gitのインストール.html" +- "/book/ja/v1/使い始める-Gitのインストール.html" ---

Gitのインストール

diff --git "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\343\201\256\345\237\272\346\234\254.html" "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\343\201\256\345\237\272\346\234\254.html" index 56d8036f1c..fa7143039a 100644 --- "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\343\201\256\345\237\272\346\234\254.html" +++ "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\343\201\256\345\237\272\346\234\254.html" @@ -17,6 +17,9 @@ next: book/ja/v2/使い始める-コマンドライン title: Git - Gitの基本 url: "/book/ja/v2/使い始める-Gitの基本.html" +aliases: +- "/book/ja/使い始める-Gitの基本.html" +- "/book/ja/v1/使い始める-Gitの基本.html" ---

Gitの基本

diff --git "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\347\225\245\345\217\262.html" "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\347\225\245\345\217\262.html" index effebbb458..2ed9be7bfa 100644 --- "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\347\225\245\345\217\262.html" +++ "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-Git\347\225\245\345\217\262.html" @@ -17,6 +17,9 @@ next: book/ja/v2/使い始める-Gitの基本 title: Git - Git略史 url: "/book/ja/v2/使い始める-Git略史.html" +aliases: +- "/book/ja/使い始める-Git略史.html" +- "/book/ja/v1/使い始める-Git略史.html" ---

Git略史

diff --git "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\201\276\343\201\250\343\202\201.html" "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\201\276\343\201\250\343\202\201.html" index 175b45f242..46e43a2228 100644 --- "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\201\276\343\201\250\343\202\201.html" +++ "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\201\276\343\201\250\343\202\201.html" @@ -17,6 +17,9 @@ next: book/ja/v2/Git-の基本-Git-リポジトリの取得 title: Git - まとめ url: "/book/ja/v2/使い始める-まとめ.html" +aliases: +- "/book/ja/使い始める-まとめ.html" +- "/book/ja/v1/使い始める-まとめ.html" ---

まとめ

diff --git "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\203\220\343\203\274\343\202\270\343\203\247\343\203\263\347\256\241\347\220\206\343\201\253\351\226\242\343\201\227\343\201\246.html" "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\203\220\343\203\274\343\202\270\343\203\247\343\203\263\347\256\241\347\220\206\343\201\253\351\226\242\343\201\227\343\201\246.html" index 91a94e3aa3..0c684ae81a 100644 --- "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\203\220\343\203\274\343\202\270\343\203\247\343\203\263\347\256\241\347\220\206\343\201\253\351\226\242\343\201\227\343\201\246.html" +++ "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\203\220\343\203\274\343\202\270\343\203\247\343\203\263\347\256\241\347\220\206\343\201\253\351\226\242\343\201\227\343\201\246.html" @@ -17,6 +17,9 @@ next: book/ja/v2/使い始める-Git略史 title: Git - バージョン管理に関して url: "/book/ja/v2/使い始める-バージョン管理に関して.html" +aliases: +- "/book/ja/使い始める.html" +- "/book/ja/v1/使い始める.html" ---

この章は、Gitを使い始めることについてのものです。 まずはバージョン管理システムの背景に触れ、次にGitをあなたのシステムで動かす方法、最後にGitで作業を始めるための設定方法について説明します。 diff --git "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\203\230\343\203\253\343\203\227\343\202\222\350\246\213\343\202\213.html" "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\203\230\343\203\253\343\203\227\343\202\222\350\246\213\343\202\213.html" index 8c17316dbc..ad43dbee09 100644 --- "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\203\230\343\203\253\343\203\227\343\202\222\350\246\213\343\202\213.html" +++ "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\343\203\230\343\203\253\343\203\227\343\202\222\350\246\213\343\202\213.html" @@ -17,6 +17,9 @@ next: book/ja/v2/使い始める-まとめ title: Git - ヘルプを見る url: "/book/ja/v2/使い始める-ヘルプを見る.html" +aliases: +- "/book/ja/使い始める-ヘルプを見る.html" +- "/book/ja/v1/使い始める-ヘルプを見る.html" ---

ヘルプを見る

diff --git "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\346\234\200\345\210\235\343\201\256Git\343\201\256\346\247\213\346\210\220.html" "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\346\234\200\345\210\235\343\201\256Git\343\201\256\346\247\213\346\210\220.html" index d16c6b8c35..f76af9dd11 100644 --- "a/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\346\234\200\345\210\235\343\201\256Git\343\201\256\346\247\213\346\210\220.html" +++ "b/external/book/content/book/ja/v2/\344\275\277\343\201\204\345\247\213\343\202\201\343\202\213-\346\234\200\345\210\235\343\201\256Git\343\201\256\346\247\213\346\210\220.html" @@ -17,6 +17,9 @@ next: book/ja/v2/使い始める-ヘルプを見る title: Git - 最初のGitの構成 url: "/book/ja/v2/使い始める-最初のGitの構成.html" +aliases: +- "/book/ja/使い始める-最初のGitの構成.html" +- "/book/ja/v1/使い始める-最初のGitの構成.html" ---

最初のGitの構成

diff --git a/external/book/content/book/ko/v1/_index.html b/external/book/content/book/ko/v1/_index.html new file mode 100644 index 0000000000..cd8e2f0522 --- /dev/null +++ b/external/book/content/book/ko/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/ko/v2 +--- diff --git "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-Git\354\234\274\353\241\234-\353\262\204\352\267\270-\354\260\276\352\270\260.html" "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-Git\354\234\274\353\241\234-\353\262\204\352\267\270-\354\260\276\352\270\260.html" index 3773accf84..78fd7bb662 100644 --- "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-Git\354\234\274\353\241\234-\353\262\204\352\267\270-\354\260\276\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-Git\354\234\274\353\241\234-\353\262\204\352\267\270-\354\260\276\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-도구-서브모듈 title: Git - Git으로 버그 찾기 url: "/book/ko/v2/Git-도구-Git으로-버그-찾기.html" +aliases: +- "/book/ko/Git-도구-Git으로-버그-찾기.html" +- "/book/ko/v1/Git-도구-Git으로-버그-찾기.html" ---

Git으로 버그 찾기

diff --git "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-Stashing\352\263\274-Cleaning.html" "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-Stashing\352\263\274-Cleaning.html" index 2a945dbbec..ddd55cbec3 100644 --- "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-Stashing\352\263\274-Cleaning.html" +++ "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-Stashing\352\263\274-Cleaning.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-도구-내-작업에-서명하기 title: Git - Stashing과 Cleaning url: "/book/ko/v2/Git-도구-Stashing과-Cleaning.html" +aliases: +- "/book/ko/Git-도구-Stashing.html" +- "/book/ko/v1/Git-도구-Stashing.html" ---

Stashing과 Cleaning

diff --git "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\353\214\200\355\231\224\355\230\225-\353\252\205\353\240\271.html" "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\353\214\200\355\231\224\355\230\225-\353\252\205\353\240\271.html" index e02e0c82c0..69ee98d343 100644 --- "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\353\214\200\355\231\224\355\230\225-\353\252\205\353\240\271.html" +++ "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\353\214\200\355\231\224\355\230\225-\353\252\205\353\240\271.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-도구-Stashing과-Cleaning title: Git - 대화형 명령 url: "/book/ko/v2/Git-도구-대화형-명령.html" +aliases: +- "/book/ko/Git-도구-대화형-명령어.html" +- "/book/ko/v1/Git-도구-대화형-명령어.html" ---

대화형 명령

diff --git "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\353\246\254\353\271\204\354\240\204-\354\241\260\355\232\214\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\353\246\254\353\271\204\354\240\204-\354\241\260\355\232\214\355\225\230\352\270\260.html" index fc9b217382..c19ea8d5f9 100644 --- "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\353\246\254\353\271\204\354\240\204-\354\241\260\355\232\214\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\353\246\254\353\271\204\354\240\204-\354\241\260\355\232\214\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-도구-대화형-명령 title: Git - 리비전 조회하기 url: "/book/ko/v2/Git-도구-리비전-조회하기.html" +aliases: +- "/book/ko/Git-도구.html" +- "/book/ko/v1/Git-도구.html" ---

지금까지 일상적으로 자주 사용하는 명령들과 몇 가지 워크플로를 배웠다. 파일을 추적하고 커밋하는 등의 기본적인 명령뿐만 아니라 Staging Area가 왜 좋은지도 배웠고 가볍게 토픽 브랜치를 만들고 Merge 하는 방법도 다뤘다. 이제는 Git 저장소로 충분히 소스코드를 관리할 수 있을 것이다.

이 장에서는 일상적으로 사용하지는 않지만 위급한 상황에서 반드시 필요한 Git 도구를 살펴본다.

diff --git "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\354\204\234\353\270\214\353\252\250\353\223\210.html" "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\354\204\234\353\270\214\353\252\250\353\223\210.html" index b322091979..7b3bd2c571 100644 --- "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\354\204\234\353\270\214\353\252\250\353\223\210.html" +++ "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\354\204\234\353\270\214\353\252\250\353\223\210.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-도구-Bundle title: Git - 서브모듈 url: "/book/ko/v2/Git-도구-서브모듈.html" +aliases: +- "/book/ko/Git-도구-서브모듈.html" +- "/book/ko/v1/Git-도구-서브모듈.html" ---

서브모듈

diff --git "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\354\232\224\354\225\275.html" "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\354\232\224\354\225\275.html" index 6c80a9d04b..9f1ece35c8 100644 --- "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\354\232\224\354\225\275.html" +++ "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\354\232\224\354\225\275.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git맞춤-Git-설정하기 title: Git - 요약 url: "/book/ko/v2/Git-도구-요약.html" +aliases: +- "/book/ko/Git-도구-요약.html" +- "/book/ko/v1/Git-도구-요약.html" ---

요약

diff --git "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\355\236\210\354\212\244\355\206\240\353\246\254-\353\213\250\354\236\245\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\355\236\210\354\212\244\355\206\240\353\246\254-\353\213\250\354\236\245\355\225\230\352\270\260.html" index af17411b86..5b48dccc54 100644 --- "a/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\355\236\210\354\212\244\355\206\240\353\246\254-\353\213\250\354\236\245\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git-\353\217\204\352\265\254-\355\236\210\354\212\244\355\206\240\353\246\254-\353\213\250\354\236\245\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-도구-Reset-명확히-알고-가기 title: Git - 히스토리 단장하기 url: "/book/ko/v2/Git-도구-히스토리-단장하기.html" +aliases: +- "/book/ko/Git-도구-히스토리-단장하기.html" +- "/book/ko/v1/Git-도구-히스토리-단장하기.html" ---

히스토리 단장하기

diff --git "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-Rebase-\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-Rebase-\355\225\230\352\270\260.html" index 13cd82c785..cc75b00947 100644 --- "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-Rebase-\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-Rebase-\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-브랜치-요약 title: Git - Rebase 하기 url: "/book/ko/v2/Git-브랜치-Rebase-하기.html" +aliases: +- "/book/ko/Git-브랜치-Rebase하기.html" +- "/book/ko/v1/Git-브랜치-Rebase하기.html" ---

Rebase 하기

diff --git "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\246\254\353\252\250\355\212\270-\353\270\214\353\236\234\354\271\230.html" "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\246\254\353\252\250\355\212\270-\353\270\214\353\236\234\354\271\230.html" index 035ca286d9..ed002b59fb 100644 --- "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\246\254\353\252\250\355\212\270-\353\270\214\353\236\234\354\271\230.html" +++ "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\246\254\353\252\250\355\212\270-\353\270\214\353\236\234\354\271\230.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-브랜치-Rebase-하기 title: Git - 리모트 브랜치 url: "/book/ko/v2/Git-브랜치-리모트-브랜치.html" +aliases: +- "/book/ko/Git-브랜치-리모트-브랜치.html" +- "/book/ko/v1/Git-브랜치-리모트-브랜치.html" ---

리모트 브랜치

diff --git "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230-\352\264\200\353\246\254.html" "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230-\352\264\200\353\246\254.html" index e90c80104e..d77e420e4e 100644 --- "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230-\352\264\200\353\246\254.html" +++ "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230-\352\264\200\353\246\254.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-브랜치-브랜치-워크플로 title: Git - 브랜치 관리 url: "/book/ko/v2/Git-브랜치-브랜치-관리.html" +aliases: +- "/book/ko/Git-브랜치-브랜치-관리.html" +- "/book/ko/v1/Git-브랜치-브랜치-관리.html" ---

브랜치 관리

diff --git "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230-\354\233\214\355\201\254\355\224\214\353\241\234.html" "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230-\354\233\214\355\201\254\355\224\214\353\241\234.html" index 63582eda93..487328eefc 100644 --- "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230-\354\233\214\355\201\254\355\224\214\353\241\234.html" +++ "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230-\354\233\214\355\201\254\355\224\214\353\241\234.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-브랜치-리모트-브랜치 title: Git - 브랜치 워크플로 url: "/book/ko/v2/Git-브랜치-브랜치-워크플로.html" +aliases: +- "/book/ko/Git-브랜치-브랜치-Workflow.html" +- "/book/ko/v1/Git-브랜치-브랜치-Workflow.html" ---

브랜치 워크플로

diff --git "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230\353\236\200-\353\254\264\354\227\207\354\235\270\352\260\200.html" "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230\353\236\200-\353\254\264\354\227\207\354\235\270\352\260\200.html" index f3f7edf43c..b81fdf2d22 100644 --- "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230\353\236\200-\353\254\264\354\227\207\354\235\270\352\260\200.html" +++ "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230\353\236\200-\353\254\264\354\227\207\354\235\270\352\260\200.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-브랜치-브랜치와-Merge-의-기초 title: Git - 브랜치란 무엇인가 url: "/book/ko/v2/Git-브랜치-브랜치란-무엇인가.html" +aliases: +- "/book/ko/Git-브랜치.html" +- "/book/ko/v1/Git-브랜치.html" ---

모든 버전 관리 시스템은 브랜치를 지원한다. 개발을 하다 보면 코드를 여러 개로 복사해야 하는 일이 자주 생긴다. diff --git "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230\354\231\200-Merge-\354\235\230-\352\270\260\354\264\210.html" "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230\354\231\200-Merge-\354\235\230-\352\270\260\354\264\210.html" index f5ac85b5aa..d4583b1900 100644 --- "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230\354\231\200-Merge-\354\235\230-\352\270\260\354\264\210.html" +++ "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\353\270\214\353\236\234\354\271\230\354\231\200-Merge-\354\235\230-\352\270\260\354\264\210.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-브랜치-브랜치-관리 title: Git - 브랜치와 Merge 의 기초 url: "/book/ko/v2/Git-브랜치-브랜치와-Merge-의-기초.html" +aliases: +- "/book/ko/Git-브랜치-브랜치와-Merge의-기초.html" +- "/book/ko/v1/Git-브랜치-브랜치와-Merge의-기초.html" ---

브랜치와 Merge 의 기초

diff --git "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\354\232\224\354\225\275.html" "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\354\232\224\354\225\275.html" index 8268b44972..482376be24 100644 --- "a/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\354\232\224\354\225\275.html" +++ "b/external/book/content/book/ko/v2/Git-\353\270\214\353\236\234\354\271\230-\354\232\224\354\225\275.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-서버-프로토콜 title: Git - 요약 url: "/book/ko/v2/Git-브랜치-요약.html" +aliases: +- "/book/ko/Git-브랜치-요약.html" +- "/book/ko/v1/Git-브랜치-요약.html" ---

요약

diff --git "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-Git-\353\215\260\353\252\254.html" "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-Git-\353\215\260\353\252\254.html" index 60f5fb0dcc..6e287f974e 100644 --- "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-Git-\353\215\260\353\252\254.html" +++ "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-Git-\353\215\260\353\252\254.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-서버-스마트-HTTP title: Git - Git 데몬 url: "/book/ko/v2/Git-서버-Git-데몬.html" +aliases: +- "/book/ko/Git-서버-Git-데몬.html" +- "/book/ko/v1/Git-서버-Git-데몬.html" ---

Git 데몬

diff --git "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-SSH-\352\263\265\352\260\234\355\202\244-\353\247\214\353\223\244\352\270\260.html" "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-SSH-\352\263\265\352\260\234\355\202\244-\353\247\214\353\223\244\352\270\260.html" index 07cec4fe6c..5e5052238f 100644 --- "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-SSH-\352\263\265\352\260\234\355\202\244-\353\247\214\353\223\244\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-SSH-\352\263\265\352\260\234\355\202\244-\353\247\214\353\223\244\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-서버-서버-설정하기 title: Git - SSH 공개키 만들기 url: "/book/ko/v2/Git-서버-SSH-공개키-만들기.html" +aliases: +- "/book/ko/Git-서버-SSH-공개키-만들기.html" +- "/book/ko/v1/Git-서버-SSH-공개키-만들기.html" ---

SSH 공개키 만들기

diff --git "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\353\230\220-\353\213\244\353\245\270-\354\204\240\355\203\235\354\247\200,-\355\230\270\354\212\244\355\214\205.html" "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\353\230\220-\353\213\244\353\245\270-\354\204\240\355\203\235\354\247\200,-\355\230\270\354\212\244\355\214\205.html" index 2f4c9d8900..96bc9e7a26 100644 --- "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\353\230\220-\353\213\244\353\245\270-\354\204\240\355\203\235\354\247\200,-\355\230\270\354\212\244\355\214\205.html" +++ "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\353\230\220-\353\213\244\353\245\270-\354\204\240\355\203\235\354\247\200,-\355\230\270\354\212\244\355\214\205.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-서버-요약 title: Git - 또 다른 선택지, 호스팅 url: "/book/ko/v2/Git-서버-또-다른-선택지,-호스팅.html" +aliases: +- "/book/ko/Git-서버-공개하기.html" +- "/book/ko/v1/Git-서버-공개하기.html" ---

또 다른 선택지, 호스팅

diff --git "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\204\234\353\262\204-\354\204\244\354\240\225\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\204\234\353\262\204-\354\204\244\354\240\225\355\225\230\352\270\260.html" index 2f294663e8..e5a187fd7b 100644 --- "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\204\234\353\262\204-\354\204\244\354\240\225\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\204\234\353\262\204-\354\204\244\354\240\225\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-서버-Git-데몬 title: Git - 서버 설정하기 url: "/book/ko/v2/Git-서버-서버-설정하기.html" +aliases: +- "/book/ko/Git-서버-서버에-설정하기.html" +- "/book/ko/v1/Git-서버-서버에-설정하기.html" ---

서버 설정하기

diff --git "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\204\234\353\262\204\354\227\220-Git-\354\204\244\354\271\230\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\204\234\353\262\204\354\227\220-Git-\354\204\244\354\271\230\355\225\230\352\270\260.html" index 1789d2f1f1..505d8b46c9 100644 --- "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\204\234\353\262\204\354\227\220-Git-\354\204\244\354\271\230\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\204\234\353\262\204\354\227\220-Git-\354\204\244\354\271\230\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-서버-SSH-공개키-만들기 title: Git - 서버에 Git 설치하기 url: "/book/ko/v2/Git-서버-서버에-Git-설치하기.html" +aliases: +- "/book/ko/Git-서버-서버에-Git-설치하기.html" +- "/book/ko/v1/Git-서버-서버에-Git-설치하기.html" ---

서버에 Git 설치하기

diff --git "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\232\224\354\225\275.html" "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\232\224\354\225\275.html" index c527fc70ce..5969b141e0 100644 --- "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\232\224\354\225\275.html" +++ "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\354\232\224\354\225\275.html" @@ -17,6 +17,9 @@ next: book/ko/v2/분산-환경에서의-Git-분산-환경에서의-워크플로 title: Git - 요약 url: "/book/ko/v2/Git-서버-요약.html" +aliases: +- "/book/ko/Git-서버-요약.html" +- "/book/ko/v1/Git-서버-요약.html" ---

요약

diff --git "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\355\224\204\353\241\234\355\206\240\354\275\234.html" "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\355\224\204\353\241\234\355\206\240\354\275\234.html" index e3d7907713..8b3ed2e33a 100644 --- "a/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\355\224\204\353\241\234\355\206\240\354\275\234.html" +++ "b/external/book/content/book/ko/v2/Git-\354\204\234\353\262\204-\355\224\204\353\241\234\355\206\240\354\275\234.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-서버-서버에-Git-설치하기 title: Git - 프로토콜 url: "/book/ko/v2/Git-서버-프로토콜.html" +aliases: +- "/book/ko/Git-서버.html" +- "/book/ko/v1/Git-서버.html" ---

이 글을 읽는 독자라면 이미 하루 업무의 대부분을 Git으로 처리할 수 있을 거라고 생각한다. 이제는 다른 사람과 협업하는 방법을 고민해보자. diff --git "a/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-Git:-\353\262\224\354\232\251-Client.html" "b/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-Git:-\353\262\224\354\232\251-Client.html" index b77d84815b..6462bccc54 100644 --- "a/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-Git:-\353\262\224\354\232\251-Client.html" +++ "b/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-Git:-\353\262\224\354\232\251-Client.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git과-여타-버전-관리-시스템-Git으로-옮기기 title: 'Git - Git: 범용 Client' url: "/book/ko/v2/Git과-여타-버전-관리-시스템-Git:-범용-Client.html" +aliases: +- "/book/ko/Git으로-이전하기.html" +- "/book/ko/v1/Git으로-이전하기.html" ---

세상 일은 뜻대로 되지 않는다. 진행하던 프로젝트를 모두 한 번에 Git 저장소로 옮기기는 어렵다. diff --git "a/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-Git\354\234\274\353\241\234-\354\230\256\352\270\260\352\270\260.html" "b/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-Git\354\234\274\353\241\234-\354\230\256\352\270\260\352\270\260.html" index c611c852ec..8bacb69ecc 100644 --- "a/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-Git\354\234\274\353\241\234-\354\230\256\352\270\260\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-Git\354\234\274\353\241\234-\354\230\256\352\270\260\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git과-여타-버전-관리-시스템-요약 title: Git - Git으로 옮기기 url: "/book/ko/v2/Git과-여타-버전-관리-시스템-Git으로-옮기기.html" +aliases: +- "/book/ko/Git으로-이전하기-Git으로-옮기기.html" +- "/book/ko/v1/Git으로-이전하기-Git으로-옮기기.html" ---

Git으로 옮기기

diff --git "a/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-\354\232\224\354\225\275.html" "b/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-\354\232\224\354\225\275.html" index 510b951159..c11d5ae9d4 100644 --- "a/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-\354\232\224\354\225\275.html" +++ "b/external/book/content/book/ko/v2/Git\352\263\274-\354\227\254\355\203\200-\353\262\204\354\240\204-\352\264\200\353\246\254-\354\213\234\354\212\244\355\205\234-\354\232\224\354\225\275.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-내부-Plumbing-명령과-Porcelain-명령 title: Git - 요약 url: "/book/ko/v2/Git과-여타-버전-관리-시스템-요약.html" +aliases: +- "/book/ko/Git으로-이전하기-요약.html" +- "/book/ko/v1/Git으로-이전하기-요약.html" ---

요약

diff --git "a/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-Attributes.html" "b/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-Attributes.html" index ae082fe985..20696f5485 100644 --- "a/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-Attributes.html" +++ "b/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-Attributes.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git맞춤-Git-Hooks title: Git - Git Attributes url: "/book/ko/v2/Git맞춤-Git-Attributes.html" +aliases: +- "/book/ko/Git맞춤-Git-Attribute.html" +- "/book/ko/v1/Git맞춤-Git-Attribute.html" ---

Git Attributes

diff --git "a/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-Hooks.html" "b/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-Hooks.html" index 4539e72ccf..45f4adb695 100644 --- "a/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-Hooks.html" +++ "b/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-Hooks.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git맞춤-정책-구현하기 title: Git - Git Hooks url: "/book/ko/v2/Git맞춤-Git-Hooks.html" +aliases: +- "/book/ko/Git맞춤-Git-훅.html" +- "/book/ko/v1/Git맞춤-Git-훅.html" ---

Git Hooks

diff --git "a/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-\354\204\244\354\240\225\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-\354\204\244\354\240\225\355\225\230\352\270\260.html" index 3a5b560de7..222fabcf39 100644 --- "a/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-\354\204\244\354\240\225\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-Git-\354\204\244\354\240\225\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git맞춤-Git-Attributes title: Git - Git 설정하기 url: "/book/ko/v2/Git맞춤-Git-설정하기.html" +aliases: +- "/book/ko/Git맞춤.html" +- "/book/ko/v1/Git맞춤.html" ---

지금까지 Git이 어떻게 동작하고 Git을 어떻게 사용하는지 설명했다. 이제 Git을 좀 더 쉽고 편하게 사용할 수 있도록 도와주는 도구를 살펴본다. 이 장에서는 먼저 많이 쓰이는 설정 그리고 훅 시스템을 먼저 설명한다. 그 후에 Git을 내게 맞추어(Customize) 본다. diff --git "a/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-\354\232\224\354\225\275.html" "b/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-\354\232\224\354\225\275.html" index 1d76b18c33..3045cc32c1 100644 --- "a/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-\354\232\224\354\225\275.html" +++ "b/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-\354\232\224\354\225\275.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git과-여타-버전-관리-시스템-Git:-범용-Client title: Git - 요약 url: "/book/ko/v2/Git맞춤-요약.html" +aliases: +- "/book/ko/Git맞춤-요약.html" +- "/book/ko/v1/Git맞춤-요약.html" ---

요약

diff --git "a/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-\354\240\225\354\261\205-\352\265\254\355\230\204\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-\354\240\225\354\261\205-\352\265\254\355\230\204\355\225\230\352\270\260.html" index 7a391c84f9..44d7662fc9 100644 --- "a/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-\354\240\225\354\261\205-\352\265\254\355\230\204\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git\353\247\236\354\266\244-\354\240\225\354\261\205-\352\265\254\355\230\204\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git맞춤-요약 title: Git - 정책 구현하기 url: "/book/ko/v2/Git맞춤-정책-구현하기.html" +aliases: +- "/book/ko/Git맞춤-정책-구현하기.html" +- "/book/ko/v1/Git맞춤-정책-구현하기.html" ---

정책 구현하기

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-Git-Alias.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-Git-Alias.html" index 86d4759d89..53f6fa013b 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-Git-Alias.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-Git-Alias.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-기초-요약 title: Git - Git Alias url: "/book/ko/v2/Git의-기초-Git-Alias.html" +aliases: +- "/book/ko/Git의-기초-팁과-트릭.html" +- "/book/ko/v1/Git의-기초-팁과-트릭.html" ---

Git Alias

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-Git-\354\240\200\354\236\245\354\206\214-\353\247\214\353\223\244\352\270\260.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-Git-\354\240\200\354\236\245\354\206\214-\353\247\214\353\223\244\352\270\260.html" index 825deb1612..ce8bf073c7 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-Git-\354\240\200\354\236\245\354\206\214-\353\247\214\353\223\244\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-Git-\354\240\200\354\236\245\354\206\214-\353\247\214\353\223\244\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-기초-수정하고-저장소에-저장하기 title: Git - Git 저장소 만들기 url: "/book/ko/v2/Git의-기초-Git-저장소-만들기.html" +aliases: +- "/book/ko/Git의-기초.html" +- "/book/ko/v1/Git의-기초.html" ---

Git을 사용하는 방법을 알고 싶은데 한 챕터밖에 읽을 시간이 없다면 이번 챕터를 읽어야 한다. Git에서 자주 사용하는 명령어는 모두 2장에 등장한다. diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\353\220\230\353\217\214\353\246\254\352\270\260.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\353\220\230\353\217\214\353\246\254\352\270\260.html" index 46bd24500f..f4d1d446f8 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\353\220\230\353\217\214\353\246\254\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\353\220\230\353\217\214\353\246\254\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-기초-리모트-저장소 title: Git - 되돌리기 url: "/book/ko/v2/Git의-기초-되돌리기.html" +aliases: +- "/book/ko/Git의-기초-되돌리기.html" +- "/book/ko/v1/Git의-기초-되돌리기.html" ---

되돌리기

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\353\246\254\353\252\250\355\212\270-\354\240\200\354\236\245\354\206\214.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\353\246\254\353\252\250\355\212\270-\354\240\200\354\236\245\354\206\214.html" index 45279ff482..f5a457da4e 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\353\246\254\353\252\250\355\212\270-\354\240\200\354\236\245\354\206\214.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\353\246\254\353\252\250\355\212\270-\354\240\200\354\236\245\354\206\214.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-기초-태그 title: Git - 리모트 저장소 url: "/book/ko/v2/Git의-기초-리모트-저장소.html" +aliases: +- "/book/ko/Git의-기초-리모트-저장소.html" +- "/book/ko/v1/Git의-기초-리모트-저장소.html" ---

리모트 저장소

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\210\230\354\240\225\355\225\230\352\263\240-\354\240\200\354\236\245\354\206\214\354\227\220-\354\240\200\354\236\245\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\210\230\354\240\225\355\225\230\352\263\240-\354\240\200\354\236\245\354\206\214\354\227\220-\354\240\200\354\236\245\355\225\230\352\270\260.html" index aca29fb3e9..b88416450a 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\210\230\354\240\225\355\225\230\352\263\240-\354\240\200\354\236\245\354\206\214\354\227\220-\354\240\200\354\236\245\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\210\230\354\240\225\355\225\230\352\263\240-\354\240\200\354\236\245\354\206\214\354\227\220-\354\240\200\354\236\245\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-기초-커밋-히스토리-조회하기 title: Git - 수정하고 저장소에 저장하기 url: "/book/ko/v2/Git의-기초-수정하고-저장소에-저장하기.html" +aliases: +- "/book/ko/Git의-기초-수정하고-저장소에-저장하기.html" +- "/book/ko/v1/Git의-기초-수정하고-저장소에-저장하기.html" ---

수정하고 저장소에 저장하기

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\232\224\354\225\275.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\232\224\354\225\275.html" index 298e947686..285ccf7c4f 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\232\224\354\225\275.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\232\224\354\225\275.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git-브랜치-브랜치란-무엇인가 title: Git - 요약 url: "/book/ko/v2/Git의-기초-요약.html" +aliases: +- "/book/ko/Git의-기초-요약.html" +- "/book/ko/v1/Git의-기초-요약.html" ---

요약

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\273\244\353\260\213-\355\236\210\354\212\244\355\206\240\353\246\254-\354\241\260\355\232\214\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\273\244\353\260\213-\355\236\210\354\212\244\355\206\240\353\246\254-\354\241\260\355\232\214\355\225\230\352\270\260.html" index a880f513f5..1c85fb7e3c 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\273\244\353\260\213-\355\236\210\354\212\244\355\206\240\353\246\254-\354\241\260\355\232\214\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\354\273\244\353\260\213-\355\236\210\354\212\244\355\206\240\353\246\254-\354\241\260\355\232\214\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-기초-되돌리기 title: Git - 커밋 히스토리 조회하기 url: "/book/ko/v2/Git의-기초-커밋-히스토리-조회하기.html" +aliases: +- "/book/ko/Git의-기초-커밋-히스토리-조회하기.html" +- "/book/ko/v1/Git의-기초-커밋-히스토리-조회하기.html" ---

커밋 히스토리 조회하기

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\355\203\234\352\267\270.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\355\203\234\352\267\270.html" index d32607042b..37db6c787b 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\355\203\234\352\267\270.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\352\270\260\354\264\210-\355\203\234\352\267\270.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-기초-Git-Alias title: Git - 태그 url: "/book/ko/v2/Git의-기초-태그.html" +aliases: +- "/book/ko/Git의-기초-태그.html" +- "/book/ko/v1/Git의-기초-태그.html" ---

태그

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Git-Refs.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Git-Refs.html" index 364b04aef3..c3c8e5f2d9 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Git-Refs.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Git-Refs.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-내부-Packfile title: Git - Git Refs url: "/book/ko/v2/Git의-내부-Git-Refs.html" +aliases: +- "/book/ko/Git의-내부-Packfile.html" +- "/book/ko/v1/Git의-내부-Packfile.html" ---

Git Refs

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Git-\352\260\234\354\262\264.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Git-\352\260\234\354\262\264.html" index 239d477677..82545758bf 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Git-\352\260\234\354\262\264.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Git-\352\260\234\354\262\264.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-내부-Git-Refs title: Git - Git 개체 url: "/book/ko/v2/Git의-내부-Git-개체.html" +aliases: +- "/book/ko/Git의-내부-Git-개체.html" +- "/book/ko/v1/Git의-내부-Git-개체.html" ---

Git 개체

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Packfile.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Packfile.html" index 0f9dc77ad6..a476ae400c 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Packfile.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Packfile.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-내부-Refspec title: Git - Packfile url: "/book/ko/v2/Git의-내부-Packfile.html" +aliases: +- "/book/ko/Git의-내부-Refspec.html" +- "/book/ko/v1/Git의-내부-Refspec.html" ---

Packfile

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Plumbing-\353\252\205\353\240\271\352\263\274-Porcelain-\353\252\205\353\240\271.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Plumbing-\353\252\205\353\240\271\352\263\274-Porcelain-\353\252\205\353\240\271.html" index 812305fcf4..fb7323bd79 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Plumbing-\353\252\205\353\240\271\352\263\274-Porcelain-\353\252\205\353\240\271.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Plumbing-\353\252\205\353\240\271\352\263\274-Porcelain-\353\252\205\353\240\271.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-내부-Git-개체 title: Git - Plumbing 명령과 Porcelain 명령 url: "/book/ko/v2/Git의-내부-Plumbing-명령과-Porcelain-명령.html" +aliases: +- "/book/ko/Git의-내부.html" +- "/book/ko/v1/Git의-내부.html" ---

여기까지 다 읽고 왔든지 바로 여기부터 보기 시작했던지 간에 이제 마지막 장이다. 이번 장은 Git이 어떻게 구현돼 있고 내부적으로 어떻게 동작하는지 설명한다. Git이 얼마나 유용하고 강력한지 이해하려면 이 장의 내용을 꼭 알아야 한다. 이 장은 초보자에게 너무 혼란스럽고 불필요한 내용이라고 이야기하는 사람들도 있다. diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Refspec.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Refspec.html" index e767280e44..a8f2c5219e 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Refspec.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-Refspec.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-내부-데이터-전송-프로토콜 title: Git - Refspec url: "/book/ko/v2/Git의-내부-Refspec.html" +aliases: +- "/book/ko/Git의-내부-데이터-전송-프로토콜.html" +- "/book/ko/v1/Git의-내부-데이터-전송-프로토콜.html" ---

Refspec

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-\353\215\260\354\235\264\355\204\260-\354\240\204\354\206\241-\355\224\204\353\241\234\355\206\240\354\275\234.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-\353\215\260\354\235\264\355\204\260-\354\240\204\354\206\241-\355\224\204\353\241\234\355\206\240\354\275\234.html" index 2c43abc73f..bb1eaba261 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-\353\215\260\354\235\264\355\204\260-\354\240\204\354\206\241-\355\224\204\353\241\234\355\206\240\354\275\234.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-\353\215\260\354\235\264\355\204\260-\354\240\204\354\206\241-\355\224\204\353\241\234\355\206\240\354\275\234.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-내부-운영-및-데이터-복구 title: Git - 데이터 전송 프로토콜 url: "/book/ko/v2/Git의-내부-데이터-전송-프로토콜.html" +aliases: +- "/book/ko/Git의-내부-운영-및-데이터-복구.html" +- "/book/ko/v1/Git의-내부-운영-및-데이터-복구.html" ---

데이터 전송 프로토콜

diff --git "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-\354\232\264\354\230\201-\353\260\217-\353\215\260\354\235\264\355\204\260-\353\263\265\352\265\254.html" "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-\354\232\264\354\230\201-\353\260\217-\353\215\260\354\235\264\355\204\260-\353\263\265\352\265\254.html" index e8ae42dd60..9a23d1feb5 100644 --- "a/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-\354\232\264\354\230\201-\353\260\217-\353\215\260\354\235\264\355\204\260-\353\263\265\352\265\254.html" +++ "b/external/book/content/book/ko/v2/Git\354\235\230-\353\202\264\353\266\200-\354\232\264\354\230\201-\353\260\217-\353\215\260\354\235\264\355\204\260-\353\263\265\352\265\254.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-내부-환경변수 title: Git - 운영 및 데이터 복구 url: "/book/ko/v2/Git의-내부-운영-및-데이터-복구.html" +aliases: +- "/book/ko/Git의-내부-요약.html" +- "/book/ko/v1/Git의-내부-요약.html" ---

운영 및 데이터 복구

diff --git a/external/book/content/book/ko/v2/_index.html b/external/book/content/book/ko/v2/_index.html index cc1b5f1668..eeb06e4387 100644 --- a/external/book/content/book/ko/v2/_index.html +++ b/external/book/content/book/ko/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/ko/v2.html" aliases: - "/book/ko/v2/index.html" +- "/book/ko/v1/index.html" - "/book/ko/index.html" --- diff --git "a/external/book/content/book/ko/v2/\353\266\200\353\241\235-C:-Git-\353\252\205\353\240\271\354\226\264-\354\204\244\354\271\230\354\231\200-\354\204\244\354\240\225.html" "b/external/book/content/book/ko/v2/\353\266\200\353\241\235-C:-Git-\353\252\205\353\240\271\354\226\264-\354\204\244\354\271\230\354\231\200-\354\204\244\354\240\225.html" index c3bc0a281c..b838456a9b 100644 --- "a/external/book/content/book/ko/v2/\353\266\200\353\241\235-C:-Git-\353\252\205\353\240\271\354\226\264-\354\204\244\354\271\230\354\231\200-\354\204\244\354\240\225.html" +++ "b/external/book/content/book/ko/v2/\353\266\200\353\241\235-C:-Git-\353\252\205\353\240\271\354\226\264-\354\204\244\354\271\230\354\231\200-\354\204\244\354\240\225.html" @@ -17,6 +17,9 @@ next: book/ko/v2/부록-C:-Git-명령어-프로젝트-가져오기와-생성하기 title: Git - 설치와 설정 url: "/book/ko/v2/부록-C:-Git-명령어-설치와-설정.html" +aliases: +- "/book/ko/commands.html" +- "/book/ko/v1/commands.html" ---

이 책에서 Git 명령어를 많이 설명하지만, Git을 설명하기 위해서 중간마다 설명하는 것뿐이다. 설명을 방해할 수 있기 때문에 명령어 중심으로 살펴보지 않는다. 이 장에서는 여기저기 흩어져 있는 명령어 사용법을 한눈에 볼 수 있도록 정리한다.

책 전체에서 언급했던 Git 명령어를 전부 살펴보는데 명령어를 용도에 따라 그룹으로 묶어 놓았다. 해당 명령어를 어디에 쓰는지 설명하고 어디에서 찾아볼 수 있는지도 표기한다.

diff --git "a/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-\354\233\214\355\201\254\355\224\214\353\241\234.html" "b/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-\354\233\214\355\201\254\355\224\214\353\241\234.html" index 5961a2ddc0..1d35c0c4bb 100644 --- "a/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-\354\233\214\355\201\254\355\224\214\353\241\234.html" +++ "b/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-\354\233\214\355\201\254\355\224\214\353\241\234.html" @@ -17,6 +17,9 @@ next: book/ko/v2/분산-환경에서의-Git-프로젝트에-기여하기 title: Git - 분산 환경에서의 워크플로 url: "/book/ko/v2/분산-환경에서의-Git-분산-환경에서의-워크플로.html" +aliases: +- "/book/ko/분산-환경에서의-Git.html" +- "/book/ko/v1/분산-환경에서의-Git.html" ---

앞 장에서 다른 개발자와 코드를 공유하는 리모트 저장소를 만드는 법을 배웠다. 로컬에서 작업하는 데 필요한 기본적인 명령어에는 어느 정도 익숙해졌다. 이제는 분산 환경에서 Git이 제공하는 기능을 어떻게 효율적으로 사용할지를 배운다.

이번 장에서는 분산 환경에서 Git을 어떻게 사용할 수 있을지 살펴본다. 프로젝트 기여자 입장과 여러 수정사항을 취합하는 관리자 입장에서 두루 살펴본다. 즉, 프로젝트 기여자 또는 관리자로서 작업물을 프로젝트에 어떻게 포함시킬지와 수 많은 개발자가 수행한 일을 취합하고 프로젝트를 운영하는 방법을 배운다.

diff --git "a/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\355\224\204\353\241\234\354\240\235\355\212\270-\352\264\200\353\246\254\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\355\224\204\353\241\234\354\240\235\355\212\270-\352\264\200\353\246\254\355\225\230\352\270\260.html" index 3df608672a..a1e9f38dc0 100644 --- "a/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\355\224\204\353\241\234\354\240\235\355\212\270-\352\264\200\353\246\254\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\355\224\204\353\241\234\354\240\235\355\212\270-\352\264\200\353\246\254\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/분산-환경에서의-Git-요약 title: Git - 프로젝트 관리하기 url: "/book/ko/v2/분산-환경에서의-Git-프로젝트-관리하기.html" +aliases: +- "/book/ko/분산-환경에서의-Git-프로젝트-운영하기.html" +- "/book/ko/v1/분산-환경에서의-Git-프로젝트-운영하기.html" ---

프로젝트 관리하기

diff --git "a/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\355\224\204\353\241\234\354\240\235\355\212\270\354\227\220-\352\270\260\354\227\254\355\225\230\352\270\260.html" "b/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\355\224\204\353\241\234\354\240\235\355\212\270\354\227\220-\352\270\260\354\227\254\355\225\230\352\270\260.html" index f17e62347d..d65a130620 100644 --- "a/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\355\224\204\353\241\234\354\240\235\355\212\270\354\227\220-\352\270\260\354\227\254\355\225\230\352\270\260.html" +++ "b/external/book/content/book/ko/v2/\353\266\204\354\202\260-\355\231\230\352\262\275\354\227\220\354\204\234\354\235\230-Git-\355\224\204\353\241\234\354\240\235\355\212\270\354\227\220-\352\270\260\354\227\254\355\225\230\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/분산-환경에서의-Git-프로젝트-관리하기 title: Git - 프로젝트에 기여하기 url: "/book/ko/v2/분산-환경에서의-Git-프로젝트에-기여하기.html" +aliases: +- "/book/ko/분산-환경에서의-Git-프로젝트에-기여하기.html" +- "/book/ko/v1/분산-환경에서의-Git-프로젝트에-기여하기.html" ---

프로젝트에 기여하기

diff --git "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\352\270\260\354\264\210.html" "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\352\270\260\354\264\210.html" index e481e535f2..722534b127 100644 --- "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\352\270\260\354\264\210.html" +++ "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\352\270\260\354\264\210.html" @@ -17,6 +17,9 @@ next: book/ko/v2/시작하기-CLI title: Git - Git 기초 url: "/book/ko/v2/시작하기-Git-기초.html" +aliases: +- "/book/ko/시작하기-Git-기초.html" +- "/book/ko/v1/시작하기-Git-기초.html" ---

Git 기초

diff --git "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\354\204\244\354\271\230.html" "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\354\204\244\354\271\230.html" index 6bc19aef18..6ebe18009f 100644 --- "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\354\204\244\354\271\230.html" +++ "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\354\204\244\354\271\230.html" @@ -17,6 +17,9 @@ next: book/ko/v2/시작하기-Git-최초-설정 title: Git - Git 설치 url: "/book/ko/v2/시작하기-Git-설치.html" +aliases: +- "/book/ko/시작하기-Git-설치.html" +- "/book/ko/v1/시작하기-Git-설치.html" ---

Git 설치

diff --git "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\354\265\234\354\264\210-\354\204\244\354\240\225.html" "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\354\265\234\354\264\210-\354\204\244\354\240\225.html" index 15428ec5d9..d9b969cda8 100644 --- "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\354\265\234\354\264\210-\354\204\244\354\240\225.html" +++ "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-Git-\354\265\234\354\264\210-\354\204\244\354\240\225.html" @@ -17,6 +17,9 @@ next: book/ko/v2/시작하기-도움말-보기 title: Git - Git 최초 설정 url: "/book/ko/v2/시작하기-Git-최초-설정.html" +aliases: +- "/book/ko/시작하기-Git-최초-설정.html" +- "/book/ko/v1/시작하기-Git-최초-설정.html" ---

Git 최초 설정

diff --git "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\353\217\204\354\233\200\353\247\220-\353\263\264\352\270\260.html" "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\353\217\204\354\233\200\353\247\220-\353\263\264\352\270\260.html" index fd3b8d8aaf..5e58b8bc93 100644 --- "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\353\217\204\354\233\200\353\247\220-\353\263\264\352\270\260.html" +++ "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\353\217\204\354\233\200\353\247\220-\353\263\264\352\270\260.html" @@ -17,6 +17,9 @@ next: book/ko/v2/시작하기-요약 title: Git - 도움말 보기 url: "/book/ko/v2/시작하기-도움말-보기.html" +aliases: +- "/book/ko/시작하기-도움말-보기.html" +- "/book/ko/v1/시작하기-도움말-보기.html" ---

도움말 보기

diff --git "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\353\262\204\354\240\204-\352\264\200\353\246\254\353\236\200?.html" "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\353\262\204\354\240\204-\352\264\200\353\246\254\353\236\200?.html" index ec244d5060..da463d2c01 100644 --- "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\353\262\204\354\240\204-\352\264\200\353\246\254\353\236\200?.html" +++ "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\353\262\204\354\240\204-\352\264\200\353\246\254\353\236\200?.html" @@ -19,6 +19,8 @@ url: "/book/ko/v2/시작하기-버전-관리란?.html" aliases: - "/book/ko/v2/시작하기-버전-관리란.html" +- "/book/ko/시작하기.html" +- "/book/ko/v1/시작하기.html" ---

이 장에서 설명하는 것은 Git을 처음 접하는 사람에게 필요한 내용이다. 먼저 버전 관리 도구에 대한 이해와 Git을 설치하는 방법을 설명하고 마지막으로 Git 서버를 설정하고 사용하는 방법을 설명한다. diff --git "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\354\232\224\354\225\275.html" "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\354\232\224\354\225\275.html" index 5312f377cb..2e7db5f4c3 100644 --- "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\354\232\224\354\225\275.html" +++ "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\354\232\224\354\225\275.html" @@ -17,6 +17,9 @@ next: book/ko/v2/Git의-기초-Git-저장소-만들기 title: Git - 요약 url: "/book/ko/v2/시작하기-요약.html" +aliases: +- "/book/ko/시작하기-요약.html" +- "/book/ko/v1/시작하기-요약.html" ---

요약

diff --git "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\354\247\247\352\262\214-\353\263\264\353\212\224-Git\354\235\230-\354\227\255\354\202\254.html" "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\354\247\247\352\262\214-\353\263\264\353\212\224-Git\354\235\230-\354\227\255\354\202\254.html" index e9aede5e6d..cbdab13add 100644 --- "a/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\354\247\247\352\262\214-\353\263\264\353\212\224-Git\354\235\230-\354\227\255\354\202\254.html" +++ "b/external/book/content/book/ko/v2/\354\213\234\354\236\221\355\225\230\352\270\260-\354\247\247\352\262\214-\353\263\264\353\212\224-Git\354\235\230-\354\227\255\354\202\254.html" @@ -17,6 +17,9 @@ next: book/ko/v2/시작하기-Git-기초 title: Git - 짧게 보는 Git의 역사 url: "/book/ko/v2/시작하기-짧게-보는-Git의-역사.html" +aliases: +- "/book/ko/시작하기-짧게-보는-Git의-역사.html" +- "/book/ko/v1/시작하기-짧게-보는-Git의-역사.html" ---

짧게 보는 Git의 역사

diff --git a/external/book/content/book/mk/v1/_index.html b/external/book/content/book/mk/v1/_index.html new file mode 100644 index 0000000000..81663e4e45 --- /dev/null +++ b/external/book/content/book/mk/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/mk/v2 +--- diff --git "a/external/book/content/book/mk/v2/Appendix-C:-Git-\320\272\320\276\320\274\320\260\320\275\320\264\320\270-Setup-and-Config.html" "b/external/book/content/book/mk/v2/Appendix-C:-Git-\320\272\320\276\320\274\320\260\320\275\320\264\320\270-Setup-and-Config.html" index 1569b4b656..d10c27fe53 100644 --- "a/external/book/content/book/mk/v2/Appendix-C:-Git-\320\272\320\276\320\274\320\260\320\275\320\264\320\270-Setup-and-Config.html" +++ "b/external/book/content/book/mk/v2/Appendix-C:-Git-\320\272\320\276\320\274\320\260\320\275\320\264\320\270-Setup-and-Config.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Appendix-C:-Git-команди-Getting-and-Creating-Projects title: Git - Setup and Config url: "/book/mk/v2/Appendix-C:-Git-команди-Setup-and-Config.html" +aliases: +- "/book/mk/commands.html" +- "/book/mk/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/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Revision-Selection.html" "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Revision-Selection.html" index c3f5c1614d..60b335f8e3 100644 --- "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Revision-Selection.html" +++ "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Revision-Selection.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-Алатки-Интерактивно-стажирање title: Git - Revision Selection url: "/book/mk/v2/Git-Алатки-Revision-Selection.html" +aliases: +- "/book/mk/Git-Tools.html" +- "/book/mk/v1/Git-Tools.html" ---

До сега сте научиле поголем дел од секојдневните команди и работни текови кои ви се потребни за управување или одржување на Git складиштето за вашата контрола на изворниот код. Ги постигнавте основните задачи за следење и зачувување на датотеки, и ја искористивте моќта на стадиумот и лесен разгранување и спојување на теми.

Сега ќе разгледате многу многу моќни нешта кои Git може да ги направи за да не мора да ги користите на ден-за-ден, но дека можеби ќе треба во некоја точка.

diff --git "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Rewriting-History.html" "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Rewriting-History.html" index 2eb855d49d..7deecaa94b 100644 --- "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Rewriting-History.html" +++ "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Rewriting-History.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-Алатки-Reset-Demystified title: Git - Rewriting History url: "/book/mk/v2/Git-Алатки-Rewriting-History.html" +aliases: +- "/book/mk/Git-Tools-Rewriting-History.html" +- "/book/mk/v1/Git-Tools-Rewriting-History.html" ---

Rewriting History

diff --git "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Stashing-and-Cleaning.html" "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Stashing-and-Cleaning.html" index cad3bba607..64cf65d5b9 100644 --- "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Stashing-and-Cleaning.html" +++ "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Stashing-and-Cleaning.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-Алатки-Signing-Your-Work title: Git - Stashing and Cleaning url: "/book/mk/v2/Git-Алатки-Stashing-and-Cleaning.html" +aliases: +- "/book/mk/Git-Tools-Stashing.html" +- "/book/mk/v1/Git-Tools-Stashing.html" ---

Stashing and Cleaning

diff --git "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Submodules.html" "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Submodules.html" index 0dfcf642eb..5145a9b3b3 100644 --- "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Submodules.html" +++ "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-Submodules.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-Алатки-Збивање title: Git - Submodules url: "/book/mk/v2/Git-Алатки-Submodules.html" +aliases: +- "/book/mk/Git-Tools-Submodules.html" +- "/book/mk/v1/Git-Tools-Submodules.html" ---

Submodules

diff --git "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\224\320\265\320\261\320\260\320\263\320\270\321\200\320\260\321\232\320\265-\321\201\320\276-Git.html" "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\224\320\265\320\261\320\260\320\263\320\270\321\200\320\260\321\232\320\265-\321\201\320\276-Git.html" index c7ff5a0224..0e7af5c30c 100644 --- "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\224\320\265\320\261\320\260\320\263\320\270\321\200\320\260\321\232\320\265-\321\201\320\276-Git.html" +++ "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\224\320\265\320\261\320\260\320\263\320\270\321\200\320\260\321\232\320\265-\321\201\320\276-Git.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-Алатки-Submodules title: Git - Дебагирање со Git url: "/book/mk/v2/Git-Алатки-Дебагирање-со-Git.html" +aliases: +- "/book/mk/Git-Tools-Debugging-with-Git.html" +- "/book/mk/v1/Git-Tools-Debugging-with-Git.html" ---

Дебагирање со Git

diff --git "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" index 1705dcb9b6..e15d31c4fd 100644 --- "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" +++ "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Персонализација-на-Git-Git-Configuration title: Git - Заклучок url: "/book/mk/v2/Git-Алатки-Заклучок.html" +aliases: +- "/book/mk/Git-Tools-Summary.html" +- "/book/mk/v1/Git-Tools-Summary.html" ---

Заклучок

diff --git "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\230\320\275\321\202\320\265\321\200\320\260\320\272\321\202\320\270\320\262\320\275\320\276-\321\201\321\202\320\260\320\266\320\270\321\200\320\260\321\232\320\265.html" "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\230\320\275\321\202\320\265\321\200\320\260\320\272\321\202\320\270\320\262\320\275\320\276-\321\201\321\202\320\260\320\266\320\270\321\200\320\260\321\232\320\265.html" index 94cc89dbdd..e92397e0a4 100644 --- "a/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\230\320\275\321\202\320\265\321\200\320\260\320\272\321\202\320\270\320\262\320\275\320\276-\321\201\321\202\320\260\320\266\320\270\321\200\320\260\321\232\320\265.html" +++ "b/external/book/content/book/mk/v2/Git-\320\220\320\273\320\260\321\202\320\272\320\270-\320\230\320\275\321\202\320\265\321\200\320\260\320\272\321\202\320\270\320\262\320\275\320\276-\321\201\321\202\320\260\320\266\320\270\321\200\320\260\321\232\320\265.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-Алатки-Stashing-and-Cleaning title: Git - Интерактивно стажирање url: "/book/mk/v2/Git-Алатки-Интерактивно-стажирање.html" +aliases: +- "/book/mk/Git-Tools-Interactive-Staging.html" +- "/book/mk/v1/Git-Tools-Interactive-Staging.html" ---

Интерактивно стажирање

diff --git "a/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-Git-\320\272\320\260\320\272\320\276-\320\232\320\273\320\270\320\265\320\275\321\202.html" "b/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-Git-\320\272\320\260\320\272\320\276-\320\232\320\273\320\270\320\265\320\275\321\202.html" index 139f34f763..1e2330b26b 100644 --- "a/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-Git-\320\272\320\260\320\272\320\276-\320\232\320\273\320\270\320\265\320\275\321\202.html" +++ "b/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-Git-\320\272\320\260\320\272\320\276-\320\232\320\273\320\270\320\265\320\275\321\202.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-и-други-системи-Мигрирање-кон-Git title: Git - Git како Клиент url: "/book/mk/v2/Git-и-други-системи-Git-како-Клиент.html" +aliases: +- "/book/mk/Git-and-Other-Systems.html" +- "/book/mk/v1/Git-and-Other-Systems.html" ---

Светот не е совршен. Обично, не можете веднаш да го префрлите секој проект со кој доаѓате во контакт со Git. diff --git "a/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" "b/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" index d7910cdbb7..439d3e674f 100644 --- "a/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" +++ "b/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Внатрешноста-на-Git-Plumbing-and-Porcelain title: Git - Заклучок url: "/book/mk/v2/Git-и-други-системи-Заклучок.html" +aliases: +- "/book/mk/Git-and-Other-Systems-Summary.html" +- "/book/mk/v1/Git-and-Other-Systems-Summary.html" ---

Заклучок

diff --git "a/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-\320\234\320\270\320\263\321\200\320\270\321\200\320\260\321\232\320\265-\320\272\320\276\320\275-Git.html" "b/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-\320\234\320\270\320\263\321\200\320\270\321\200\320\260\321\232\320\265-\320\272\320\276\320\275-Git.html" index 84cf9fc4b0..fdfd0af3d9 100644 --- "a/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-\320\234\320\270\320\263\321\200\320\270\321\200\320\260\321\232\320\265-\320\272\320\276\320\275-Git.html" +++ "b/external/book/content/book/mk/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270-\321\201\320\270\321\201\321\202\320\265\320\274\320\270-\320\234\320\270\320\263\321\200\320\270\321\200\320\260\321\232\320\265-\320\272\320\276\320\275-Git.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-и-други-системи-Заклучок title: Git - Мигрирање кон Git url: "/book/mk/v2/Git-и-други-системи-Мигрирање-кон-Git.html" +aliases: +- "/book/mk/Git-and-Other-Systems-Migrating-to-Git.html" +- "/book/mk/v1/Git-and-Other-Systems-Migrating-to-Git.html" ---

Мигрирање кон Git

diff --git "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\223\320\265\320\275\320\265\321\200\320\270\321\200\320\260\321\232\320\265-\320\275\320\260-\320\262\320\260\321\210\320\270\320\276\321\202-SSH-\321\230\320\260\320\262\320\265\320\275-\320\272\320\273\321\203\321\207.html" "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\223\320\265\320\275\320\265\321\200\320\270\321\200\320\260\321\232\320\265-\320\275\320\260-\320\262\320\260\321\210\320\270\320\276\321\202-SSH-\321\230\320\260\320\262\320\265\320\275-\320\272\320\273\321\203\321\207.html" index e17c1714a5..198a11b771 100644 --- "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\223\320\265\320\275\320\265\321\200\320\270\321\200\320\260\321\232\320\265-\320\275\320\260-\320\262\320\260\321\210\320\270\320\276\321\202-SSH-\321\230\320\260\320\262\320\265\320\275-\320\272\320\273\321\203\321\207.html" +++ "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\223\320\265\320\275\320\265\321\200\320\270\321\200\320\260\321\232\320\265-\320\275\320\260-\320\262\320\260\321\210\320\270\320\276\321\202-SSH-\321\230\320\260\320\262\320\265\320\275-\320\272\320\273\321\203\321\207.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-на-Сервер-Поставување-на-серверот title: Git - Генерирање на вашиот SSH јавен клуч url: "/book/mk/v2/Git-на-Сервер-Генерирање-на-вашиот-SSH-јавен-клуч.html" +aliases: +- "/book/mk/Git-on-the-Server-Generating-Your-SSH-Public-Key.html" +- "/book/mk/v1/Git-on-the-Server-Generating-Your-SSH-Public-Key.html" ---

Генерирање на вашиот SSH јавен клуч

diff --git "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\223\320\270\321\202-\320\264\320\265\320\274\320\276\320\275.html" "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\223\320\270\321\202-\320\264\320\265\320\274\320\276\320\275.html" index 85342691fe..43fa26efee 100644 --- "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\223\320\270\321\202-\320\264\320\265\320\274\320\276\320\275.html" +++ "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\223\320\270\321\202-\320\264\320\265\320\274\320\276\320\275.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-на-Сервер-Smart-HTTP title: Git - Гит демон url: "/book/mk/v2/Git-на-Сервер-Гит-демон.html" +aliases: +- "/book/mk/Git-on-the-Server-Git-Daemon.html" +- "/book/mk/v1/Git-on-the-Server-Git-Daemon.html" ---

Гит демон

diff --git "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\224\320\276\320\261\320\270\320\262\320\260\321\232\320\265-\320\275\320\260-Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200.html" "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\224\320\276\320\261\320\270\320\262\320\260\321\232\320\265-\320\275\320\260-Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200.html" index 0e557aa632..5784d71ce9 100644 --- "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\224\320\276\320\261\320\270\320\262\320\260\321\232\320\265-\320\275\320\260-Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200.html" +++ "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\224\320\276\320\261\320\270\320\262\320\260\321\232\320\265-\320\275\320\260-Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-на-Сервер-Генерирање-на-вашиот-SSH-јавен-клуч title: Git - Добивање на Git на сервер url: "/book/mk/v2/Git-на-Сервер-Добивање-на-Git-на-сервер.html" +aliases: +- "/book/mk/Git-on-the-Server-Getting-Git-on-a-Server.html" +- "/book/mk/v1/Git-on-the-Server-Getting-Git-on-a-Server.html" ---

Добивање на Git на сервер

diff --git "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" index a43296801b..f4cc99a53f 100644 --- "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" +++ "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Дистрибуиран-Git-Дистрибуирани-работни-процеси title: Git - Заклучок url: "/book/mk/v2/Git-на-Сервер-Заклучок.html" +aliases: +- "/book/mk/Git-on-the-Server-Summary.html" +- "/book/mk/v1/Git-on-the-Server-Summary.html" ---

Заклучок

diff --git "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\236\320\277\321\206\320\270\320\270-\320\267\320\260-\320\264\320\276\320\274\320\260\321\234\320\270\320\275\320\270-\320\275\320\260-\321\202\321\200\320\265\321\202\320\270-\320\273\320\270\321\206\320\260.html" "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\236\320\277\321\206\320\270\320\270-\320\267\320\260-\320\264\320\276\320\274\320\260\321\234\320\270\320\275\320\270-\320\275\320\260-\321\202\321\200\320\265\321\202\320\270-\320\273\320\270\321\206\320\260.html" index 6e932ff161..874d1040e9 100644 --- "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\236\320\277\321\206\320\270\320\270-\320\267\320\260-\320\264\320\276\320\274\320\260\321\234\320\270\320\275\320\270-\320\275\320\260-\321\202\321\200\320\265\321\202\320\270-\320\273\320\270\321\206\320\260.html" +++ "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\236\320\277\321\206\320\270\320\270-\320\267\320\260-\320\264\320\276\320\274\320\260\321\234\320\270\320\275\320\270-\320\275\320\260-\321\202\321\200\320\265\321\202\320\270-\320\273\320\270\321\206\320\260.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-на-Сервер-Заклучок title: Git - Опции за домаќини на трети лица url: "/book/mk/v2/Git-на-Сервер-Опции-за-домаќини-на-трети-лица.html" +aliases: +- "/book/mk/Git-on-the-Server-Public-Access.html" +- "/book/mk/v1/Git-on-the-Server-Public-Access.html" ---

Опции за домаќини на трети лица

diff --git "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\237\320\276\321\201\321\202\320\260\320\262\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\276\321\202.html" "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\237\320\276\321\201\321\202\320\260\320\262\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\276\321\202.html" index 2ffc7c15de..df04d46045 100644 --- "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\237\320\276\321\201\321\202\320\260\320\262\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\276\321\202.html" +++ "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\237\320\276\321\201\321\202\320\260\320\262\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\276\321\202.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-на-Сервер-Гит-демон title: Git - Поставување на серверот url: "/book/mk/v2/Git-на-Сервер-Поставување-на-серверот.html" +aliases: +- "/book/mk/Git-on-the-Server-Setting-Up-the-Server.html" +- "/book/mk/v1/Git-on-the-Server-Setting-Up-the-Server.html" ---

Поставување на серверот

diff --git "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\320\270\321\202\320\265.html" "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\320\270\321\202\320\265.html" index 4fba6d4642..57cbe95376 100644 --- "a/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\320\270\321\202\320\265.html" +++ "b/external/book/content/book/mk/v2/Git-\320\275\320\260-\320\241\320\265\321\200\320\262\320\265\321\200-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\320\270\321\202\320\265.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-на-Сервер-Добивање-на-Git-на-сервер title: Git - Протоколите url: "/book/mk/v2/Git-на-Сервер-Протоколите.html" +aliases: +- "/book/mk/Git-on-the-Server.html" +- "/book/mk/v1/Git-on-the-Server.html" ---

Во овој момент, треба да бидете во можност да ги направите повеќето од секојдневните задачи за кои ќе го користите Git. diff --git a/external/book/content/book/mk/v2/_index.html b/external/book/content/book/mk/v2/_index.html index 0e3c818c8f..9ceb6d9eb1 100644 --- a/external/book/content/book/mk/v2/_index.html +++ b/external/book/content/book/mk/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/mk/v2.html" aliases: - "/book/mk/v2/index.html" +- "/book/mk/v1/index.html" - "/book/mk/index.html" --- diff --git "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Git-Objects.html" "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Git-Objects.html" index e1e84c1563..020a8b2d6c 100644 --- "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Git-Objects.html" +++ "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Git-Objects.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Внатрешноста-на-Git-Git-References title: Git - Git Objects url: "/book/mk/v2/Внатрешноста-на-Git-Git-Objects.html" +aliases: +- "/book/mk/Git-Internals-Git-Objects.html" +- "/book/mk/v1/Git-Internals-Git-Objects.html" ---

Git Objects

diff --git "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Git-References.html" "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Git-References.html" index 9b931d265e..5cb4f18de3 100644 --- "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Git-References.html" +++ "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Git-References.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Внатрешноста-на-Git-Packfiles title: Git - Git References url: "/book/mk/v2/Внатрешноста-на-Git-Git-References.html" +aliases: +- "/book/mk/Git-Internals-Packfiles.html" +- "/book/mk/v1/Git-Internals-Packfiles.html" ---

Git References

diff --git "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Maintenance-and-Data-Recovery.html" "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Maintenance-and-Data-Recovery.html" index 951a992eac..44de349755 100644 --- "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Maintenance-and-Data-Recovery.html" +++ "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Maintenance-and-Data-Recovery.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Внатрешноста-на-Git-Environment-Variables title: Git - Maintenance and Data Recovery url: "/book/mk/v2/Внатрешноста-на-Git-Maintenance-and-Data-Recovery.html" +aliases: +- "/book/mk/Git-Internals-Summary.html" +- "/book/mk/v1/Git-Internals-Summary.html" ---

Maintenance and Data Recovery

diff --git "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Packfiles.html" "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Packfiles.html" index 305051407f..c3f0973e6b 100644 --- "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Packfiles.html" +++ "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Packfiles.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Внатрешноста-на-Git-The-Refspec title: Git - Packfiles url: "/book/mk/v2/Внатрешноста-на-Git-Packfiles.html" +aliases: +- "/book/mk/Git-Internals-The-Refspec.html" +- "/book/mk/v1/Git-Internals-The-Refspec.html" ---

Packfiles

diff --git "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Plumbing-and-Porcelain.html" "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Plumbing-and-Porcelain.html" index 0efc13edaf..9af0b3b6b7 100644 --- "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Plumbing-and-Porcelain.html" +++ "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Plumbing-and-Porcelain.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Внатрешноста-на-Git-Git-Objects title: Git - Plumbing and Porcelain url: "/book/mk/v2/Внатрешноста-на-Git-Plumbing-and-Porcelain.html" +aliases: +- "/book/mk/Git-Internals.html" +- "/book/mk/v1/Git-Internals.html" ---

ожеби сте прескокнале во ова поглавје од многу порано поглавје, или можеби сте добиле тука по последователно читање на целата книга до оваа точка - во секој случај, ова е местото каде што ќе одиме во текот на внатрешните работи и имплементација на Git . Откривме дека разбирањето на овие информации беше фундаментално важно за да се сфати колку е корисен и моќен Git, но други ни тврдат дека тоа може да биде збунувачки и непотребно сложено за почетници. diff --git "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-The-Refspec.html" "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-The-Refspec.html" index db2f108b63..0ca3c8b688 100644 --- "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-The-Refspec.html" +++ "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-The-Refspec.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Внатрешноста-на-Git-Transfer-Protocols title: Git - The Refspec url: "/book/mk/v2/Внатрешноста-на-Git-The-Refspec.html" +aliases: +- "/book/mk/Git-Internals-Transfer-Protocols.html" +- "/book/mk/v1/Git-Internals-Transfer-Protocols.html" ---

The Refspec

diff --git "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Transfer-Protocols.html" "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Transfer-Protocols.html" index 18805cf2e6..cdacc544e6 100644 --- "a/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Transfer-Protocols.html" +++ "b/external/book/content/book/mk/v2/\320\222\320\275\320\260\321\202\321\200\320\265\321\210\320\275\320\276\321\201\321\202\320\260-\320\275\320\260-Git-Transfer-Protocols.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Внатрешноста-на-Git-Maintenance-and-Data-Recovery title: Git - Transfer Protocols url: "/book/mk/v2/Внатрешноста-на-Git-Transfer-Protocols.html" +aliases: +- "/book/mk/Git-Internals-Maintenance-and-Data-Recovery.html" +- "/book/mk/v1/Git-Internals-Maintenance-and-Data-Recovery.html" ---

Transfer Protocols

diff --git "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-Branch-Management.html" "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-Branch-Management.html" index 52e7d05652..780ca6010a 100644 --- "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-Branch-Management.html" +++ "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-Branch-Management.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Гранење-во-Git-Работни-процеси title: Git - Branch Management url: "/book/mk/v2/Гранење-во-Git-Branch-Management.html" +aliases: +- "/book/mk/Гранење-со-Git-Branch-Management.html" +- "/book/mk/v1/Гранење-со-Git-Branch-Management.html" ---

Branch Management

diff --git "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\276\320\261\321\230\320\260\321\201\320\275\320\265\321\202\320\276.html" "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\276\320\261\321\230\320\260\321\201\320\275\320\265\321\202\320\276.html" index 6f86073479..4292b95cc2 100644 --- "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\276\320\261\321\230\320\260\321\201\320\275\320\265\321\202\320\276.html" +++ "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\276\320\261\321\230\320\260\321\201\320\275\320\265\321\202\320\276.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Гранење-во-Git-Основно-разгранување-и-спојување title: Git - Гранење објаснето url: "/book/mk/v2/Гранење-во-Git-Гранење-објаснето.html" +aliases: +- "/book/mk/Гранење-со-Git.html" +- "/book/mk/v1/Гранење-со-Git.html" ---

Речиси секој VCS има некаква форма на разгранување. diff --git "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\224\320\260\320\273\320\265\321\207\320\270\320\275\321\201\320\272\320\270-\320\263\321\200\320\260\320\275\320\272\320\270.html" "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\224\320\260\320\273\320\265\321\207\320\270\320\275\321\201\320\272\320\270-\320\263\321\200\320\260\320\275\320\272\320\270.html" index bd1efed1a9..5a3e974429 100644 --- "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\224\320\260\320\273\320\265\321\207\320\270\320\275\321\201\320\272\320\270-\320\263\321\200\320\260\320\275\320\272\320\270.html" +++ "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\224\320\260\320\273\320\265\321\207\320\270\320\275\321\201\320\272\320\270-\320\263\321\200\320\260\320\275\320\272\320\270.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Гранење-во-Git-Ребаза title: Git - Далечински гранки url: "/book/mk/v2/Гранење-во-Git-Далечински-гранки.html" +aliases: +- "/book/mk/Гранење-со-Git-Remote-Branches.html" +- "/book/mk/v1/Гранење-со-Git-Remote-Branches.html" ---

Далечински гранки

diff --git "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" index dcda321d67..7a00764793 100644 --- "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" +++ "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-на-Сервер-Протоколите title: Git - Заклучок url: "/book/mk/v2/Гранење-во-Git-Заклучок.html" +aliases: +- "/book/mk/Гранење-со-Git-Summary.html" +- "/book/mk/v1/Гранење-со-Git-Summary.html" ---

Заклучок

diff --git "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\236\321\201\320\275\320\276\320\262\320\275\320\276-\321\200\320\260\320\267\320\263\321\200\320\260\320\275\321\203\320\262\320\260\321\232\320\265-\320\270-\321\201\320\277\320\276\321\230\321\203\320\262\320\260\321\232\320\265.html" "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\236\321\201\320\275\320\276\320\262\320\275\320\276-\321\200\320\260\320\267\320\263\321\200\320\260\320\275\321\203\320\262\320\260\321\232\320\265-\320\270-\321\201\320\277\320\276\321\230\321\203\320\262\320\260\321\232\320\265.html" index a01f633858..ee612a51cd 100644 --- "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\236\321\201\320\275\320\276\320\262\320\275\320\276-\321\200\320\260\320\267\320\263\321\200\320\260\320\275\321\203\320\262\320\260\321\232\320\265-\320\270-\321\201\320\277\320\276\321\230\321\203\320\262\320\260\321\232\320\265.html" +++ "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\236\321\201\320\275\320\276\320\262\320\275\320\276-\321\200\320\260\320\267\320\263\321\200\320\260\320\275\321\203\320\262\320\260\321\232\320\265-\320\270-\321\201\320\277\320\276\321\230\321\203\320\262\320\260\321\232\320\265.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Гранење-во-Git-Branch-Management title: Git - Основно разгранување и спојување url: "/book/mk/v2/Гранење-во-Git-Основно-разгранување-и-спојување.html" +aliases: +- "/book/mk/Гранење-со-Git-Основно-Гранење-и-Спојување.html" +- "/book/mk/v1/Гранење-со-Git-Основно-Гранење-и-Спојување.html" ---

Основно разгранување и спојување

diff --git "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\240\320\260\320\261\320\276\321\202\320\275\320\270-\320\277\321\200\320\276\321\206\320\265\321\201\320\270.html" "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\240\320\260\320\261\320\276\321\202\320\275\320\270-\320\277\321\200\320\276\321\206\320\265\321\201\320\270.html" index f6300bdeef..46a804748f 100644 --- "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\240\320\260\320\261\320\276\321\202\320\275\320\270-\320\277\321\200\320\276\321\206\320\265\321\201\320\270.html" +++ "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\240\320\260\320\261\320\276\321\202\320\275\320\270-\320\277\321\200\320\276\321\206\320\265\321\201\320\270.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Гранење-во-Git-Далечински-гранки title: Git - Работни процеси url: "/book/mk/v2/Гранење-во-Git-Работни-процеси.html" +aliases: +- "/book/mk/Гранење-со-Git-Branching-Workflows.html" +- "/book/mk/v1/Гранење-со-Git-Branching-Workflows.html" ---

Работни процеси

diff --git "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\240\320\265\320\261\320\260\320\267\320\260.html" "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\240\320\265\320\261\320\260\320\267\320\260.html" index 6765c48dcb..5609efa691 100644 --- "a/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\240\320\265\320\261\320\260\320\267\320\260.html" +++ "b/external/book/content/book/mk/v2/\320\223\321\200\320\260\320\275\320\265\321\232\320\265-\320\262\320\276-Git-\320\240\320\265\320\261\320\260\320\267\320\260.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Гранење-во-Git-Заклучок title: Git - Ребаза url: "/book/mk/v2/Гранење-во-Git-Ребаза.html" +aliases: +- "/book/mk/Гранење-со-Git-Rebasing.html" +- "/book/mk/v1/Гранење-со-Git-Rebasing.html" ---

Ребаза

diff --git "a/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275\320\270-\321\200\320\260\320\261\320\276\321\202\320\275\320\270-\320\277\321\200\320\276\321\206\320\265\321\201\320\270.html" "b/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275\320\270-\321\200\320\260\320\261\320\276\321\202\320\275\320\270-\320\277\321\200\320\276\321\206\320\265\321\201\320\270.html" index 2a3271fbd4..91b292c28c 100644 --- "a/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275\320\270-\321\200\320\260\320\261\320\276\321\202\320\275\320\270-\320\277\321\200\320\276\321\206\320\265\321\201\320\270.html" +++ "b/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275\320\270-\321\200\320\260\320\261\320\276\321\202\320\275\320\270-\320\277\321\200\320\276\321\206\320\265\321\201\320\270.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Дистрибуиран-Git-Придонес-кон-проект title: Git - Дистрибуирани работни процеси url: "/book/mk/v2/Дистрибуиран-Git-Дистрибуирани-работни-процеси.html" +aliases: +- "/book/mk/Дистрибуиран-Git.html" +- "/book/mk/v1/Дистрибуиран-Git.html" ---

Сега кога имате оддалечено Git складиште кое е поставено како фокусна точка за сите развивачи да го споделат нивниот код, а вие сте запознаени со основните команди Git во еден локален работен проток, ќе погледнете како да користите некои од дистрибуираните работни чекори дека Git ви овозможува.

Во ова поглавје, ќе видите како да работите со Git во дистрибуирана средина како соработник и интегратор. diff --git "a/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\237\321\200\320\270\320\262\320\260\321\202\320\265\320\275-\320\274\320\260\320\273-\321\202\320\270\320\274.html" "b/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\237\321\200\320\270\320\262\320\260\321\202\320\265\320\275-\320\274\320\260\320\273-\321\202\320\270\320\274.html" index 52f44923dc..fdd2a0510f 100644 --- "a/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\237\321\200\320\270\320\262\320\260\321\202\320\265\320\275-\320\274\320\260\320\273-\321\202\320\270\320\274.html" +++ "b/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\237\321\200\320\270\320\262\320\260\321\202\320\265\320\275-\320\274\320\260\320\273-\321\202\320\270\320\274.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Дистрибуиран-Git-Одржување-на-проект title: Git - Приватен мал тим url: "/book/mk/v2/Дистрибуиран-Git-Приватен-мал-тим.html" +aliases: +- "/book/mk/Дистрибуиран-Git-Maintaining-a-Project.html" +- "/book/mk/v1/Дистрибуиран-Git-Maintaining-a-Project.html" ---

Приватен мал тим

diff --git "a/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\237\321\200\320\270\320\264\320\276\320\275\320\265\321\201-\320\272\320\276\320\275-\320\277\321\200\320\276\320\265\320\272\321\202.html" "b/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\237\321\200\320\270\320\264\320\276\320\275\320\265\321\201-\320\272\320\276\320\275-\320\277\321\200\320\276\320\265\320\272\321\202.html" index 150ac4dd82..b0067315df 100644 --- "a/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\237\321\200\320\270\320\264\320\276\320\275\320\265\321\201-\320\272\320\276\320\275-\320\277\321\200\320\276\320\265\320\272\321\202.html" +++ "b/external/book/content/book/mk/v2/\320\224\320\270\321\201\321\202\321\200\320\270\320\261\321\203\320\270\321\200\320\260\320\275-Git-\320\237\321\200\320\270\320\264\320\276\320\275\320\265\321\201-\320\272\320\276\320\275-\320\277\321\200\320\276\320\265\320\272\321\202.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Дистрибуиран-Git-Приватен-мал-тим title: Git - Придонес кон проект url: "/book/mk/v2/Дистрибуиран-Git-Придонес-кон-проект.html" +aliases: +- "/book/mk/Дистрибуиран-Git-Contributing-to-a-Project.html" +- "/book/mk/v1/Дистрибуиран-Git-Contributing-to-a-Project.html" ---

Придонес кон проект

diff --git "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Git-\320\220\320\273\320\270\321\230\320\260\321\201\320\270.html" "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Git-\320\220\320\273\320\270\321\230\320\260\321\201\320\270.html" index 8c648f49e0..157aa8fee5 100644 --- "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Git-\320\220\320\273\320\270\321\230\320\260\321\201\320\270.html" +++ "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Git-\320\220\320\273\320\270\321\230\320\260\321\201\320\270.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Основите-на-Git-Заклучок title: Git - Git Алијаси url: "/book/mk/v2/Основите-на-Git-Git-Алијаси.html" +aliases: +- "/book/mk/Основи-на-Git-Tips-and-Tricks.html" +- "/book/mk/v1/Основи-на-Git-Tips-and-Tricks.html" ---

Git Алијаси

diff --git "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Tagging.html" "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Tagging.html" index 6c2691da29..fee05539e7 100644 --- "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Tagging.html" +++ "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Tagging.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Основите-на-Git-Git-Алијаси title: Git - Tagging url: "/book/mk/v2/Основите-на-Git-Tagging.html" +aliases: +- "/book/mk/Основи-на-Git-Tagging.html" +- "/book/mk/v1/Основи-на-Git-Tagging.html" ---

Tagging

diff --git "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Working-with-Remotes.html" "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Working-with-Remotes.html" index 8f57fc4702..97fd4ce090 100644 --- "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Working-with-Remotes.html" +++ "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-Working-with-Remotes.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Основите-на-Git-Tagging title: Git - Working with Remotes url: "/book/mk/v2/Основите-на-Git-Working-with-Remotes.html" +aliases: +- "/book/mk/Основи-на-Git-Working-with-Remotes.html" +- "/book/mk/v1/Основи-на-Git-Working-with-Remotes.html" ---

Working with Remotes

diff --git "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\224\320\276\320\261\320\270\320\262\320\260\321\232\320\265-\321\201\320\272\320\273\320\260\320\264\320\270\321\210\321\202\320\265-\320\267\320\260-Git.html" "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\224\320\276\320\261\320\270\320\262\320\260\321\232\320\265-\321\201\320\272\320\273\320\260\320\264\320\270\321\210\321\202\320\265-\320\267\320\260-Git.html" index 3c2bf4ff56..62c85009b7 100644 --- "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\224\320\276\320\261\320\270\320\262\320\260\321\232\320\265-\321\201\320\272\320\273\320\260\320\264\320\270\321\210\321\202\320\265-\320\267\320\260-Git.html" +++ "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\224\320\276\320\261\320\270\320\262\320\260\321\232\320\265-\321\201\320\272\320\273\320\260\320\264\320\270\321\210\321\202\320\265-\320\267\320\260-Git.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Основите-на-Git-Снимање-на-промени-во-складиштето title: Git - Добивање складиште за Git url: "/book/mk/v2/Основите-на-Git-Добивање-складиште-за-Git.html" +aliases: +- "/book/mk/Основи-на-Git.html" +- "/book/mk/v1/Основи-на-Git.html" ---

Ако можете да прочитате само едно поглавје за да одите со Git, тоа е тоа. Ова поглавје ја опфаќа секоја основна команда што ви е потребна за да го направите огромното мнозинство на работи што на крајот ќе го потрошите вашето време со Git. diff --git "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" index f4c501c493..759ac05419 100644 --- "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" +++ "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Гранење-во-Git-Гранење-објаснето title: Git - Заклучок url: "/book/mk/v2/Основите-на-Git-Заклучок.html" +aliases: +- "/book/mk/Основи-на-Git-Summary.html" +- "/book/mk/v1/Основи-на-Git-Summary.html" ---

Заклучок

diff --git "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\237\320\276\320\275\320\270\321\210\321\202\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\320\275\320\265\321\210\321\202\320\260\321\202\320\260.html" "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\237\320\276\320\275\320\270\321\210\321\202\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\320\275\320\265\321\210\321\202\320\260\321\202\320\260.html" index d58a8e6b8b..8f3884e8a7 100644 --- "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\237\320\276\320\275\320\270\321\210\321\202\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\320\275\320\265\321\210\321\202\320\260\321\202\320\260.html" +++ "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\237\320\276\320\275\320\270\321\210\321\202\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\320\275\320\265\321\210\321\202\320\260\321\202\320\260.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Основите-на-Git-Working-with-Remotes title: Git - Поништување на нештата url: "/book/mk/v2/Основите-на-Git-Поништување-на-нештата.html" +aliases: +- "/book/mk/Основи-на-Git-Undoing-Things.html" +- "/book/mk/v1/Основи-на-Git-Undoing-Things.html" ---

Поништување на нештата

diff --git "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\237\321\200\320\270\320\272\320\260\320\266\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260\321\202\320\260-\320\275\320\260-\320\270\320\267\320\262\321\200\321\210\321\203\320\262\320\260\321\232\320\265.html" "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\237\321\200\320\270\320\272\320\260\320\266\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260\321\202\320\260-\320\275\320\260-\320\270\320\267\320\262\321\200\321\210\321\203\320\262\320\260\321\232\320\265.html" index b2215aa63f..23601840b5 100644 --- "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\237\321\200\320\270\320\272\320\260\320\266\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260\321\202\320\260-\320\275\320\260-\320\270\320\267\320\262\321\200\321\210\321\203\320\262\320\260\321\232\320\265.html" +++ "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\237\321\200\320\270\320\272\320\260\320\266\321\203\320\262\320\260\321\232\320\265-\320\275\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260\321\202\320\260-\320\275\320\260-\320\270\320\267\320\262\321\200\321\210\321\203\320\262\320\260\321\232\320\265.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Основите-на-Git-Поништување-на-нештата title: Git - Прикажување на историјата на извршување url: "/book/mk/v2/Основите-на-Git-Прикажување-на-историјата-на-извршување.html" +aliases: +- "/book/mk/Основи-на-Git-Viewing-the-Commit-History.html" +- "/book/mk/v1/Основи-на-Git-Viewing-the-Commit-History.html" ---

Прикажување на историјата на извршување

diff --git "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\241\320\275\320\270\320\274\320\260\321\232\320\265-\320\275\320\260-\320\277\321\200\320\276\320\274\320\265\320\275\320\270-\320\262\320\276-\321\201\320\272\320\273\320\260\320\264\320\270\321\210\321\202\320\265\321\202\320\276.html" "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\241\320\275\320\270\320\274\320\260\321\232\320\265-\320\275\320\260-\320\277\321\200\320\276\320\274\320\265\320\275\320\270-\320\262\320\276-\321\201\320\272\320\273\320\260\320\264\320\270\321\210\321\202\320\265\321\202\320\276.html" index dfa4703fff..fa06a461cc 100644 --- "a/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\241\320\275\320\270\320\274\320\260\321\232\320\265-\320\275\320\260-\320\277\321\200\320\276\320\274\320\265\320\275\320\270-\320\262\320\276-\321\201\320\272\320\273\320\260\320\264\320\270\321\210\321\202\320\265\321\202\320\276.html" +++ "b/external/book/content/book/mk/v2/\320\236\321\201\320\275\320\276\320\262\320\270\321\202\320\265-\320\275\320\260-Git-\320\241\320\275\320\270\320\274\320\260\321\232\320\265-\320\275\320\260-\320\277\321\200\320\276\320\274\320\265\320\275\320\270-\320\262\320\276-\321\201\320\272\320\273\320\260\320\264\320\270\321\210\321\202\320\265\321\202\320\276.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Основите-на-Git-Прикажување-на-историјата-на-извршување title: Git - Снимање на промени во складиштето url: "/book/mk/v2/Основите-на-Git-Снимање-на-промени-во-складиштето.html" +aliases: +- "/book/mk/Основи-на-Git-Зачувување-на-промени-во-вашето-репозитори.html" +- "/book/mk/v1/Основи-на-Git-Зачувување-на-промени-во-вашето-репозитори.html" ---

Снимање на промени во складиштето

diff --git "a/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-An-Example-Git-Enforced-Policy.html" "b/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-An-Example-Git-Enforced-Policy.html" index 14e290e5c3..303ce8dc3a 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-An-Example-Git-Enforced-Policy.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-An-Example-Git-Enforced-Policy.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Персонализација-на-Git-Заклучок title: Git - An Example Git-Enforced Policy url: "/book/mk/v2/Персонализација-на-Git-An-Example-Git-Enforced-Policy.html" +aliases: +- "/book/mk/Customizing-Git-An-Example-Git-Enforced-Policy.html" +- "/book/mk/v1/Customizing-Git-An-Example-Git-Enforced-Policy.html" ---

An Example Git-Enforced Policy

diff --git "a/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-Configuration.html" "b/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-Configuration.html" index 19e435eb4d..56b657da31 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-Configuration.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-Configuration.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Персонализација-на-Git-Git-Атрибути title: Git - Git Configuration url: "/book/mk/v2/Персонализација-на-Git-Git-Configuration.html" +aliases: +- "/book/mk/Customizing-Git.html" +- "/book/mk/v1/Customizing-Git.html" ---

Досега, ги покриваме основите за тоа како функционира Git и како да го користиме, и воведовме голем број на алатки кои Git обезбедува за да ви помогне да ги користите лесно и ефикасно. Во ова поглавје, ќе видиме како можете да го направите Git да работи на поприлагоден начин, со воведување на неколку важни конфигурациски поставки и системот за куки. diff --git "a/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-Hooks.html" "b/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-Hooks.html" index 8a67f2aa64..68a8e4b5df 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-Hooks.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-Hooks.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Персонализација-на-Git-An-Example-Git-Enforced-Policy title: Git - Git Hooks url: "/book/mk/v2/Персонализација-на-Git-Git-Hooks.html" +aliases: +- "/book/mk/Customizing-Git-Git-Hooks.html" +- "/book/mk/v1/Customizing-Git-Git-Hooks.html" ---

Git Hooks

diff --git "a/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-\320\220\321\202\321\200\320\270\320\261\321\203\321\202\320\270.html" "b/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-\320\220\321\202\321\200\320\270\320\261\321\203\321\202\320\270.html" index e3d4e426ee..6da172b308 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-\320\220\321\202\321\200\320\270\320\261\321\203\321\202\320\270.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-Git-\320\220\321\202\321\200\320\270\320\261\321\203\321\202\320\270.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Персонализација-на-Git-Git-Hooks title: Git - Git Атрибути url: "/book/mk/v2/Персонализација-на-Git-Git-Атрибути.html" +aliases: +- "/book/mk/Customizing-Git-Git-Attributes.html" +- "/book/mk/v1/Customizing-Git-Git-Attributes.html" ---

Git Атрибути

diff --git "a/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" "b/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" index cac8dfc25f..5169b571df 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\265\321\200\321\201\320\276\320\275\320\260\320\273\320\270\320\267\320\260\321\206\320\270\321\230\320\260-\320\275\320\260-Git-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Git-и-други-системи-Git-како-Клиент title: Git - Заклучок url: "/book/mk/v2/Персонализација-на-Git-Заклучок.html" +aliases: +- "/book/mk/Customizing-Git-Summary.html" +- "/book/mk/v1/Customizing-Git-Summary.html" ---

Заклучок

diff --git "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-First-Time-Git-Setup.html" "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-First-Time-Git-Setup.html" index 39e0491d95..38d7de6675 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-First-Time-Git-Setup.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-First-Time-Git-Setup.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Почеток-Getting-Help title: Git - First-Time Git Setup url: "/book/mk/v2/Почеток-First-Time-Git-Setup.html" +aliases: +- "/book/mk/Како-да-започнам-Прво-поставување-на-Git.html" +- "/book/mk/v1/Како-да-започнам-Прво-поставување-на-Git.html" ---

First-Time Git Setup

diff --git "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-Getting-Help.html" "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-Getting-Help.html" index 19df6b9061..e960757b1a 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-Getting-Help.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-Getting-Help.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Почеток-Заклучок title: Git - Getting Help url: "/book/mk/v2/Почеток-Getting-Help.html" +aliases: +- "/book/mk/Како-да-започнам-Добивање-помош.html" +- "/book/mk/v1/Како-да-започнам-Добивање-помош.html" ---

Getting Help

diff --git "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\227\320\260-\320\262\320\265\321\200\320\267\320\270\321\201\320\272\320\260-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\320\260.html" "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\227\320\260-\320\262\320\265\321\200\320\267\320\270\321\201\320\272\320\260-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\320\260.html" index f43273680b..fcbcf0397f 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\227\320\260-\320\262\320\265\321\200\320\267\320\270\321\201\320\272\320\260-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\320\260.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\227\320\260-\320\262\320\265\321\200\320\267\320\270\321\201\320\272\320\260-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\320\260.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Почеток-Кратка-историја-на-Git title: Git - За верзиска контрола url: "/book/mk/v2/Почеток-За-верзиска-контрола.html" +aliases: +- "/book/mk/Како-да-започнам.html" +- "/book/mk/v1/Како-да-започнам.html" ---

Ова поглавје ќе започне со Гит(Git). Ќе започнеме со објаснување на некоја позадина во алатките за верзиска контрола, потоа преминувајќи на инсталирањето на Git во вашиот компјутер и конечно како да го подесите за да започнете со работа. diff --git "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" index ff37f2412b..bc34f12b93 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\227\320\260\320\272\320\273\321\203\321\207\320\276\320\272.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Основите-на-Git-Добивање-складиште-за-Git title: Git - Заклучок url: "/book/mk/v2/Почеток-Заклучок.html" +aliases: +- "/book/mk/Како-да-започнам-Преглед.html" +- "/book/mk/v1/Како-да-започнам-Преглед.html" ---

Заклучок

diff --git "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\230\320\275\321\201\321\202\320\260\320\273\320\270\321\200\320\260\321\232\320\265-\320\275\320\260-Git.html" "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\230\320\275\321\201\321\202\320\260\320\273\320\270\321\200\320\260\321\232\320\265-\320\275\320\260-Git.html" index ea29b4ae97..5ab038b06f 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\230\320\275\321\201\321\202\320\260\320\273\320\270\321\200\320\260\321\232\320\265-\320\275\320\260-Git.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\230\320\275\321\201\321\202\320\260\320\273\320\270\321\200\320\260\321\232\320\265-\320\275\320\260-Git.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Почеток-First-Time-Git-Setup title: Git - Инсталирање на Git url: "/book/mk/v2/Почеток-Инсталирање-на-Git.html" +aliases: +- "/book/mk/Како-да-започнам-Инсталација-на-Git.html" +- "/book/mk/v1/Како-да-започнам-Инсталација-на-Git.html" ---

Инсталирање на Git

diff --git "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\232\321\200\320\260\321\202\320\272\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260-\320\275\320\260-Git.html" "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\232\321\200\320\260\321\202\320\272\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260-\320\275\320\260-Git.html" index 22d62da884..6d4557bf94 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\232\321\200\320\260\321\202\320\272\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260-\320\275\320\260-Git.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\232\321\200\320\260\321\202\320\272\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260-\320\275\320\260-Git.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Почеток-Основи-на-Гит title: Git - Кратка историја на Git url: "/book/mk/v2/Почеток-Кратка-историја-на-Git.html" +aliases: +- "/book/mk/Како-да-започнам-Кратка-историја-на-Git.html" +- "/book/mk/v1/Како-да-започнам-Кратка-историја-на-Git.html" ---

Кратка историја на Git

diff --git "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\236\321\201\320\275\320\276\320\262\320\270-\320\275\320\260-\320\223\320\270\321\202.html" "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\236\321\201\320\275\320\276\320\262\320\270-\320\275\320\260-\320\223\320\270\321\202.html" index fb9d7f77a7..1fd0fb90b4 100644 --- "a/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\236\321\201\320\275\320\276\320\262\320\270-\320\275\320\260-\320\223\320\270\321\202.html" +++ "b/external/book/content/book/mk/v2/\320\237\320\276\321\207\320\265\321\202\320\276\320\272-\320\236\321\201\320\275\320\276\320\262\320\270-\320\275\320\260-\320\223\320\270\321\202.html" @@ -17,6 +17,9 @@ next: book/mk/v2/Почеток-Командната-линија title: Git - Основи на Гит url: "/book/mk/v2/Почеток-Основи-на-Гит.html" +aliases: +- "/book/mk/Како-да-започнам-Основи-на-Git.html" +- "/book/mk/v1/Како-да-започнам-Основи-на-Git.html" ---

Основи на Гит

diff --git a/external/book/content/book/ms/v1/_index.html b/external/book/content/book/ms/v1/_index.html new file mode 100644 index 0000000000..5d24f64aec --- /dev/null +++ b/external/book/content/book/ms/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/ms/v2 +--- diff --git a/external/book/content/book/ms/v2/_index.html b/external/book/content/book/ms/v2/_index.html index 3791228cd7..d7b008aedd 100644 --- a/external/book/content/book/ms/v2/_index.html +++ b/external/book/content/book/ms/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/ms/v2.html" aliases: - "/book/ms/v2/index.html" +- "/book/ms/v1/index.html" - "/book/ms/index.html" --- diff --git a/external/book/content/book/nl/v1/_index.html b/external/book/content/book/nl/v1/_index.html new file mode 100644 index 0000000000..4a939f4297 --- /dev/null +++ b/external/book/content/book/nl/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/nl/v2 +--- diff --git a/external/book/content/book/nl/v2/Aan-de-slag-Een-kort-historisch-overzicht-van-Git.html b/external/book/content/book/nl/v2/Aan-de-slag-Een-kort-historisch-overzicht-van-Git.html index f2bf18a995..160d72fdf1 100644 --- a/external/book/content/book/nl/v2/Aan-de-slag-Een-kort-historisch-overzicht-van-Git.html +++ b/external/book/content/book/nl/v2/Aan-de-slag-Een-kort-historisch-overzicht-van-Git.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Aan-de-slag-Over-versiebeheer next: book/nl/v2/Aan-de-slag-Wat-is-Git%3F title: Git - Een kort historisch overzicht van Git +aliases: +- "/book/nl/Aan-de-slag-Een-kleine-geschiedenis-van-Git.html" +- "/book/nl/v1/Aan-de-slag-Een-kleine-geschiedenis-van-Git.html" ---

Een kort historisch overzicht van Git

diff --git a/external/book/content/book/nl/v2/Aan-de-slag-Git-installeren.html b/external/book/content/book/nl/v2/Aan-de-slag-Git-installeren.html index 24eb8457d6..431231c639 100644 --- a/external/book/content/book/nl/v2/Aan-de-slag-Git-installeren.html +++ b/external/book/content/book/nl/v2/Aan-de-slag-Git-installeren.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Aan-de-slag-De-commando-regel next: book/nl/v2/Aan-de-slag-Git-klaarmaken-voor-eerste-gebruik title: Git - Git installeren +aliases: +- "/book/nl/Aan-de-slag-Git-installeren.html" +- "/book/nl/v1/Aan-de-slag-Git-installeren.html" ---

Git installeren

diff --git a/external/book/content/book/nl/v2/Aan-de-slag-Git-klaarmaken-voor-eerste-gebruik.html b/external/book/content/book/nl/v2/Aan-de-slag-Git-klaarmaken-voor-eerste-gebruik.html index 0215dccaa6..8e6c257efa 100644 --- a/external/book/content/book/nl/v2/Aan-de-slag-Git-klaarmaken-voor-eerste-gebruik.html +++ b/external/book/content/book/nl/v2/Aan-de-slag-Git-klaarmaken-voor-eerste-gebruik.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Aan-de-slag-Git-installeren next: book/nl/v2/Aan-de-slag-Hulp-krijgen title: Git - Git klaarmaken voor eerste gebruik +aliases: +- "/book/nl/Aan-de-slag-Git-klaarmaken-voor-eerste-gebruik.html" +- "/book/nl/v1/Aan-de-slag-Git-klaarmaken-voor-eerste-gebruik.html" ---

Git klaarmaken voor eerste gebruik

diff --git a/external/book/content/book/nl/v2/Aan-de-slag-Hulp-krijgen.html b/external/book/content/book/nl/v2/Aan-de-slag-Hulp-krijgen.html index cb3791aa01..331d9ce627 100644 --- a/external/book/content/book/nl/v2/Aan-de-slag-Hulp-krijgen.html +++ b/external/book/content/book/nl/v2/Aan-de-slag-Hulp-krijgen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Aan-de-slag-Git-klaarmaken-voor-eerste-gebruik next: book/nl/v2/Aan-de-slag-Samenvatting title: Git - Hulp krijgen +aliases: +- "/book/nl/Aan-de-slag-Hulp-krijgen.html" +- "/book/nl/v1/Aan-de-slag-Hulp-krijgen.html" ---

Hulp krijgen

diff --git a/external/book/content/book/nl/v2/Aan-de-slag-Over-versiebeheer.html b/external/book/content/book/nl/v2/Aan-de-slag-Over-versiebeheer.html index a93670783a..59dac1f770 100644 --- a/external/book/content/book/nl/v2/Aan-de-slag-Over-versiebeheer.html +++ b/external/book/content/book/nl/v2/Aan-de-slag-Over-versiebeheer.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Aan-de-slag-Over-versiebeheer next: book/nl/v2/Aan-de-slag-Een-kort-historisch-overzicht-van-Git title: Git - Over versiebeheer +aliases: +- "/book/nl/Aan-de-slag.html" +- "/book/nl/v1/Aan-de-slag.html" ---

In dit hoofdstuk wordt uitgelegd hoe je aan de slag kunt gaan met Git. We zullen beginnen met wat achtergrondinformatie over versiebeheersystemen te geven, daarna een korte uitleg hoe je Git werkend kan krijgen op je computer en sluiten af met uit te leggen hoe je Git kan inrichten zodat je ermee aan het werk kunt. diff --git a/external/book/content/book/nl/v2/Aan-de-slag-Samenvatting.html b/external/book/content/book/nl/v2/Aan-de-slag-Samenvatting.html index cffd4d67c3..8dd8840d83 100644 --- a/external/book/content/book/nl/v2/Aan-de-slag-Samenvatting.html +++ b/external/book/content/book/nl/v2/Aan-de-slag-Samenvatting.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Aan-de-slag-Hulp-krijgen next: book/nl/v2/Git-Basics-Een-Git-repository-verkrijgen title: Git - Samenvatting +aliases: +- "/book/nl/Aan-de-slag-Samenvatting.html" +- "/book/nl/v1/Aan-de-slag-Samenvatting.html" ---

Samenvatting

diff --git a/external/book/content/book/nl/v2/Aan-de-slag-Wat-is-Git?.html b/external/book/content/book/nl/v2/Aan-de-slag-Wat-is-Git?.html index 2070576ca0..8885481c9f 100644 --- a/external/book/content/book/nl/v2/Aan-de-slag-Wat-is-Git?.html +++ b/external/book/content/book/nl/v2/Aan-de-slag-Wat-is-Git?.html @@ -19,6 +19,8 @@ url: "/book/nl/v2/Aan-de-slag-Wat-is-Git?.html" aliases: - "/book/nl/v2/Aan-de-slag-Wat-is-Git.html" +- "/book/nl/Aan-de-slag-De-basis-van-Git.html" +- "/book/nl/v1/Aan-de-slag-De-basis-van-Git.html" ---

Wat is Git?

diff --git "a/external/book/content/book/nl/v2/Bijlage-C:-Git-Commando\342\200\231s-Setup-en-configuratie.html" "b/external/book/content/book/nl/v2/Bijlage-C:-Git-Commando\342\200\231s-Setup-en-configuratie.html" index 2af8de9876..0c69e53efe 100644 --- "a/external/book/content/book/nl/v2/Bijlage-C:-Git-Commando\342\200\231s-Setup-en-configuratie.html" +++ "b/external/book/content/book/nl/v2/Bijlage-C:-Git-Commando\342\200\231s-Setup-en-configuratie.html" @@ -17,6 +17,9 @@ next: book/nl/v2/Bijlage-C:-Git-Commando’s-Projecten-ophalen-en-maken title: Git - Setup en configuratie url: "/book/nl/v2/Bijlage-C:-Git-Commando’s-Setup-en-configuratie.html" +aliases: +- "/book/nl/commands.html" +- "/book/nl/v1/commands.html" ---

Overal in dit boek hebben we tientallen Git commando’s geïntroduceerd en we hebben ons best gedaan om ze te introduceren met een verhaaltje, en langzaamaan meer commando’s toe te voegen. Echter, hiermee zijn we geeindigd met een situatie waarbij de voorbeelden van het gebruik van commando’s nogal versnipperd zijn geraakt over het hele boek.

In deze appendix zullen we alle Git commando’s die we hebben behandeld in dit boek nogmaals doornemen, grofweg gegroepeerd op het gebruik ervan. diff --git a/external/book/content/book/nl/v2/Branchen-in-Git-Branch-beheer.html b/external/book/content/book/nl/v2/Branchen-in-Git-Branch-beheer.html index 5f5f96e539..ef796a6e20 100644 --- a/external/book/content/book/nl/v2/Branchen-in-Git-Branch-beheer.html +++ b/external/book/content/book/nl/v2/Branchen-in-Git-Branch-beheer.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Branchen-in-Git-Eenvoudig-branchen-en-mergen next: book/nl/v2/Branchen-in-Git-Branch-workflows title: Git - Branch-beheer +aliases: +- "/book/nl/Branchen-in-Git-Branch-beheer.html" +- "/book/nl/v1/Branchen-in-Git-Branch-beheer.html" ---

Branch-beheer

diff --git a/external/book/content/book/nl/v2/Branchen-in-Git-Branch-workflows.html b/external/book/content/book/nl/v2/Branchen-in-Git-Branch-workflows.html index 9950638647..a6a5944afb 100644 --- a/external/book/content/book/nl/v2/Branchen-in-Git-Branch-workflows.html +++ b/external/book/content/book/nl/v2/Branchen-in-Git-Branch-workflows.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Branchen-in-Git-Branch-beheer next: book/nl/v2/Branchen-in-Git-Branches-op-afstand-Remote-branches title: Git - Branch workflows +aliases: +- "/book/nl/Branchen-in-Git-Branch-werkwijzen.html" +- "/book/nl/v1/Branchen-in-Git-Branch-werkwijzen.html" ---

Branch workflows

diff --git a/external/book/content/book/nl/v2/Branchen-in-Git-Branches-in-vogelvlucht.html b/external/book/content/book/nl/v2/Branchen-in-Git-Branches-in-vogelvlucht.html index 524a08b8bb..fed747fa59 100644 --- a/external/book/content/book/nl/v2/Branchen-in-Git-Branches-in-vogelvlucht.html +++ b/external/book/content/book/nl/v2/Branchen-in-Git-Branches-in-vogelvlucht.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Basics-Samenvatting next: book/nl/v2/Branchen-in-Git-Eenvoudig-branchen-en-mergen title: Git - Branches in vogelvlucht +aliases: +- "/book/nl/Branchen-in-Git.html" +- "/book/nl/v1/Branchen-in-Git.html" ---

Bijna elk VCS ondersteunt een bepaalde vorm van branchen. diff --git a/external/book/content/book/nl/v2/Branchen-in-Git-Branches-op-afstand-Remote-branches.html b/external/book/content/book/nl/v2/Branchen-in-Git-Branches-op-afstand-Remote-branches.html index 7180c499c1..7a3b57ab8b 100644 --- a/external/book/content/book/nl/v2/Branchen-in-Git-Branches-op-afstand-Remote-branches.html +++ b/external/book/content/book/nl/v2/Branchen-in-Git-Branches-op-afstand-Remote-branches.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Branchen-in-Git-Branch-workflows next: book/nl/v2/Branchen-in-Git-Rebasen title: Git - Branches op afstand (Remote branches) +aliases: +- "/book/nl/Branchen-in-Git-Remote-branches.html" +- "/book/nl/v1/Branchen-in-Git-Remote-branches.html" ---

Branches op afstand (Remote branches)

diff --git a/external/book/content/book/nl/v2/Branchen-in-Git-Eenvoudig-branchen-en-mergen.html b/external/book/content/book/nl/v2/Branchen-in-Git-Eenvoudig-branchen-en-mergen.html index 0c4a66ade1..ffb3a89779 100644 --- a/external/book/content/book/nl/v2/Branchen-in-Git-Eenvoudig-branchen-en-mergen.html +++ b/external/book/content/book/nl/v2/Branchen-in-Git-Eenvoudig-branchen-en-mergen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Branchen-in-Git-Branches-in-vogelvlucht next: book/nl/v2/Branchen-in-Git-Branch-beheer title: Git - Eenvoudig branchen en mergen +aliases: +- "/book/nl/Branchen-in-Git-Eenvoudig-branchen-en-mergen.html" +- "/book/nl/v1/Branchen-in-Git-Eenvoudig-branchen-en-mergen.html" ---

Eenvoudig branchen en mergen

diff --git a/external/book/content/book/nl/v2/Branchen-in-Git-Rebasen.html b/external/book/content/book/nl/v2/Branchen-in-Git-Rebasen.html index a2c40066f3..497f8d9e81 100644 --- a/external/book/content/book/nl/v2/Branchen-in-Git-Rebasen.html +++ b/external/book/content/book/nl/v2/Branchen-in-Git-Rebasen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Branchen-in-Git-Branches-op-afstand-Remote-branches next: book/nl/v2/Branchen-in-Git-Samenvatting title: Git - Rebasen +aliases: +- "/book/nl/Branchen-in-Git-Rebasen.html" +- "/book/nl/v1/Branchen-in-Git-Rebasen.html" ---

Rebasen

diff --git a/external/book/content/book/nl/v2/Branchen-in-Git-Samenvatting.html b/external/book/content/book/nl/v2/Branchen-in-Git-Samenvatting.html index 8c6f644957..3059085586 100644 --- a/external/book/content/book/nl/v2/Branchen-in-Git-Samenvatting.html +++ b/external/book/content/book/nl/v2/Branchen-in-Git-Samenvatting.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Branchen-in-Git-Rebasen next: book/nl/v2/Git-op-de-server-De-protocollen title: Git - Samenvatting +aliases: +- "/book/nl/Branchen-in-Git-Samenvatting.html" +- "/book/nl/v1/Branchen-in-Git-Samenvatting.html" ---

Samenvatting

diff --git a/external/book/content/book/nl/v2/Gedistribueerd-Git-Bijdragen-aan-een-project.html b/external/book/content/book/nl/v2/Gedistribueerd-Git-Bijdragen-aan-een-project.html index 1f12e7be67..8d797f7112 100644 --- a/external/book/content/book/nl/v2/Gedistribueerd-Git-Bijdragen-aan-een-project.html +++ b/external/book/content/book/nl/v2/Gedistribueerd-Git-Bijdragen-aan-een-project.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Gedistribueerd-Git-Gedistribueerde-workflows next: book/nl/v2/Gedistribueerd-Git-Het-beheren-van-een-project title: Git - Bijdragen aan een project +aliases: +- "/book/nl/Gedistribueerd-Git-Bijdragen-aan-een-project.html" +- "/book/nl/v1/Gedistribueerd-Git-Bijdragen-aan-een-project.html" ---

Bijdragen aan een project

diff --git a/external/book/content/book/nl/v2/Gedistribueerd-Git-Gedistribueerde-workflows.html b/external/book/content/book/nl/v2/Gedistribueerd-Git-Gedistribueerde-workflows.html index c0678d82b8..ebd3f7a9b3 100644 --- a/external/book/content/book/nl/v2/Gedistribueerd-Git-Gedistribueerde-workflows.html +++ b/external/book/content/book/nl/v2/Gedistribueerd-Git-Gedistribueerde-workflows.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-op-de-server-Samenvatting next: book/nl/v2/Gedistribueerd-Git-Bijdragen-aan-een-project title: Git - Gedistribueerde workflows +aliases: +- "/book/nl/Gedistribueerd-Git.html" +- "/book/nl/v1/Gedistribueerd-Git.html" ---

Nu je een remote Git repository hebt ingesteld als een plaats waar alle ontwikkelaars hun code kunnen delen, en je bekend bent met fundamentele Git commando’s in een lokale workflow, zul je hier zien hoe je enkele van de gedistribueerde workflows kunt gebruiken waar Git je toe in staat stelt.

In dit hoofdstuk zul je zien hoe je met Git kunt werken in een gedistribueerde omgeving als een bijdrager (contributor) en als een integrator. diff --git a/external/book/content/book/nl/v2/Gedistribueerd-Git-Het-beheren-van-een-project.html b/external/book/content/book/nl/v2/Gedistribueerd-Git-Het-beheren-van-een-project.html index fa04f995a9..a2b60eb4ad 100644 --- a/external/book/content/book/nl/v2/Gedistribueerd-Git-Het-beheren-van-een-project.html +++ b/external/book/content/book/nl/v2/Gedistribueerd-Git-Het-beheren-van-een-project.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Gedistribueerd-Git-Bijdragen-aan-een-project next: book/nl/v2/Gedistribueerd-Git-Samenvatting title: Git - Het beheren van een project +aliases: +- "/book/nl/Gedistribueerd-Git-Projectonderhoud.html" +- "/book/nl/v1/Gedistribueerd-Git-Projectonderhoud.html" ---

Het beheren van een project

diff --git a/external/book/content/book/nl/v2/Git-Basics-De-commit-geschiedenis-bekijken.html b/external/book/content/book/nl/v2/Git-Basics-De-commit-geschiedenis-bekijken.html index f51b2d15b1..1373f28395 100644 --- a/external/book/content/book/nl/v2/Git-Basics-De-commit-geschiedenis-bekijken.html +++ b/external/book/content/book/nl/v2/Git-Basics-De-commit-geschiedenis-bekijken.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Basics-Wijzigingen-aan-de-repository-vastleggen next: book/nl/v2/Git-Basics-Dingen-ongedaan-maken title: Git - De commit geschiedenis bekijken +aliases: +- "/book/nl/De-basis-van-Git-De-commit-geschiedenis-bekijken.html" +- "/book/nl/v1/De-basis-van-Git-De-commit-geschiedenis-bekijken.html" ---

De commit geschiedenis bekijken

diff --git a/external/book/content/book/nl/v2/Git-Basics-Dingen-ongedaan-maken.html b/external/book/content/book/nl/v2/Git-Basics-Dingen-ongedaan-maken.html index 51d18bac23..97c644f5a7 100644 --- a/external/book/content/book/nl/v2/Git-Basics-Dingen-ongedaan-maken.html +++ b/external/book/content/book/nl/v2/Git-Basics-Dingen-ongedaan-maken.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Basics-De-commit-geschiedenis-bekijken next: book/nl/v2/Git-Basics-Werken-met-remotes title: Git - Dingen ongedaan maken +aliases: +- "/book/nl/De-basis-van-Git-Dingen-ongedaan-maken.html" +- "/book/nl/v1/De-basis-van-Git-Dingen-ongedaan-maken.html" ---

Dingen ongedaan maken

diff --git a/external/book/content/book/nl/v2/Git-Basics-Een-Git-repository-verkrijgen.html b/external/book/content/book/nl/v2/Git-Basics-Een-Git-repository-verkrijgen.html index 7fec887616..9bfc6bc521 100644 --- a/external/book/content/book/nl/v2/Git-Basics-Een-Git-repository-verkrijgen.html +++ b/external/book/content/book/nl/v2/Git-Basics-Een-Git-repository-verkrijgen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Aan-de-slag-Samenvatting next: book/nl/v2/Git-Basics-Wijzigingen-aan-de-repository-vastleggen title: Git - Een Git repository verkrijgen +aliases: +- "/book/nl/De-basis-van-Git.html" +- "/book/nl/v1/De-basis-van-Git.html" ---

Als je slechts één hoofdstuk kunt lezen om met Git aan de slag te gaan, dan is deze het. In dit hoofdstuk worden alle basiscommando’s behandeld die je nodig hebt om het leeuwendeel van de dingen te doen waarmee je uiteindelijk je tijd met Git zult doorbrengen. diff --git a/external/book/content/book/nl/v2/Git-Basics-Git-aliassen.html b/external/book/content/book/nl/v2/Git-Basics-Git-aliassen.html index e51c5d5b80..c4d8e693db 100644 --- a/external/book/content/book/nl/v2/Git-Basics-Git-aliassen.html +++ b/external/book/content/book/nl/v2/Git-Basics-Git-aliassen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Basics-Taggen-Labelen next: book/nl/v2/Git-Basics-Samenvatting title: Git - Git aliassen +aliases: +- "/book/nl/De-basis-van-Git-Tips-en-trucs.html" +- "/book/nl/v1/De-basis-van-Git-Tips-en-trucs.html" ---

Git aliassen

diff --git a/external/book/content/book/nl/v2/Git-Basics-Samenvatting.html b/external/book/content/book/nl/v2/Git-Basics-Samenvatting.html index eff08eb387..f0851c5203 100644 --- a/external/book/content/book/nl/v2/Git-Basics-Samenvatting.html +++ b/external/book/content/book/nl/v2/Git-Basics-Samenvatting.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Basics-Git-aliassen next: book/nl/v2/Branchen-in-Git-Branches-in-vogelvlucht title: Git - Samenvatting +aliases: +- "/book/nl/De-basis-van-Git-Samenvatting.html" +- "/book/nl/v1/De-basis-van-Git-Samenvatting.html" ---

Samenvatting

diff --git a/external/book/content/book/nl/v2/Git-Basics-Taggen-Labelen.html b/external/book/content/book/nl/v2/Git-Basics-Taggen-Labelen.html index e08d3fb726..192f717f28 100644 --- a/external/book/content/book/nl/v2/Git-Basics-Taggen-Labelen.html +++ b/external/book/content/book/nl/v2/Git-Basics-Taggen-Labelen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Basics-Werken-met-remotes next: book/nl/v2/Git-Basics-Git-aliassen title: Git - Taggen (Labelen) +aliases: +- "/book/nl/De-basis-van-Git-Labelen.html" +- "/book/nl/v1/De-basis-van-Git-Labelen.html" ---

Taggen (Labelen)

diff --git a/external/book/content/book/nl/v2/Git-Basics-Werken-met-remotes.html b/external/book/content/book/nl/v2/Git-Basics-Werken-met-remotes.html index 9e88141de6..98b332a96d 100644 --- a/external/book/content/book/nl/v2/Git-Basics-Werken-met-remotes.html +++ b/external/book/content/book/nl/v2/Git-Basics-Werken-met-remotes.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Basics-Dingen-ongedaan-maken next: book/nl/v2/Git-Basics-Taggen-Labelen title: Git - Werken met remotes +aliases: +- "/book/nl/De-basis-van-Git-Werken-met-remotes.html" +- "/book/nl/v1/De-basis-van-Git-Werken-met-remotes.html" ---

Werken met remotes

diff --git a/external/book/content/book/nl/v2/Git-Basics-Wijzigingen-aan-de-repository-vastleggen.html b/external/book/content/book/nl/v2/Git-Basics-Wijzigingen-aan-de-repository-vastleggen.html index 529a34f6f4..2257a2bf50 100644 --- a/external/book/content/book/nl/v2/Git-Basics-Wijzigingen-aan-de-repository-vastleggen.html +++ b/external/book/content/book/nl/v2/Git-Basics-Wijzigingen-aan-de-repository-vastleggen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Basics-Een-Git-repository-verkrijgen next: book/nl/v2/Git-Basics-De-commit-geschiedenis-bekijken title: Git - Wijzigingen aan de repository vastleggen +aliases: +- "/book/nl/De-basis-van-Git-Wijzigingen-aan-het-repository-vastleggen.html" +- "/book/nl/v1/De-basis-van-Git-Wijzigingen-aan-het-repository-vastleggen.html" ---

Wijzigingen aan de repository vastleggen

diff --git a/external/book/content/book/nl/v2/Git-Binnenwerk-Binnenwerk-en-koetswerk-plumbing-and-porcelain.html b/external/book/content/book/nl/v2/Git-Binnenwerk-Binnenwerk-en-koetswerk-plumbing-and-porcelain.html index 91b1a2c0bf..d179294354 100644 --- a/external/book/content/book/nl/v2/Git-Binnenwerk-Binnenwerk-en-koetswerk-plumbing-and-porcelain.html +++ b/external/book/content/book/nl/v2/Git-Binnenwerk-Binnenwerk-en-koetswerk-plumbing-and-porcelain.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-en-andere-systemen-Samenvatting next: book/nl/v2/Git-Binnenwerk-Git-objecten title: Git - Binnenwerk en koetswerk (plumbing and porcelain) +aliases: +- "/book/nl/Het-binnenwerk-van-Git.html" +- "/book/nl/v1/Het-binnenwerk-van-Git.html" ---

Je bent misschien meteen doorgegaan naar dit hoofdstuk vanuit een eerder hoofdstuk, of je bent misschien hier beland nadat je de rest van het boek gelezen hebt - hoe dan ook, dit is waar we werking onder de motorkap en de implemantatie van Git gaan behandelen. We zijn van mening dat het leren van deze informatie fundamenteel belangrijk was om te begrijpen hoe nuttig en krachtig Git is, maar anderen hebben ons duidelijk gemaakt dat het juist verwarrend kan zijn en onnodig complex voor beginners. diff --git a/external/book/content/book/nl/v2/Git-Binnenwerk-De-Refspec.html b/external/book/content/book/nl/v2/Git-Binnenwerk-De-Refspec.html index b9c18f27e7..e7dc50970d 100644 --- a/external/book/content/book/nl/v2/Git-Binnenwerk-De-Refspec.html +++ b/external/book/content/book/nl/v2/Git-Binnenwerk-De-Refspec.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Binnenwerk-Packfiles next: book/nl/v2/Git-Binnenwerk-Uitwisseling-protocollen title: Git - De Refspec +aliases: +- "/book/nl/Het-binnenwerk-van-Git-Overdracht-protocollen.html" +- "/book/nl/v1/Het-binnenwerk-van-Git-Overdracht-protocollen.html" ---

De Refspec

diff --git a/external/book/content/book/nl/v2/Git-Binnenwerk-Git-Referenties.html b/external/book/content/book/nl/v2/Git-Binnenwerk-Git-Referenties.html index af1de7b92c..21967e83ea 100644 --- a/external/book/content/book/nl/v2/Git-Binnenwerk-Git-Referenties.html +++ b/external/book/content/book/nl/v2/Git-Binnenwerk-Git-Referenties.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Binnenwerk-Git-objecten next: book/nl/v2/Git-Binnenwerk-Packfiles title: Git - Git Referenties +aliases: +- "/book/nl/Het-binnenwerk-van-Git-Packfiles.html" +- "/book/nl/v1/Het-binnenwerk-van-Git-Packfiles.html" ---

Git Referenties

diff --git a/external/book/content/book/nl/v2/Git-Binnenwerk-Git-objecten.html b/external/book/content/book/nl/v2/Git-Binnenwerk-Git-objecten.html index 19cb0338b0..250b5d74fd 100644 --- a/external/book/content/book/nl/v2/Git-Binnenwerk-Git-objecten.html +++ b/external/book/content/book/nl/v2/Git-Binnenwerk-Git-objecten.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Binnenwerk-Binnenwerk-en-koetswerk-plumbing-and-porcelain next: book/nl/v2/Git-Binnenwerk-Git-Referenties title: Git - Git objecten +aliases: +- "/book/nl/Het-binnenwerk-van-Git-Git-objecten.html" +- "/book/nl/v1/Het-binnenwerk-van-Git-Git-objecten.html" ---

Git objecten

diff --git a/external/book/content/book/nl/v2/Git-Binnenwerk-Onderhoud-en-gegevensherstel.html b/external/book/content/book/nl/v2/Git-Binnenwerk-Onderhoud-en-gegevensherstel.html index e1629f3e5e..e6dab1728d 100644 --- a/external/book/content/book/nl/v2/Git-Binnenwerk-Onderhoud-en-gegevensherstel.html +++ b/external/book/content/book/nl/v2/Git-Binnenwerk-Onderhoud-en-gegevensherstel.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Binnenwerk-Uitwisseling-protocollen next: book/nl/v2/Git-Binnenwerk-Omgevingsvariabelen title: Git - Onderhoud en gegevensherstel +aliases: +- "/book/nl/Het-binnenwerk-van-Git-Samenvatting.html" +- "/book/nl/v1/Het-binnenwerk-van-Git-Samenvatting.html" ---

Onderhoud en gegevensherstel

diff --git a/external/book/content/book/nl/v2/Git-Binnenwerk-Packfiles.html b/external/book/content/book/nl/v2/Git-Binnenwerk-Packfiles.html index c476646a53..2bae0059ad 100644 --- a/external/book/content/book/nl/v2/Git-Binnenwerk-Packfiles.html +++ b/external/book/content/book/nl/v2/Git-Binnenwerk-Packfiles.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Binnenwerk-Git-Referenties next: book/nl/v2/Git-Binnenwerk-De-Refspec title: Git - Packfiles +aliases: +- "/book/nl/Het-binnenwerk-van-Git-De-refspec.html" +- "/book/nl/v1/Het-binnenwerk-van-Git-De-refspec.html" ---

Packfiles

diff --git a/external/book/content/book/nl/v2/Git-Binnenwerk-Uitwisseling-protocollen.html b/external/book/content/book/nl/v2/Git-Binnenwerk-Uitwisseling-protocollen.html index 0a425d9460..dd278b4296 100644 --- a/external/book/content/book/nl/v2/Git-Binnenwerk-Uitwisseling-protocollen.html +++ b/external/book/content/book/nl/v2/Git-Binnenwerk-Uitwisseling-protocollen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Binnenwerk-De-Refspec next: book/nl/v2/Git-Binnenwerk-Onderhoud-en-gegevensherstel title: Git - Uitwisseling protocollen +aliases: +- "/book/nl/Het-binnenwerk-van-Git-Onderhoud-en-het-herstellen-van-gegevens.html" +- "/book/nl/v1/Het-binnenwerk-van-Git-Onderhoud-en-het-herstellen-van-gegevens.html" ---

Uitwisseling protocollen

diff --git a/external/book/content/book/nl/v2/Git-Tools-Debuggen-met-Git.html b/external/book/content/book/nl/v2/Git-Tools-Debuggen-met-Git.html index b22e9515b6..d2e7e1db3f 100644 --- a/external/book/content/book/nl/v2/Git-Tools-Debuggen-met-Git.html +++ b/external/book/content/book/nl/v2/Git-Tools-Debuggen-met-Git.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Tools-Rerere next: book/nl/v2/Git-Tools-Submodules title: Git - Debuggen met Git +aliases: +- "/book/nl/Git-tools-Debuggen-met-Git.html" +- "/book/nl/v1/Git-tools-Debuggen-met-Git.html" ---

Debuggen met Git

diff --git a/external/book/content/book/nl/v2/Git-Tools-Geschiedenis-herschrijven.html b/external/book/content/book/nl/v2/Git-Tools-Geschiedenis-herschrijven.html index 48cf125df4..d2592cc18e 100644 --- a/external/book/content/book/nl/v2/Git-Tools-Geschiedenis-herschrijven.html +++ b/external/book/content/book/nl/v2/Git-Tools-Geschiedenis-herschrijven.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Tools-Zoeken next: book/nl/v2/Git-Tools-Reset-ontrafeld title: Git - Geschiedenis herschrijven +aliases: +- "/book/nl/Git-tools-Geschiedenis-herschrijven.html" +- "/book/nl/v1/Git-tools-Geschiedenis-herschrijven.html" ---

Geschiedenis herschrijven

diff --git a/external/book/content/book/nl/v2/Git-Tools-Interactief-stagen.html b/external/book/content/book/nl/v2/Git-Tools-Interactief-stagen.html index bcdeeaef91..ca2a2821bc 100644 --- a/external/book/content/book/nl/v2/Git-Tools-Interactief-stagen.html +++ b/external/book/content/book/nl/v2/Git-Tools-Interactief-stagen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Tools-Revisie-Selectie next: book/nl/v2/Git-Tools-Stashen-en-opschonen title: Git - Interactief stagen +aliases: +- "/book/nl/Git-tools-Interactief-stagen.html" +- "/book/nl/v1/Git-tools-Interactief-stagen.html" ---

Interactief stagen

diff --git a/external/book/content/book/nl/v2/Git-Tools-Revisie-Selectie.html b/external/book/content/book/nl/v2/Git-Tools-Revisie-Selectie.html index 8cf65577eb..e906d048a0 100644 --- a/external/book/content/book/nl/v2/Git-Tools-Revisie-Selectie.html +++ b/external/book/content/book/nl/v2/Git-Tools-Revisie-Selectie.html @@ -16,6 +16,9 @@ previous: book/nl/v2/GitHub-Samenvatting next: book/nl/v2/Git-Tools-Interactief-stagen title: Git - Revisie Selectie +aliases: +- "/book/nl/Git-tools.html" +- "/book/nl/v1/Git-tools.html" ---

Op dit moment heb je de meeste van de alledaagse commando’s en workflows geleerd die je nodig hebt om een Git repository te onderhouden of te beheren voor het bijhouden van je eigen bron code. Je hebt de basale taken van tracken en committen van bestanden volbracht, en je hebt de kracht van de staging area onder de knie gekregen en het lichtgewicht topic branchen en mergen.

Nu zal je een aantal erg krachtige dingen die Git kan doen onderzoeken die je niet perse elke dag zult doen maar die je op een gegeven moment wel nodig kunt hebben.

diff --git a/external/book/content/book/nl/v2/Git-Tools-Samenvatting.html b/external/book/content/book/nl/v2/Git-Tools-Samenvatting.html index b3485a5778..c8dda79fe8 100644 --- a/external/book/content/book/nl/v2/Git-Tools-Samenvatting.html +++ b/external/book/content/book/nl/v2/Git-Tools-Samenvatting.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Tools-Het-opslaan-van-inloggegevens next: book/nl/v2/Git-aanpassen-Git-configuratie title: Git - Samenvatting +aliases: +- "/book/nl/Git-tools-Samenvatting.html" +- "/book/nl/v1/Git-tools-Samenvatting.html" ---

Samenvatting

diff --git a/external/book/content/book/nl/v2/Git-Tools-Stashen-en-opschonen.html b/external/book/content/book/nl/v2/Git-Tools-Stashen-en-opschonen.html index e219e595b8..d7eee3c903 100644 --- a/external/book/content/book/nl/v2/Git-Tools-Stashen-en-opschonen.html +++ b/external/book/content/book/nl/v2/Git-Tools-Stashen-en-opschonen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Tools-Interactief-stagen next: book/nl/v2/Git-Tools-Je-werk-tekenen title: Git - Stashen en opschonen +aliases: +- "/book/nl/Git-tools-Stashen.html" +- "/book/nl/v1/Git-tools-Stashen.html" ---

Stashen en opschonen

diff --git a/external/book/content/book/nl/v2/Git-Tools-Submodules.html b/external/book/content/book/nl/v2/Git-Tools-Submodules.html index beea04431b..4fc15c87b4 100644 --- a/external/book/content/book/nl/v2/Git-Tools-Submodules.html +++ b/external/book/content/book/nl/v2/Git-Tools-Submodules.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Tools-Debuggen-met-Git next: book/nl/v2/Git-Tools-Bundelen title: Git - Submodules +aliases: +- "/book/nl/Git-tools-Submodules.html" +- "/book/nl/v1/Git-tools-Submodules.html" ---

Submodules

diff --git a/external/book/content/book/nl/v2/Git-aanpassen-Een-voorbeeld-van-Git-afgedwongen-beleid.html b/external/book/content/book/nl/v2/Git-aanpassen-Een-voorbeeld-van-Git-afgedwongen-beleid.html index 0b87f05f2e..f714b1243d 100644 --- a/external/book/content/book/nl/v2/Git-aanpassen-Een-voorbeeld-van-Git-afgedwongen-beleid.html +++ b/external/book/content/book/nl/v2/Git-aanpassen-Een-voorbeeld-van-Git-afgedwongen-beleid.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-aanpassen-Git-Hooks next: book/nl/v2/Git-aanpassen-Samenvatting title: Git - Een voorbeeld van Git-afgedwongen beleid +aliases: +- "/book/nl/Git-op-maat-maken-Een-voorbeeld-van-Git-afgedwongen-beleid.html" +- "/book/nl/v1/Git-op-maat-maken-Een-voorbeeld-van-Git-afgedwongen-beleid.html" ---

Een voorbeeld van Git-afgedwongen beleid

diff --git a/external/book/content/book/nl/v2/Git-aanpassen-Git-Hooks.html b/external/book/content/book/nl/v2/Git-aanpassen-Git-Hooks.html index 36bc6dff95..8b3c40ce9a 100644 --- a/external/book/content/book/nl/v2/Git-aanpassen-Git-Hooks.html +++ b/external/book/content/book/nl/v2/Git-aanpassen-Git-Hooks.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-aanpassen-Git-attributen next: book/nl/v2/Git-aanpassen-Een-voorbeeld-van-Git-afgedwongen-beleid title: Git - Git Hooks +aliases: +- "/book/nl/Git-op-maat-maken-Git-haken.html" +- "/book/nl/v1/Git-op-maat-maken-Git-haken.html" ---

Git Hooks

diff --git a/external/book/content/book/nl/v2/Git-aanpassen-Git-attributen.html b/external/book/content/book/nl/v2/Git-aanpassen-Git-attributen.html index 77b1483e0d..0e4f38eff3 100644 --- a/external/book/content/book/nl/v2/Git-aanpassen-Git-attributen.html +++ b/external/book/content/book/nl/v2/Git-aanpassen-Git-attributen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-aanpassen-Git-configuratie next: book/nl/v2/Git-aanpassen-Git-Hooks title: Git - Git attributen +aliases: +- "/book/nl/Git-op-maat-maken-Git-attributen.html" +- "/book/nl/v1/Git-op-maat-maken-Git-attributen.html" ---

Git attributen

diff --git a/external/book/content/book/nl/v2/Git-aanpassen-Git-configuratie.html b/external/book/content/book/nl/v2/Git-aanpassen-Git-configuratie.html index 3d9e56ae0f..93f5a2ec87 100644 --- a/external/book/content/book/nl/v2/Git-aanpassen-Git-configuratie.html +++ b/external/book/content/book/nl/v2/Git-aanpassen-Git-configuratie.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-Tools-Samenvatting next: book/nl/v2/Git-aanpassen-Git-attributen title: Git - Git configuratie +aliases: +- "/book/nl/Git-op-maat-maken.html" +- "/book/nl/v1/Git-op-maat-maken.html" ---

Tot dusver hebben we de grondbeginselen behandeld van de werking van Git en hoe het te gebruiken, en we hebben een aantal instrumenten de revue laten passeren die Git je biedt om het eenvoudig en effectief te gebruiken. In dit hoofdstuk zullen we laten zien hoe je Git op een meer aangepaste manier kan laten werken, door een aantal belangrijke configuratie instellingen te laten zien en het hooks systeem. diff --git a/external/book/content/book/nl/v2/Git-aanpassen-Samenvatting.html b/external/book/content/book/nl/v2/Git-aanpassen-Samenvatting.html index 811a4196b6..34bcebae19 100644 --- a/external/book/content/book/nl/v2/Git-aanpassen-Samenvatting.html +++ b/external/book/content/book/nl/v2/Git-aanpassen-Samenvatting.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-aanpassen-Een-voorbeeld-van-Git-afgedwongen-beleid next: book/nl/v2/Git-en-andere-systemen-Git-als-een-client title: Git - Samenvatting +aliases: +- "/book/nl/Git-op-maat-maken-Samenvatting.html" +- "/book/nl/v1/Git-op-maat-maken-Samenvatting.html" ---

Samenvatting

diff --git a/external/book/content/book/nl/v2/Git-en-andere-systemen-Git-als-een-client.html b/external/book/content/book/nl/v2/Git-en-andere-systemen-Git-als-een-client.html index 438e9d403f..33416f50f0 100644 --- a/external/book/content/book/nl/v2/Git-en-andere-systemen-Git-als-een-client.html +++ b/external/book/content/book/nl/v2/Git-en-andere-systemen-Git-als-een-client.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-aanpassen-Samenvatting next: book/nl/v2/Git-en-andere-systemen-Migreren-naar-Git title: Git - Git als een client +aliases: +- "/book/nl/Git-en-andere-systemen.html" +- "/book/nl/v1/Git-en-andere-systemen.html" ---

Het is geen perfecte wereld. Meestal kan je niet meteen elk project waar je mee in aanraking komt omzetten naar Git. diff --git a/external/book/content/book/nl/v2/Git-en-andere-systemen-Migreren-naar-Git.html b/external/book/content/book/nl/v2/Git-en-andere-systemen-Migreren-naar-Git.html index d8c9d87685..71a789645b 100644 --- a/external/book/content/book/nl/v2/Git-en-andere-systemen-Migreren-naar-Git.html +++ b/external/book/content/book/nl/v2/Git-en-andere-systemen-Migreren-naar-Git.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-en-andere-systemen-Git-als-een-client next: book/nl/v2/Git-en-andere-systemen-Samenvatting title: Git - Migreren naar Git +aliases: +- "/book/nl/Git-en-andere-systemen-Naar-Git-migreren.html" +- "/book/nl/v1/Git-en-andere-systemen-Naar-Git-migreren.html" ---

Migreren naar Git

diff --git a/external/book/content/book/nl/v2/Git-en-andere-systemen-Samenvatting.html b/external/book/content/book/nl/v2/Git-en-andere-systemen-Samenvatting.html index 23aa409162..f826c6e3fe 100644 --- a/external/book/content/book/nl/v2/Git-en-andere-systemen-Samenvatting.html +++ b/external/book/content/book/nl/v2/Git-en-andere-systemen-Samenvatting.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-en-andere-systemen-Migreren-naar-Git next: book/nl/v2/Git-Binnenwerk-Binnenwerk-en-koetswerk-plumbing-and-porcelain title: Git - Samenvatting +aliases: +- "/book/nl/Git-en-andere-systemen-Samenvatting.html" +- "/book/nl/v1/Git-en-andere-systemen-Samenvatting.html" ---

Samenvatting

diff --git a/external/book/content/book/nl/v2/Git-op-de-server-De-protocollen.html b/external/book/content/book/nl/v2/Git-op-de-server-De-protocollen.html index a8f57305bb..e304cc59f3 100644 --- a/external/book/content/book/nl/v2/Git-op-de-server-De-protocollen.html +++ b/external/book/content/book/nl/v2/Git-op-de-server-De-protocollen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Branchen-in-Git-Samenvatting next: book/nl/v2/Git-op-de-server-Git-op-een-server-krijgen title: Git - De protocollen +aliases: +- "/book/nl/Git-op-de-server.html" +- "/book/nl/v1/Git-op-de-server.html" ---

Je zou nu de alledaagse taken waarvoor je Git zult gebruiken moeten kunnen uitvoeren. diff --git a/external/book/content/book/nl/v2/Git-op-de-server-De-server-opzetten.html b/external/book/content/book/nl/v2/Git-op-de-server-De-server-opzetten.html index d783928934..67cae3d6aa 100644 --- a/external/book/content/book/nl/v2/Git-op-de-server-De-server-opzetten.html +++ b/external/book/content/book/nl/v2/Git-op-de-server-De-server-opzetten.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-op-de-server-Je-publieke-SSH-sleutel-genereren next: book/nl/v2/Git-op-de-server-Git-Daemon title: Git - De server opzetten +aliases: +- "/book/nl/Git-op-de-server-De-Server-Opzetten.html" +- "/book/nl/v1/Git-op-de-server-De-Server-Opzetten.html" ---

De server opzetten

diff --git a/external/book/content/book/nl/v2/Git-op-de-server-Git-Daemon.html b/external/book/content/book/nl/v2/Git-op-de-server-Git-Daemon.html index 807ce3d8e0..639e9be7a7 100644 --- a/external/book/content/book/nl/v2/Git-op-de-server-Git-Daemon.html +++ b/external/book/content/book/nl/v2/Git-op-de-server-Git-Daemon.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-op-de-server-De-server-opzetten next: book/nl/v2/Git-op-de-server-Slimme-HTTP title: Git - Git Daemon +aliases: +- "/book/nl/Git-op-de-server-Git-daemon.html" +- "/book/nl/v1/Git-op-de-server-Git-daemon.html" ---

Git Daemon

diff --git a/external/book/content/book/nl/v2/Git-op-de-server-Git-op-een-server-krijgen.html b/external/book/content/book/nl/v2/Git-op-de-server-Git-op-een-server-krijgen.html index b8535a9c85..4ebe89a586 100644 --- a/external/book/content/book/nl/v2/Git-op-de-server-Git-op-een-server-krijgen.html +++ b/external/book/content/book/nl/v2/Git-op-de-server-Git-op-een-server-krijgen.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-op-de-server-De-protocollen next: book/nl/v2/Git-op-de-server-Je-publieke-SSH-sleutel-genereren title: Git - Git op een server krijgen +aliases: +- "/book/nl/Git-op-de-server-Git-op-een-server-krijgen.html" +- "/book/nl/v1/Git-op-de-server-Git-op-een-server-krijgen.html" ---

Git op een server krijgen

diff --git a/external/book/content/book/nl/v2/Git-op-de-server-Hosting-oplossingen-van-derden.html b/external/book/content/book/nl/v2/Git-op-de-server-Hosting-oplossingen-van-derden.html index 86e75330d5..4d4341290c 100644 --- a/external/book/content/book/nl/v2/Git-op-de-server-Hosting-oplossingen-van-derden.html +++ b/external/book/content/book/nl/v2/Git-op-de-server-Hosting-oplossingen-van-derden.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-op-de-server-GitLab next: book/nl/v2/Git-op-de-server-Samenvatting title: Git - Hosting oplossingen van derden +aliases: +- "/book/nl/Git-op-de-server-Publieke-toegang.html" +- "/book/nl/v1/Git-op-de-server-Publieke-toegang.html" ---

Hosting oplossingen van derden

diff --git a/external/book/content/book/nl/v2/Git-op-de-server-Je-publieke-SSH-sleutel-genereren.html b/external/book/content/book/nl/v2/Git-op-de-server-Je-publieke-SSH-sleutel-genereren.html index 1af8c5d93f..5320ab7a99 100644 --- a/external/book/content/book/nl/v2/Git-op-de-server-Je-publieke-SSH-sleutel-genereren.html +++ b/external/book/content/book/nl/v2/Git-op-de-server-Je-publieke-SSH-sleutel-genereren.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-op-de-server-Git-op-een-server-krijgen next: book/nl/v2/Git-op-de-server-De-server-opzetten title: Git - Je publieke SSH sleutel genereren +aliases: +- "/book/nl/Git-op-de-server-Je-publieke-SSH-sleutel-genereren.html" +- "/book/nl/v1/Git-op-de-server-Je-publieke-SSH-sleutel-genereren.html" ---

Je publieke SSH sleutel genereren

diff --git a/external/book/content/book/nl/v2/Git-op-de-server-Samenvatting.html b/external/book/content/book/nl/v2/Git-op-de-server-Samenvatting.html index 006b62a124..78ce09eb95 100644 --- a/external/book/content/book/nl/v2/Git-op-de-server-Samenvatting.html +++ b/external/book/content/book/nl/v2/Git-op-de-server-Samenvatting.html @@ -16,6 +16,9 @@ previous: book/nl/v2/Git-op-de-server-Hosting-oplossingen-van-derden next: book/nl/v2/Gedistribueerd-Git-Gedistribueerde-workflows title: Git - Samenvatting +aliases: +- "/book/nl/Git-op-de-server-Samenvatting.html" +- "/book/nl/v1/Git-op-de-server-Samenvatting.html" ---

Samenvatting

diff --git a/external/book/content/book/nl/v2/_index.html b/external/book/content/book/nl/v2/_index.html index 5b5bdabfd3..c7db0fb3c3 100644 --- a/external/book/content/book/nl/v2/_index.html +++ b/external/book/content/book/nl/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/nl/v2.html" aliases: - "/book/nl/v2/index.html" +- "/book/nl/v1/index.html" - "/book/nl/index.html" --- diff --git a/external/book/content/book/pl/v1/_index.html b/external/book/content/book/pl/v1/_index.html new file mode 100644 index 0000000000..1739b77267 --- /dev/null +++ b/external/book/content/book/pl/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/pl/v2 +--- diff --git a/external/book/content/book/pl/v2/Appendix-C:-Git-Commands-Setup-and-Config.html b/external/book/content/book/pl/v2/Appendix-C:-Git-Commands-Setup-and-Config.html index 0691e18b6d..f348ddf9d1 100644 --- a/external/book/content/book/pl/v2/Appendix-C:-Git-Commands-Setup-and-Config.html +++ b/external/book/content/book/pl/v2/Appendix-C:-Git-Commands-Setup-and-Config.html @@ -17,6 +17,9 @@ next: book/pl/v2/Appendix-C:-Git-Commands-Getting-and-Creating-Projects title: Git - Setup and Config url: "/book/pl/v2/Appendix-C:-Git-Commands-Setup-and-Config.html" +aliases: +- "/book/pl/commands.html" +- "/book/pl/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. We’ll talk about what each command very generally does and then point out where in the book you can find us having used it.

Setup and Config

diff --git a/external/book/content/book/pl/v2/Dostosowywanie-Gita-An-Example-Git-Enforced-Policy.html b/external/book/content/book/pl/v2/Dostosowywanie-Gita-An-Example-Git-Enforced-Policy.html index d2d17a14b1..304baad45a 100644 --- a/external/book/content/book/pl/v2/Dostosowywanie-Gita-An-Example-Git-Enforced-Policy.html +++ b/external/book/content/book/pl/v2/Dostosowywanie-Gita-An-Example-Git-Enforced-Policy.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Dostosowywanie-Gita-Git-Hooks next: book/pl/v2/Dostosowywanie-Gita-Summary title: Git - An Example Git-Enforced Policy +aliases: +- "/book/pl/Dostosowywanie-Gita-An-Example-Git-Enforced-Policy.html" +- "/book/pl/v1/Dostosowywanie-Gita-An-Example-Git-Enforced-Policy.html" ---

An Example Git-Enforced Policy

diff --git a/external/book/content/book/pl/v2/Dostosowywanie-Gita-Git-Attributes.html b/external/book/content/book/pl/v2/Dostosowywanie-Gita-Git-Attributes.html index 0c561e27d0..d0009d0612 100644 --- a/external/book/content/book/pl/v2/Dostosowywanie-Gita-Git-Attributes.html +++ b/external/book/content/book/pl/v2/Dostosowywanie-Gita-Git-Attributes.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Dostosowywanie-Gita-Konfiguracja-Gita next: book/pl/v2/Dostosowywanie-Gita-Git-Hooks title: Git - Git Attributes +aliases: +- "/book/pl/Dostosowywanie-Gita-Git-Attributes.html" +- "/book/pl/v1/Dostosowywanie-Gita-Git-Attributes.html" ---

Git Attributes

diff --git a/external/book/content/book/pl/v2/Dostosowywanie-Gita-Git-Hooks.html b/external/book/content/book/pl/v2/Dostosowywanie-Gita-Git-Hooks.html index e504b7b93c..7d53f5d2ef 100644 --- a/external/book/content/book/pl/v2/Dostosowywanie-Gita-Git-Hooks.html +++ b/external/book/content/book/pl/v2/Dostosowywanie-Gita-Git-Hooks.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Dostosowywanie-Gita-Git-Attributes next: book/pl/v2/Dostosowywanie-Gita-An-Example-Git-Enforced-Policy title: Git - Git Hooks +aliases: +- "/book/pl/Dostosowywanie-Gita-Git-Hooks.html" +- "/book/pl/v1/Dostosowywanie-Gita-Git-Hooks.html" ---

Git Hooks

diff --git a/external/book/content/book/pl/v2/Dostosowywanie-Gita-Konfiguracja-Gita.html b/external/book/content/book/pl/v2/Dostosowywanie-Gita-Konfiguracja-Gita.html index f3f737c08f..c3877a51c1 100644 --- a/external/book/content/book/pl/v2/Dostosowywanie-Gita-Konfiguracja-Gita.html +++ b/external/book/content/book/pl/v2/Dostosowywanie-Gita-Konfiguracja-Gita.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Narzędzia-Gita-Podsumowanie next: book/pl/v2/Dostosowywanie-Gita-Git-Attributes title: Git - Konfiguracja Gita +aliases: +- "/book/pl/Dostosowywanie-Gita.html" +- "/book/pl/v1/Dostosowywanie-Gita.html" ---

Do tej pory opisałem podstawowe rzeczy związane z działaniem i użytkowaniem Gita, oraz pokazałem kilka narzędzi dostarczanych przez Git, ułatwiających i usprawniających pracę. W tym rozdziale, przejdziemy przez funkcjonalności których możesz użyć, aby Git działał w bardziej dostosowany do Twoich potrzeb sposób, pokazując kilka ważnych ustawień oraz system hooków. diff --git a/external/book/content/book/pl/v2/Dostosowywanie-Gita-Summary.html b/external/book/content/book/pl/v2/Dostosowywanie-Gita-Summary.html index 02e51dad45..a2797d1750 100644 --- a/external/book/content/book/pl/v2/Dostosowywanie-Gita-Summary.html +++ b/external/book/content/book/pl/v2/Dostosowywanie-Gita-Summary.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Dostosowywanie-Gita-An-Example-Git-Enforced-Policy next: book/pl/v2/Git-i-inne-systemy-Git-jako-klient title: Git - Summary +aliases: +- "/book/pl/Dostosowywanie-Gita-Summary.html" +- "/book/pl/v1/Dostosowywanie-Gita-Summary.html" ---

Summary

diff --git "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Czym-jest-ga\305\202\304\205\305\272.html" "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Czym-jest-ga\305\202\304\205\305\272.html" index 8971067fe1..05595e886b 100644 --- "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Czym-jest-ga\305\202\304\205\305\272.html" +++ "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Czym-jest-ga\305\202\304\205\305\272.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Gałęzie-Gita-Podstawy-rozgałęziania-i-scalania title: Git - Czym jest gałąź url: "/book/pl/v2/Gałęzie-Gita-Czym-jest-gałąź.html" +aliases: +- "/book/pl/Gałęzie-Gita.html" +- "/book/pl/v1/Gałęzie-Gita.html" ---

Prawie każdy system kontroli wersji posiada wsparcie dla gałęzi. Rozgałęzienie oznacza odbicie od głównego pnia linii rozwoju i kontynuację pracy bez wprowadzania tam bałaganu. W wielu narzędziach kontroli wersji jest to proces dość kosztowny, często wymagający utworzenia nowej kopii katalogu z kodem, co w przypadku dużych projektów może zająć sporo czasu.

Niektórzy uważają model gałęzi Gita za jego „killer feature” i z całą pewnością wyróżnia go spośród innych narzędzi tego typu. Co w nim specjalnego? Sposób, w jaki Git obsługuje gałęzie, jest niesamowicie lekki, przez co tworzenie nowych gałęzi jest niemalże natychmiastowe, a przełączanie się pomiędzy nimi trwa niewiele dłużej. W odróżnieniu od wielu innych systemów, Git zachęca do częstego rozgałęziania i scalania projektu, nawet kilkukrotnie w ciągu jednego dnia. Zrozumienie i opanowanie tego wyjątkowego i potężnego mechanizmu może dosłownie zmienić sposób, w jaki pracujesz.

diff --git "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Ga\305\202\304\231zie-zdalne.html" "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Ga\305\202\304\231zie-zdalne.html" index 297871e30e..92b4f772d5 100644 --- "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Ga\305\202\304\231zie-zdalne.html" +++ "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Ga\305\202\304\231zie-zdalne.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Gałęzie-Gita-Zmiana-bazy title: Git - Gałęzie zdalne url: "/book/pl/v2/Gałęzie-Gita-Gałęzie-zdalne.html" +aliases: +- "/book/pl/Gałęzie-Gita-Gałęzie-zdalne.html" +- "/book/pl/v1/Gałęzie-Gita-Gałęzie-zdalne.html" ---

Gałęzie zdalne

diff --git "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Podstawy-rozga\305\202\304\231ziania-i-scalania.html" "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Podstawy-rozga\305\202\304\231ziania-i-scalania.html" index 290051a9c7..a24e0f91a7 100644 --- "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Podstawy-rozga\305\202\304\231ziania-i-scalania.html" +++ "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Podstawy-rozga\305\202\304\231ziania-i-scalania.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Gałęzie-Gita-Zarządzanie-gałęziami title: Git - Podstawy rozgałęziania i scalania url: "/book/pl/v2/Gałęzie-Gita-Podstawy-rozgałęziania-i-scalania.html" +aliases: +- "/book/pl/Gałęzie-Gita-Podstawy-rozgałęziania-i-scalania.html" +- "/book/pl/v1/Gałęzie-Gita-Podstawy-rozgałęziania-i-scalania.html" ---

Podstawy rozgałęziania i scalania

diff --git "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Podsumowanie.html" "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Podsumowanie.html" index d9dcb360dd..c7f39bbde4 100644 --- "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Podsumowanie.html" +++ "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Podsumowanie.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Git-na-serwerze-Protokoły title: Git - Podsumowanie url: "/book/pl/v2/Gałęzie-Gita-Podsumowanie.html" +aliases: +- "/book/pl/Gałęzie-Gita-Podsumowanie.html" +- "/book/pl/v1/Gałęzie-Gita-Podsumowanie.html" ---

Podsumowanie

diff --git "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Sposoby-pracy-z-ga\305\202\304\231ziami.html" "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Sposoby-pracy-z-ga\305\202\304\231ziami.html" index 5607a0c031..a036b7bed8 100644 --- "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Sposoby-pracy-z-ga\305\202\304\231ziami.html" +++ "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Sposoby-pracy-z-ga\305\202\304\231ziami.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Gałęzie-Gita-Gałęzie-zdalne title: Git - Sposoby pracy z gałęziami url: "/book/pl/v2/Gałęzie-Gita-Sposoby-pracy-z-gałęziami.html" +aliases: +- "/book/pl/Gałęzie-Gita-Sposoby-pracy-z-gałęziami.html" +- "/book/pl/v1/Gałęzie-Gita-Sposoby-pracy-z-gałęziami.html" ---

Sposoby pracy z gałęziami

diff --git "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Zarz\304\205dzanie-ga\305\202\304\231ziami.html" "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Zarz\304\205dzanie-ga\305\202\304\231ziami.html" index 51f68bb69b..fa62a78aa6 100644 --- "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Zarz\304\205dzanie-ga\305\202\304\231ziami.html" +++ "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Zarz\304\205dzanie-ga\305\202\304\231ziami.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Gałęzie-Gita-Sposoby-pracy-z-gałęziami title: Git - Zarządzanie gałęziami url: "/book/pl/v2/Gałęzie-Gita-Zarządzanie-gałęziami.html" +aliases: +- "/book/pl/Gałęzie-Gita-Zarządzanie-gałęziami.html" +- "/book/pl/v1/Gałęzie-Gita-Zarządzanie-gałęziami.html" ---

Zarządzanie gałęziami

diff --git "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Zmiana-bazy.html" "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Zmiana-bazy.html" index 293c9c2d43..ff328d5730 100644 --- "a/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Zmiana-bazy.html" +++ "b/external/book/content/book/pl/v2/Ga\305\202\304\231zie-Gita-Zmiana-bazy.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Gałęzie-Gita-Podsumowanie title: Git - Zmiana bazy url: "/book/pl/v2/Gałęzie-Gita-Zmiana-bazy.html" +aliases: +- "/book/pl/Gałęzie-Gita-Zmiana-bazy.html" +- "/book/pl/v1/Gałęzie-Gita-Zmiana-bazy.html" ---

Zmiana bazy

diff --git a/external/book/content/book/pl/v2/Git-i-inne-systemy-Git-jako-klient.html b/external/book/content/book/pl/v2/Git-i-inne-systemy-Git-jako-klient.html index 8596047d4f..ab1b540756 100644 --- a/external/book/content/book/pl/v2/Git-i-inne-systemy-Git-jako-klient.html +++ b/external/book/content/book/pl/v2/Git-i-inne-systemy-Git-jako-klient.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Dostosowywanie-Gita-Summary next: book/pl/v2/Git-i-inne-systemy-Migracja-do-Gita title: Git - Git jako klient +aliases: +- "/book/pl/Git-i-inne-systemy.html" +- "/book/pl/v1/Git-i-inne-systemy.html" ---

Świat nie jest idealny. Zazwyczaj nie możesz od razu przejść w każdym projekcie na Gita. diff --git a/external/book/content/book/pl/v2/Git-i-inne-systemy-Migracja-do-Gita.html b/external/book/content/book/pl/v2/Git-i-inne-systemy-Migracja-do-Gita.html index 0aba53a132..a526f5e01f 100644 --- a/external/book/content/book/pl/v2/Git-i-inne-systemy-Migracja-do-Gita.html +++ b/external/book/content/book/pl/v2/Git-i-inne-systemy-Migracja-do-Gita.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Git-i-inne-systemy-Git-jako-klient next: book/pl/v2/Git-i-inne-systemy-Podsumowanie title: Git - Migracja do Gita +aliases: +- "/book/pl/Git-i-inne-systemy-Migracja-do-Gita.html" +- "/book/pl/v1/Git-i-inne-systemy-Migracja-do-Gita.html" ---

Migracja do Gita

diff --git a/external/book/content/book/pl/v2/Git-i-inne-systemy-Podsumowanie.html b/external/book/content/book/pl/v2/Git-i-inne-systemy-Podsumowanie.html index 7aa6a8b376..f36e3085c1 100644 --- a/external/book/content/book/pl/v2/Git-i-inne-systemy-Podsumowanie.html +++ b/external/book/content/book/pl/v2/Git-i-inne-systemy-Podsumowanie.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Git-i-inne-systemy-Migracja-do-Gita next: book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Komendy-typu-plumbing-i-porcelain title: Git - Podsumowanie +aliases: +- "/book/pl/Git-i-inne-systemy-Podsumowanie.html" +- "/book/pl/v1/Git-i-inne-systemy-Podsumowanie.html" ---

Podsumowanie

diff --git a/external/book/content/book/pl/v2/Git-na-serwerze-Generowanie-Twojego-publicznego-klucza-SSH.html b/external/book/content/book/pl/v2/Git-na-serwerze-Generowanie-Twojego-publicznego-klucza-SSH.html index ba55df186e..d7f497e425 100644 --- a/external/book/content/book/pl/v2/Git-na-serwerze-Generowanie-Twojego-publicznego-klucza-SSH.html +++ b/external/book/content/book/pl/v2/Git-na-serwerze-Generowanie-Twojego-publicznego-klucza-SSH.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Git-na-serwerze-Uruchomienie-Git-na-serwerze next: book/pl/v2/Git-na-serwerze-Konfigurowanie-serwera title: Git - Generowanie Twojego publicznego klucza SSH +aliases: +- "/book/pl/Git-na-serwerze-Generacja-pary-kluczy-SSH.html" +- "/book/pl/v1/Git-na-serwerze-Generacja-pary-kluczy-SSH.html" ---

Generowanie Twojego publicznego klucza SSH

diff --git a/external/book/content/book/pl/v2/Git-na-serwerze-Git-Daemon.html b/external/book/content/book/pl/v2/Git-na-serwerze-Git-Daemon.html index fe0033f128..9bee0d2742 100644 --- a/external/book/content/book/pl/v2/Git-na-serwerze-Git-Daemon.html +++ b/external/book/content/book/pl/v2/Git-na-serwerze-Git-Daemon.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Git-na-serwerze-Konfigurowanie-serwera next: book/pl/v2/Git-na-serwerze-Smart-HTTP title: Git - Git Daemon +aliases: +- "/book/pl/Git-na-serwerze-Git-Demon.html" +- "/book/pl/v1/Git-na-serwerze-Git-Demon.html" ---

Git Daemon

diff --git "a/external/book/content/book/pl/v2/Git-na-serwerze-Inne-opcje-hostowania-przez-podmioty-zewn\304\231trzne.html" "b/external/book/content/book/pl/v2/Git-na-serwerze-Inne-opcje-hostowania-przez-podmioty-zewn\304\231trzne.html" index 75b87be3fc..4bf6977a9c 100644 --- "a/external/book/content/book/pl/v2/Git-na-serwerze-Inne-opcje-hostowania-przez-podmioty-zewn\304\231trzne.html" +++ "b/external/book/content/book/pl/v2/Git-na-serwerze-Inne-opcje-hostowania-przez-podmioty-zewn\304\231trzne.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Git-na-serwerze-Podsumowanie title: Git - Inne opcje hostowania przez podmioty zewnętrzne url: "/book/pl/v2/Git-na-serwerze-Inne-opcje-hostowania-przez-podmioty-zewnętrzne.html" +aliases: +- "/book/pl/Git-na-serwerze-Dostęp-publiczny.html" +- "/book/pl/v1/Git-na-serwerze-Dostęp-publiczny.html" ---

Inne opcje hostowania przez podmioty zewnętrzne

diff --git a/external/book/content/book/pl/v2/Git-na-serwerze-Konfigurowanie-serwera.html b/external/book/content/book/pl/v2/Git-na-serwerze-Konfigurowanie-serwera.html index 822618ce88..73cb4a553f 100644 --- a/external/book/content/book/pl/v2/Git-na-serwerze-Konfigurowanie-serwera.html +++ b/external/book/content/book/pl/v2/Git-na-serwerze-Konfigurowanie-serwera.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Git-na-serwerze-Generowanie-Twojego-publicznego-klucza-SSH next: book/pl/v2/Git-na-serwerze-Git-Daemon title: Git - Konfigurowanie serwera +aliases: +- "/book/pl/Git-na-serwerze-Konfiguracja-serwera.html" +- "/book/pl/v1/Git-na-serwerze-Konfiguracja-serwera.html" ---

Konfigurowanie serwera

diff --git a/external/book/content/book/pl/v2/Git-na-serwerze-Podsumowanie.html b/external/book/content/book/pl/v2/Git-na-serwerze-Podsumowanie.html index 0a04279ac8..deb0a950f6 100644 --- a/external/book/content/book/pl/v2/Git-na-serwerze-Podsumowanie.html +++ b/external/book/content/book/pl/v2/Git-na-serwerze-Podsumowanie.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Git-na-serwerze-Inne-opcje-hostowania-przez-podmioty-zewnętrzne next: book/pl/v2/Rozproszony-Git-Rozproszone-przepływy-pracy title: Git - Podsumowanie +aliases: +- "/book/pl/Git-na-serwerze-Podsumowanie.html" +- "/book/pl/v1/Git-na-serwerze-Podsumowanie.html" ---

Podsumowanie

diff --git "a/external/book/content/book/pl/v2/Git-na-serwerze-Protoko\305\202y.html" "b/external/book/content/book/pl/v2/Git-na-serwerze-Protoko\305\202y.html" index 8be9c605a7..76cff40b30 100644 --- "a/external/book/content/book/pl/v2/Git-na-serwerze-Protoko\305\202y.html" +++ "b/external/book/content/book/pl/v2/Git-na-serwerze-Protoko\305\202y.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Git-na-serwerze-Uruchomienie-Git-na-serwerze title: Git - Protokoły url: "/book/pl/v2/Git-na-serwerze-Protokoły.html" +aliases: +- "/book/pl/Git-na-serwerze.html" +- "/book/pl/v1/Git-na-serwerze.html" ---

Powinieneś być już w stanie realizować większość codziennych zadań podczas pracy z Git. diff --git a/external/book/content/book/pl/v2/Git-na-serwerze-Uruchomienie-Git-na-serwerze.html b/external/book/content/book/pl/v2/Git-na-serwerze-Uruchomienie-Git-na-serwerze.html index eadea36626..309ecd51b9 100644 --- a/external/book/content/book/pl/v2/Git-na-serwerze-Uruchomienie-Git-na-serwerze.html +++ b/external/book/content/book/pl/v2/Git-na-serwerze-Uruchomienie-Git-na-serwerze.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Git-na-serwerze-Protokoły next: book/pl/v2/Git-na-serwerze-Generowanie-Twojego-publicznego-klucza-SSH title: Git - Uruchomienie Git na serwerze +aliases: +- "/book/pl/Git-na-serwerze-Uruchomienie-Git-na-serwerze.html" +- "/book/pl/v1/Git-na-serwerze-Uruchomienie-Git-na-serwerze.html" ---

Uruchomienie Git na serwerze

diff --git "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Komendy-typu-plumbing-i-porcelain.html" "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Komendy-typu-plumbing-i-porcelain.html" index 16d880b387..8963104d1c 100644 --- "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Komendy-typu-plumbing-i-porcelain.html" +++ "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Komendy-typu-plumbing-i-porcelain.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Obiekty-Gita title: Git - Komendy typu plumbing i porcelain url: "/book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Komendy-typu-plumbing-i-porcelain.html" +aliases: +- "/book/pl/Mechanizmy-wewnętrzne-w-Git.html" +- "/book/pl/v1/Mechanizmy-wewnętrzne-w-Git.html" ---

Być może przeskoczyłeś do tego rozdziału z poprzedniego, lub dotarłeś aż dotąd po przeczytaniu reszty książki – w każdym z tych przypadków, dowiesz się tutaj o tym w jaki sposób pracują wewnętrzne mechanizmy i ich implementacja w Git. Wiem, jak ważne jest poznanie tych rzeczy, aby zrozumieć jak przydatnym i potężnym narzędziem jest Git, jednak niektóre osoby wskazywały że może to wprowadzać zamieszanie i niepotrzebnie komplikować sprawy dla początkujących użytkowników. diff --git "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Konserwacja-i-odzyskiwanie-danych.html" "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Konserwacja-i-odzyskiwanie-danych.html" index a8efc66f82..a1c186122b 100644 --- "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Konserwacja-i-odzyskiwanie-danych.html" +++ "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Konserwacja-i-odzyskiwanie-danych.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Environment-Variables title: Git - Konserwacja i odzyskiwanie danych url: "/book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Konserwacja-i-odzyskiwanie-danych.html" +aliases: +- "/book/pl/Mechanizmy-wewnętrzne-w-Git-Podsumowanie.html" +- "/book/pl/v1/Mechanizmy-wewnętrzne-w-Git-Podsumowanie.html" ---

Konserwacja i odzyskiwanie danych

diff --git "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Obiekty-Gita.html" "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Obiekty-Gita.html" index 4d459c8e44..83fb0ae570 100644 --- "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Obiekty-Gita.html" +++ "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Obiekty-Gita.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Referencje-w-Git title: Git - Obiekty Gita url: "/book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Obiekty-Gita.html" +aliases: +- "/book/pl/Mechanizmy-wewnętrzne-w-Git-Obiekty-Gita.html" +- "/book/pl/v1/Mechanizmy-wewnętrzne-w-Git-Obiekty-Gita.html" ---

Obiekty Gita

diff --git "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Protoko\305\202y-transferu.html" "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Protoko\305\202y-transferu.html" index 735053ea4e..49ce747750 100644 --- "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Protoko\305\202y-transferu.html" +++ "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Protoko\305\202y-transferu.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Konserwacja-i-odzyskiwanie-danych title: Git - Protokoły transferu url: "/book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Protokoły-transferu.html" +aliases: +- "/book/pl/Mechanizmy-wewnętrzne-w-Git-Konserwacja-i-Odzyskiwanie-Danych.html" +- "/book/pl/v1/Mechanizmy-wewnętrzne-w-Git-Konserwacja-i-Odzyskiwanie-Danych.html" ---

Protokoły transferu

diff --git "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Referencje-w-Git.html" "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Referencje-w-Git.html" index e066047a29..6ee2b3b9de 100644 --- "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Referencje-w-Git.html" +++ "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Referencje-w-Git.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Spakowane-pliki-packfiles title: Git - Referencje w Git url: "/book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Referencje-w-Git.html" +aliases: +- "/book/pl/Mechanizmy-wewnętrzne-w-Git-Spakowane-pliki-packfiles.html" +- "/book/pl/v1/Mechanizmy-wewnętrzne-w-Git-Spakowane-pliki-packfiles.html" ---

Referencje w Git

diff --git "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Refspec.html" "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Refspec.html" index f6ea44b448..ace81fe1ca 100644 --- "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Refspec.html" +++ "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Refspec.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Protokoły-transferu title: Git - Refspec url: "/book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Refspec.html" +aliases: +- "/book/pl/Mechanizmy-wewnętrzne-w-Git-Protokoły-transferu.html" +- "/book/pl/v1/Mechanizmy-wewnętrzne-w-Git-Protokoły-transferu.html" ---

Refspec

diff --git "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Spakowane-pliki-packfiles.html" "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Spakowane-pliki-packfiles.html" index bcbbe7a488..891a71454d 100644 --- "a/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Spakowane-pliki-packfiles.html" +++ "b/external/book/content/book/pl/v2/Mechanizmy-wewn\304\231trzne-w-Git-Spakowane-pliki-packfiles.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Refspec title: Git - Spakowane pliki (packfiles) url: "/book/pl/v2/Mechanizmy-wewnętrzne-w-Git-Spakowane-pliki-packfiles.html" +aliases: +- "/book/pl/Mechanizmy-wewnętrzne-w-Git-Refspec.html" +- "/book/pl/v1/Mechanizmy-wewnętrzne-w-Git-Refspec.html" ---

Spakowane pliki (packfiles)

diff --git "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Debugowanie-z-Gitem.html" "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Debugowanie-z-Gitem.html" index 4ef121aa15..48a5fe4fef 100644 --- "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Debugowanie-z-Gitem.html" +++ "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Debugowanie-z-Gitem.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Narzędzia-Gita-Moduły-zależne title: Git - Debugowanie z Gitem url: "/book/pl/v2/Narzędzia-Gita-Debugowanie-z-Gitem.html" +aliases: +- "/book/pl/Narzędzia-Gita-Debugowanie-z-Gitem.html" +- "/book/pl/v1/Narzędzia-Gita-Debugowanie-z-Gitem.html" ---

Debugowanie z Gitem

diff --git "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Interaktywne-u\305\274ywanie-przechowali.html" "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Interaktywne-u\305\274ywanie-przechowali.html" index 3295db6555..4acafc2bc7 100644 --- "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Interaktywne-u\305\274ywanie-przechowali.html" +++ "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Interaktywne-u\305\274ywanie-przechowali.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Narzędzia-Gita-Schowek-i-czyszczenie title: Git - Interaktywne używanie przechowali url: "/book/pl/v2/Narzędzia-Gita-Interaktywne-używanie-przechowali.html" +aliases: +- "/book/pl/Narzędzia-Gita-Interaktywne-używanie-przechowali.html" +- "/book/pl/v1/Narzędzia-Gita-Interaktywne-używanie-przechowali.html" ---

Interaktywne używanie przechowali

diff --git "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Modu\305\202y-zale\305\274ne.html" "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Modu\305\202y-zale\305\274ne.html" index cbe12985bc..b4a5ea582b 100644 --- "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Modu\305\202y-zale\305\274ne.html" +++ "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Modu\305\202y-zale\305\274ne.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Narzędzia-Gita-Bundling title: Git - Moduły zależne url: "/book/pl/v2/Narzędzia-Gita-Moduły-zależne.html" +aliases: +- "/book/pl/Narzędzia-Gita-Moduły-zależne.html" +- "/book/pl/v1/Narzędzia-Gita-Moduły-zależne.html" ---

Moduły zależne

diff --git "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Podsumowanie.html" "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Podsumowanie.html" index 1b9e849dbf..f1b7afe060 100644 --- "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Podsumowanie.html" +++ "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Podsumowanie.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Dostosowywanie-Gita-Konfiguracja-Gita title: Git - Podsumowanie url: "/book/pl/v2/Narzędzia-Gita-Podsumowanie.html" +aliases: +- "/book/pl/Narzędzia-Gita-Podsumowanie.html" +- "/book/pl/v1/Narzędzia-Gita-Podsumowanie.html" ---

Podsumowanie

diff --git "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Przepisywanie-historii.html" "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Przepisywanie-historii.html" index 57cc4ea944..dbc08c30df 100644 --- "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Przepisywanie-historii.html" +++ "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Przepisywanie-historii.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Narzędzia-Gita-Reset-Demystified title: Git - Przepisywanie historii url: "/book/pl/v2/Narzędzia-Gita-Przepisywanie-historii.html" +aliases: +- "/book/pl/Narzędzia-Gita-Przepisywanie-Historii.html" +- "/book/pl/v1/Narzędzia-Gita-Przepisywanie-Historii.html" ---

Przepisywanie historii

diff --git "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Schowek-i-czyszczenie.html" "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Schowek-i-czyszczenie.html" index cd02d6c3a7..b405d0e5ec 100644 --- "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Schowek-i-czyszczenie.html" +++ "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Schowek-i-czyszczenie.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Narzędzia-Gita-Signing-Your-Work title: Git - Schowek i czyszczenie url: "/book/pl/v2/Narzędzia-Gita-Schowek-i-czyszczenie.html" +aliases: +- "/book/pl/Narzędzia-Gita-Schowek.html" +- "/book/pl/v1/Narzędzia-Gita-Schowek.html" ---

Schowek i czyszczenie

diff --git "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Wskazywanie-rewizji.html" "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Wskazywanie-rewizji.html" index dabc7ed8ff..bbaf78bee9 100644 --- "a/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Wskazywanie-rewizji.html" +++ "b/external/book/content/book/pl/v2/Narz\304\231dzia-Gita-Wskazywanie-rewizji.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Narzędzia-Gita-Interaktywne-używanie-przechowali title: Git - Wskazywanie rewizji url: "/book/pl/v2/Narzędzia-Gita-Wskazywanie-rewizji.html" +aliases: +- "/book/pl/Narzędzia-Gita.html" +- "/book/pl/v1/Narzędzia-Gita.html" ---

Do tej chwili poznałeś większość komend potrzebnych do codziennej pracy, oraz do prowadzenia repozytorium ze swoim kodem. Wykonywałeś podstawowe zadania dotyczące śledzenia i wprowadzania zmian, oraz wykorzystywałeś przechowalnię, jak również rozgałęzianie oraz łączenie różnych gałęzi.

Teraz dowiesz się o kolejnych rzeczach, które Git ma do zaoferowania, z których być może nie będziesz korzystał codziennie, ale które z pewnością będą przydatne.

diff --git a/external/book/content/book/pl/v2/Pierwsze-kroki-Instalacja-Git.html b/external/book/content/book/pl/v2/Pierwsze-kroki-Instalacja-Git.html index 2db615b178..8a024530e5 100644 --- a/external/book/content/book/pl/v2/Pierwsze-kroki-Instalacja-Git.html +++ b/external/book/content/book/pl/v2/Pierwsze-kroki-Instalacja-Git.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Pierwsze-kroki-Linia-poleceń next: book/pl/v2/Pierwsze-kroki-Wstępna-konfiguracja-Git title: Git - Instalacja Git +aliases: +- "/book/pl/Pierwsze-kroki-Instalacja-Git.html" +- "/book/pl/v1/Pierwsze-kroki-Instalacja-Git.html" ---

Instalacja Git

diff --git "a/external/book/content/book/pl/v2/Pierwsze-kroki-Kr\303\263tka-historia-Git.html" "b/external/book/content/book/pl/v2/Pierwsze-kroki-Kr\303\263tka-historia-Git.html" index eae2f9936d..bcb29d4777 100644 --- "a/external/book/content/book/pl/v2/Pierwsze-kroki-Kr\303\263tka-historia-Git.html" +++ "b/external/book/content/book/pl/v2/Pierwsze-kroki-Kr\303\263tka-historia-Git.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Pierwsze-kroki-Podstawy-Git title: Git - Krótka historia Git url: "/book/pl/v2/Pierwsze-kroki-Krótka-historia-Git.html" +aliases: +- "/book/pl/Pierwsze-kroki-Krótka-historia-Git.html" +- "/book/pl/v1/Pierwsze-kroki-Krótka-historia-Git.html" ---

Krótka historia Git

diff --git a/external/book/content/book/pl/v2/Pierwsze-kroki-Podstawy-Git.html b/external/book/content/book/pl/v2/Pierwsze-kroki-Podstawy-Git.html index 1b4045c4a1..ad7b78be04 100644 --- a/external/book/content/book/pl/v2/Pierwsze-kroki-Podstawy-Git.html +++ b/external/book/content/book/pl/v2/Pierwsze-kroki-Podstawy-Git.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Pierwsze-kroki-Krótka-historia-Git next: book/pl/v2/Pierwsze-kroki-Linia-poleceń title: Git - Podstawy Git +aliases: +- "/book/pl/Pierwsze-kroki-Podstawy-Git.html" +- "/book/pl/v1/Pierwsze-kroki-Podstawy-Git.html" ---

Podstawy Git

diff --git a/external/book/content/book/pl/v2/Pierwsze-kroki-Podsumowanie.html b/external/book/content/book/pl/v2/Pierwsze-kroki-Podsumowanie.html index 36deb4fe4c..d4679d7ea4 100644 --- a/external/book/content/book/pl/v2/Pierwsze-kroki-Podsumowanie.html +++ b/external/book/content/book/pl/v2/Pierwsze-kroki-Podsumowanie.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Pierwsze-kroki-Uzyskiwanie-pomocy next: book/pl/v2/Podstawy-Gita-Pierwsze-repozytorium-Gita title: Git - Podsumowanie +aliases: +- "/book/pl/Pierwsze-kroki-Podsumowanie.html" +- "/book/pl/v1/Pierwsze-kroki-Podsumowanie.html" ---

Podsumowanie

diff --git a/external/book/content/book/pl/v2/Pierwsze-kroki-Uzyskiwanie-pomocy.html b/external/book/content/book/pl/v2/Pierwsze-kroki-Uzyskiwanie-pomocy.html index 366e34d30d..c31e688cdd 100644 --- a/external/book/content/book/pl/v2/Pierwsze-kroki-Uzyskiwanie-pomocy.html +++ b/external/book/content/book/pl/v2/Pierwsze-kroki-Uzyskiwanie-pomocy.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Pierwsze-kroki-Wstępna-konfiguracja-Git next: book/pl/v2/Pierwsze-kroki-Podsumowanie title: Git - Uzyskiwanie pomocy +aliases: +- "/book/pl/Pierwsze-kroki-Uzyskiwanie-pomocy.html" +- "/book/pl/v1/Pierwsze-kroki-Uzyskiwanie-pomocy.html" ---

Uzyskiwanie pomocy

diff --git a/external/book/content/book/pl/v2/Pierwsze-kroki-Wprowadzenie-do-kontroli-wersji.html b/external/book/content/book/pl/v2/Pierwsze-kroki-Wprowadzenie-do-kontroli-wersji.html index 40a32d0f2f..be91ccacb5 100644 --- a/external/book/content/book/pl/v2/Pierwsze-kroki-Wprowadzenie-do-kontroli-wersji.html +++ b/external/book/content/book/pl/v2/Pierwsze-kroki-Wprowadzenie-do-kontroli-wersji.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Pierwsze-kroki-Wprowadzenie-do-kontroli-wersji next: book/pl/v2/Pierwsze-kroki-Krótka-historia-Git title: Git - Wprowadzenie do kontroli wersji +aliases: +- "/book/pl/Pierwsze-kroki.html" +- "/book/pl/v1/Pierwsze-kroki.html" ---

Ten rozdział poświęcony jest pierwszym krokom z Git. Rozpoczyna się krótkim wprowadzeniem do narzędzi kontroli wersji, następnie przechodzi do instalacji i początkowej konfiguracji Git. Po przeczytaniu tego rozdziału powinieneś rozumieć w jakim celu Git został stworzony, dlaczego warto z niego korzystać oraz być przygotowany do używania go.

Wprowadzenie do kontroli wersji

diff --git "a/external/book/content/book/pl/v2/Pierwsze-kroki-Wst\304\231pna-konfiguracja-Git.html" "b/external/book/content/book/pl/v2/Pierwsze-kroki-Wst\304\231pna-konfiguracja-Git.html" index 0bbbbfde5f..0191595bf3 100644 --- "a/external/book/content/book/pl/v2/Pierwsze-kroki-Wst\304\231pna-konfiguracja-Git.html" +++ "b/external/book/content/book/pl/v2/Pierwsze-kroki-Wst\304\231pna-konfiguracja-Git.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Pierwsze-kroki-Uzyskiwanie-pomocy title: Git - Wstępna konfiguracja Git url: "/book/pl/v2/Pierwsze-kroki-Wstępna-konfiguracja-Git.html" +aliases: +- "/book/pl/Pierwsze-kroki-Wstępna-konfiguracja-Git.html" +- "/book/pl/v1/Pierwsze-kroki-Wstępna-konfiguracja-Git.html" ---

Wstępna konfiguracja Git

diff --git a/external/book/content/book/pl/v2/Podstawy-Gita-Aliasy.html b/external/book/content/book/pl/v2/Podstawy-Gita-Aliasy.html index 0fb1953c76..60308a8459 100644 --- a/external/book/content/book/pl/v2/Podstawy-Gita-Aliasy.html +++ b/external/book/content/book/pl/v2/Podstawy-Gita-Aliasy.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Podstawy-Gita-Tagowanie next: book/pl/v2/Podstawy-Gita-Podsumowanie title: Git - Aliasy +aliases: +- "/book/pl/Podstawy-Gita-Sztuczki-i-kruczki.html" +- "/book/pl/v1/Podstawy-Gita-Sztuczki-i-kruczki.html" ---

Aliasy

diff --git a/external/book/content/book/pl/v2/Podstawy-Gita-Cofanie-zmian.html b/external/book/content/book/pl/v2/Podstawy-Gita-Cofanie-zmian.html index 9fe4516d2f..78de09ab40 100644 --- a/external/book/content/book/pl/v2/Podstawy-Gita-Cofanie-zmian.html +++ b/external/book/content/book/pl/v2/Podstawy-Gita-Cofanie-zmian.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Podstawy-Gita-Podgląd-historii-rewizji next: book/pl/v2/Podstawy-Gita-Praca-ze-zdalnym-repozytorium title: Git - Cofanie zmian +aliases: +- "/book/pl/Podstawy-Gita-Cofanie-zmian.html" +- "/book/pl/v1/Podstawy-Gita-Cofanie-zmian.html" ---

Cofanie zmian

diff --git a/external/book/content/book/pl/v2/Podstawy-Gita-Pierwsze-repozytorium-Gita.html b/external/book/content/book/pl/v2/Podstawy-Gita-Pierwsze-repozytorium-Gita.html index e7a15f5a1d..793957077a 100644 --- a/external/book/content/book/pl/v2/Podstawy-Gita-Pierwsze-repozytorium-Gita.html +++ b/external/book/content/book/pl/v2/Podstawy-Gita-Pierwsze-repozytorium-Gita.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Pierwsze-kroki-Podsumowanie next: book/pl/v2/Podstawy-Gita-Rejestrowanie-zmian-w-repozytorium title: Git - Pierwsze repozytorium Gita +aliases: +- "/book/pl/Podstawy-Gita.html" +- "/book/pl/v1/Podstawy-Gita.html" ---

Jeśli chcesz ograniczyć się do czytania jednego rozdziału, dobrze trafiłeś. Niniejszy rozdział obejmuje wszystkie podstawowe polecenia, które musisz znać, aby wykonać przeważającą część zadań, z którymi przyjdzie ci spędzić czas podczas pracy z Gitem. Po zapoznaniu się z rozdziałem powinieneś umieć samodzielnie tworzyć i konfigurować repozytoria, rozpoczynać i kończyć śledzenie plików, umieszczać zmiany w poczekalni oraz je zatwierdzać. Pokażemy ci także, jak skonfigurować Gita tak, aby ignorował pewne pliki oraz całe ich grupy według zadanego wzorca, szybko i łatwo cofać błędne zmiany, przeglądać historię swojego projektu, podglądać zmiany pomiędzy rewizjami, oraz jak wypychać je na serwer i stamtąd pobierać.

Pierwsze repozytorium Gita

diff --git "a/external/book/content/book/pl/v2/Podstawy-Gita-Podgl\304\205d-historii-rewizji.html" "b/external/book/content/book/pl/v2/Podstawy-Gita-Podgl\304\205d-historii-rewizji.html" index fad991898b..ea64b38f77 100644 --- "a/external/book/content/book/pl/v2/Podstawy-Gita-Podgl\304\205d-historii-rewizji.html" +++ "b/external/book/content/book/pl/v2/Podstawy-Gita-Podgl\304\205d-historii-rewizji.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Podstawy-Gita-Cofanie-zmian title: Git - Podgląd historii rewizji url: "/book/pl/v2/Podstawy-Gita-Podgląd-historii-rewizji.html" +aliases: +- "/book/pl/Podstawy-Gita-Podgląd-historii-rewizji.html" +- "/book/pl/v1/Podstawy-Gita-Podgląd-historii-rewizji.html" ---

Podgląd historii rewizji

diff --git a/external/book/content/book/pl/v2/Podstawy-Gita-Podsumowanie.html b/external/book/content/book/pl/v2/Podstawy-Gita-Podsumowanie.html index d69110cf03..3a77016603 100644 --- a/external/book/content/book/pl/v2/Podstawy-Gita-Podsumowanie.html +++ b/external/book/content/book/pl/v2/Podstawy-Gita-Podsumowanie.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Podstawy-Gita-Aliasy next: book/pl/v2/Gałęzie-Gita-Czym-jest-gałąź title: Git - Podsumowanie +aliases: +- "/book/pl/Podstawy-Gita-Podsumowanie.html" +- "/book/pl/v1/Podstawy-Gita-Podsumowanie.html" ---

Podsumowanie

diff --git a/external/book/content/book/pl/v2/Podstawy-Gita-Praca-ze-zdalnym-repozytorium.html b/external/book/content/book/pl/v2/Podstawy-Gita-Praca-ze-zdalnym-repozytorium.html index e5776383b7..32a5c36b6f 100644 --- a/external/book/content/book/pl/v2/Podstawy-Gita-Praca-ze-zdalnym-repozytorium.html +++ b/external/book/content/book/pl/v2/Podstawy-Gita-Praca-ze-zdalnym-repozytorium.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Podstawy-Gita-Cofanie-zmian next: book/pl/v2/Podstawy-Gita-Tagowanie title: Git - Praca ze zdalnym repozytorium +aliases: +- "/book/pl/Podstawy-Gita-Praca-ze-zdalnym-repozytorium.html" +- "/book/pl/v1/Podstawy-Gita-Praca-ze-zdalnym-repozytorium.html" ---

Praca ze zdalnym repozytorium

diff --git a/external/book/content/book/pl/v2/Podstawy-Gita-Rejestrowanie-zmian-w-repozytorium.html b/external/book/content/book/pl/v2/Podstawy-Gita-Rejestrowanie-zmian-w-repozytorium.html index 0ea2d7b039..8f38a12c91 100644 --- a/external/book/content/book/pl/v2/Podstawy-Gita-Rejestrowanie-zmian-w-repozytorium.html +++ b/external/book/content/book/pl/v2/Podstawy-Gita-Rejestrowanie-zmian-w-repozytorium.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Podstawy-Gita-Pierwsze-repozytorium-Gita next: book/pl/v2/Podstawy-Gita-Podgląd-historii-rewizji title: Git - Rejestrowanie zmian w repozytorium +aliases: +- "/book/pl/Podstawy-Gita-Rejestrowanie-zmian-w-repozytorium.html" +- "/book/pl/v1/Podstawy-Gita-Rejestrowanie-zmian-w-repozytorium.html" ---

Rejestrowanie zmian w repozytorium

diff --git a/external/book/content/book/pl/v2/Podstawy-Gita-Tagowanie.html b/external/book/content/book/pl/v2/Podstawy-Gita-Tagowanie.html index 18f8fb071c..2742aa6c97 100644 --- a/external/book/content/book/pl/v2/Podstawy-Gita-Tagowanie.html +++ b/external/book/content/book/pl/v2/Podstawy-Gita-Tagowanie.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Podstawy-Gita-Praca-ze-zdalnym-repozytorium next: book/pl/v2/Podstawy-Gita-Aliasy title: Git - Tagowanie +aliases: +- "/book/pl/Podstawy-Gita-Tagowanie-etykietowanie.html" +- "/book/pl/v1/Podstawy-Gita-Tagowanie-etykietowanie.html" ---

Tagowanie

diff --git "a/external/book/content/book/pl/v2/Rozproszony-Git-Rozproszone-przep\305\202ywy-pracy.html" "b/external/book/content/book/pl/v2/Rozproszony-Git-Rozproszone-przep\305\202ywy-pracy.html" index 6eead22293..c9222aa11c 100644 --- "a/external/book/content/book/pl/v2/Rozproszony-Git-Rozproszone-przep\305\202ywy-pracy.html" +++ "b/external/book/content/book/pl/v2/Rozproszony-Git-Rozproszone-przep\305\202ywy-pracy.html" @@ -17,6 +17,9 @@ next: book/pl/v2/Rozproszony-Git-Wgrywanie-zmian-do-projektu title: Git - Rozproszone przepływy pracy url: "/book/pl/v2/Rozproszony-Git-Rozproszone-przepływy-pracy.html" +aliases: +- "/book/pl/Rozproszony-Git.html" +- "/book/pl/v1/Rozproszony-Git.html" ---

Teraz, gdy masz już skonfigurowane zdalne repozytorium, które służy do wymiany pracy między programistami w projekcie oraz jesteś zaznajomiony z podstawowymi komendami pozwalającymi na pracę z lokalnym repozytorium Git, zobaczysz jak wykorzystać jego możliwości w rozproszonym trybie pracy, który Git umożliwia.

W tym rozdziale, zobaczysz jak pracować z Gitem w rozproszonym środowisku jako współpracownik lub integrator zmian. diff --git a/external/book/content/book/pl/v2/Rozproszony-Git-Utrzymywanie-projektu.html b/external/book/content/book/pl/v2/Rozproszony-Git-Utrzymywanie-projektu.html index 9ccd444d59..a391d8f6ca 100644 --- a/external/book/content/book/pl/v2/Rozproszony-Git-Utrzymywanie-projektu.html +++ b/external/book/content/book/pl/v2/Rozproszony-Git-Utrzymywanie-projektu.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Rozproszony-Git-Wgrywanie-zmian-do-projektu next: book/pl/v2/Rozproszony-Git-Podsumowanie title: Git - Utrzymywanie projektu +aliases: +- "/book/pl/Rozproszony-Git-Utrzymywanie-projektu.html" +- "/book/pl/v1/Rozproszony-Git-Utrzymywanie-projektu.html" ---

Utrzymywanie projektu

diff --git a/external/book/content/book/pl/v2/Rozproszony-Git-Wgrywanie-zmian-do-projektu.html b/external/book/content/book/pl/v2/Rozproszony-Git-Wgrywanie-zmian-do-projektu.html index ea379d95a2..7b4a78c5f9 100644 --- a/external/book/content/book/pl/v2/Rozproszony-Git-Wgrywanie-zmian-do-projektu.html +++ b/external/book/content/book/pl/v2/Rozproszony-Git-Wgrywanie-zmian-do-projektu.html @@ -16,6 +16,9 @@ previous: book/pl/v2/Rozproszony-Git-Rozproszone-przepływy-pracy next: book/pl/v2/Rozproszony-Git-Utrzymywanie-projektu title: Git - Wgrywanie zmian do projektu +aliases: +- "/book/pl/Rozproszony-Git-Wgrywanie-zmian-do-projektu.html" +- "/book/pl/v1/Rozproszony-Git-Wgrywanie-zmian-do-projektu.html" ---

Wgrywanie zmian do projektu

diff --git a/external/book/content/book/pl/v2/_index.html b/external/book/content/book/pl/v2/_index.html index 9c18e2c8dd..cbace7c842 100644 --- a/external/book/content/book/pl/v2/_index.html +++ b/external/book/content/book/pl/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/pl/v2.html" aliases: - "/book/pl/v2/index.html" +- "/book/pl/v1/index.html" - "/book/pl/index.html" --- diff --git a/external/book/content/book/pt-br/v1/_index.html b/external/book/content/book/pt-br/v1/_index.html new file mode 100644 index 0000000000..66c38454b3 --- /dev/null +++ b/external/book/content/book/pt-br/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/pt-br/v2 +--- diff --git a/external/book/content/book/pt-br/v2/Appendix-C:-Git-Commands-Setup-and-Config.html b/external/book/content/book/pt-br/v2/Appendix-C:-Git-Commands-Setup-and-Config.html index fb31ddfbca..ba587d348e 100644 --- a/external/book/content/book/pt-br/v2/Appendix-C:-Git-Commands-Setup-and-Config.html +++ b/external/book/content/book/pt-br/v2/Appendix-C:-Git-Commands-Setup-and-Config.html @@ -17,6 +17,9 @@ next: book/pt-br/v2/Appendix-C:-Git-Commands-Getting-and-Creating-Projects title: Git - Setup and Config url: "/book/pt-br/v2/Appendix-C:-Git-Commands-Setup-and-Config.html" +aliases: +- "/book/pt-br/commands.html" +- "/book/pt-br/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/pt-br/v2/Branches-no-Git-Branches-em-poucas-palavras.html b/external/book/content/book/pt-br/v2/Branches-no-Git-Branches-em-poucas-palavras.html index 0eec143b62..4779c6418e 100644 --- a/external/book/content/book/pt-br/v2/Branches-no-Git-Branches-em-poucas-palavras.html +++ b/external/book/content/book/pt-br/v2/Branches-no-Git-Branches-em-poucas-palavras.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Fundamentos-de-Git-Sumário next: book/pt-br/v2/Branches-no-Git-O-básico-de-Ramificação-Branch-e-Mesclagem-Merge title: Git - Branches em poucas palavras +aliases: +- "/book/pt-br/Ramificação-Branching-no-Git.html" +- "/book/pt-br/v1/Ramificação-Branching-no-Git.html" ---

Quase todo Sistema de Controle de Versionamento tem alguma forma de suporte a ramificações (Branches). diff --git a/external/book/content/book/pt-br/v2/Branches-no-Git-Branches-remotos.html b/external/book/content/book/pt-br/v2/Branches-no-Git-Branches-remotos.html index a3f77f644a..690fd5cc66 100644 --- a/external/book/content/book/pt-br/v2/Branches-no-Git-Branches-remotos.html +++ b/external/book/content/book/pt-br/v2/Branches-no-Git-Branches-remotos.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Branches-no-Git-Fluxo-de-Branches next: book/pt-br/v2/Branches-no-Git-Rebase title: Git - Branches remotos +aliases: +- "/book/pt-br/Ramificação-Branching-no-Git-Branches-Remotos.html" +- "/book/pt-br/v1/Ramificação-Branching-no-Git-Branches-Remotos.html" ---

Branches remotos

diff --git a/external/book/content/book/pt-br/v2/Branches-no-Git-Fluxo-de-Branches.html b/external/book/content/book/pt-br/v2/Branches-no-Git-Fluxo-de-Branches.html index 172c1271db..738dca92b3 100644 --- a/external/book/content/book/pt-br/v2/Branches-no-Git-Fluxo-de-Branches.html +++ b/external/book/content/book/pt-br/v2/Branches-no-Git-Fluxo-de-Branches.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Branches-no-Git-Gestão-de-Branches next: book/pt-br/v2/Branches-no-Git-Branches-remotos title: Git - Fluxo de Branches +aliases: +- "/book/pt-br/Ramificação-Branching-no-Git-Fluxos-de-Trabalho-com-Branches.html" +- "/book/pt-br/v1/Ramificação-Branching-no-Git-Fluxos-de-Trabalho-com-Branches.html" ---

Fluxo de Branches

diff --git "a/external/book/content/book/pt-br/v2/Branches-no-Git-Gest\303\243o-de-Branches.html" "b/external/book/content/book/pt-br/v2/Branches-no-Git-Gest\303\243o-de-Branches.html" index 50018c66b5..72b49e079f 100644 --- "a/external/book/content/book/pt-br/v2/Branches-no-Git-Gest\303\243o-de-Branches.html" +++ "b/external/book/content/book/pt-br/v2/Branches-no-Git-Gest\303\243o-de-Branches.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Branches-no-Git-Fluxo-de-Branches title: Git - Gestão de Branches url: "/book/pt-br/v2/Branches-no-Git-Gestão-de-Branches.html" +aliases: +- "/book/pt-br/Ramificação-Branching-no-Git-Gerenciamento-de-Branches.html" +- "/book/pt-br/v1/Ramificação-Branching-no-Git-Gerenciamento-de-Branches.html" ---

Gestão de Branches

diff --git "a/external/book/content/book/pt-br/v2/Branches-no-Git-O-b\303\241sico-de-Ramifica\303\247\303\243o-Branch-e-Mesclagem-Merge.html" "b/external/book/content/book/pt-br/v2/Branches-no-Git-O-b\303\241sico-de-Ramifica\303\247\303\243o-Branch-e-Mesclagem-Merge.html" index 65d8abe426..c6e8831e6a 100644 --- "a/external/book/content/book/pt-br/v2/Branches-no-Git-O-b\303\241sico-de-Ramifica\303\247\303\243o-Branch-e-Mesclagem-Merge.html" +++ "b/external/book/content/book/pt-br/v2/Branches-no-Git-O-b\303\241sico-de-Ramifica\303\247\303\243o-Branch-e-Mesclagem-Merge.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Branches-no-Git-Gestão-de-Branches title: Git - O básico de Ramificação (Branch) e Mesclagem (Merge) url: "/book/pt-br/v2/Branches-no-Git-O-básico-de-Ramificação-Branch-e-Mesclagem-Merge.html" +aliases: +- "/book/pt-br/Ramificação-Branching-no-Git-Básico-de-Branch-e-Merge.html" +- "/book/pt-br/v1/Ramificação-Branching-no-Git-Básico-de-Branch-e-Merge.html" ---

O básico de Ramificação (Branch) e Mesclagem (Merge)

diff --git a/external/book/content/book/pt-br/v2/Branches-no-Git-Rebase.html b/external/book/content/book/pt-br/v2/Branches-no-Git-Rebase.html index 5af8cebaf1..350617be4c 100644 --- a/external/book/content/book/pt-br/v2/Branches-no-Git-Rebase.html +++ b/external/book/content/book/pt-br/v2/Branches-no-Git-Rebase.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Branches-no-Git-Branches-remotos next: book/pt-br/v2/Branches-no-Git-Sumário title: Git - Rebase +aliases: +- "/book/pt-br/Ramificação-Branching-no-Git-Rebasing.html" +- "/book/pt-br/v1/Ramificação-Branching-no-Git-Rebasing.html" ---

Rebase

diff --git "a/external/book/content/book/pt-br/v2/Branches-no-Git-Sum\303\241rio.html" "b/external/book/content/book/pt-br/v2/Branches-no-Git-Sum\303\241rio.html" index e62e0294fb..14933482fd 100644 --- "a/external/book/content/book/pt-br/v2/Branches-no-Git-Sum\303\241rio.html" +++ "b/external/book/content/book/pt-br/v2/Branches-no-Git-Sum\303\241rio.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Git-no-servidor-Os-Protocolos title: Git - Sumário url: "/book/pt-br/v2/Branches-no-Git-Sumário.html" +aliases: +- "/book/pt-br/Ramificação-Branching-no-Git-Sumário.html" +- "/book/pt-br/v1/Ramificação-Branching-no-Git-Sumário.html" ---

Sumário

diff --git "a/external/book/content/book/pt-br/v2/Come\303\247ando-Configura\303\247\303\243o-Inicial-do-Git.html" "b/external/book/content/book/pt-br/v2/Come\303\247ando-Configura\303\247\303\243o-Inicial-do-Git.html" index cd0c33f290..c36ae3674a 100644 --- "a/external/book/content/book/pt-br/v2/Come\303\247ando-Configura\303\247\303\243o-Inicial-do-Git.html" +++ "b/external/book/content/book/pt-br/v2/Come\303\247ando-Configura\303\247\303\243o-Inicial-do-Git.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Começando-Pedindo-Ajuda title: Git - Configuração Inicial do Git url: "/book/pt-br/v2/Começando-Configuração-Inicial-do-Git.html" +aliases: +- "/book/pt-br/Primeiros-passos-Configuração-Inicial-do-Git.html" +- "/book/pt-br/v1/Primeiros-passos-Configuração-Inicial-do-Git.html" ---

Configuração Inicial do Git

diff --git "a/external/book/content/book/pt-br/v2/Come\303\247ando-Instalando-o-Git.html" "b/external/book/content/book/pt-br/v2/Come\303\247ando-Instalando-o-Git.html" index 99544c8a61..a7be70e1f1 100644 --- "a/external/book/content/book/pt-br/v2/Come\303\247ando-Instalando-o-Git.html" +++ "b/external/book/content/book/pt-br/v2/Come\303\247ando-Instalando-o-Git.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Começando-Configuração-Inicial-do-Git title: Git - Instalando o Git url: "/book/pt-br/v2/Começando-Instalando-o-Git.html" +aliases: +- "/book/pt-br/Primeiros-passos-Instalando-Git.html" +- "/book/pt-br/v1/Primeiros-passos-Instalando-Git.html" ---

Instalando o Git

diff --git "a/external/book/content/book/pt-br/v2/Come\303\247ando-O-B\303\241sico-do-Git.html" "b/external/book/content/book/pt-br/v2/Come\303\247ando-O-B\303\241sico-do-Git.html" index 598dc33762..fda87ddde4 100644 --- "a/external/book/content/book/pt-br/v2/Come\303\247ando-O-B\303\241sico-do-Git.html" +++ "b/external/book/content/book/pt-br/v2/Come\303\247ando-O-B\303\241sico-do-Git.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Começando-A-Linha-de-Comando title: Git - O Básico do Git url: "/book/pt-br/v2/Começando-O-Básico-do-Git.html" +aliases: +- "/book/pt-br/Primeiros-passos-Noções-Básicas-de-Git.html" +- "/book/pt-br/v1/Primeiros-passos-Noções-Básicas-de-Git.html" ---

O Básico do Git

diff --git "a/external/book/content/book/pt-br/v2/Come\303\247ando-Pedindo-Ajuda.html" "b/external/book/content/book/pt-br/v2/Come\303\247ando-Pedindo-Ajuda.html" index 311846920b..a90a432686 100644 --- "a/external/book/content/book/pt-br/v2/Come\303\247ando-Pedindo-Ajuda.html" +++ "b/external/book/content/book/pt-br/v2/Come\303\247ando-Pedindo-Ajuda.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Começando-Sumário title: Git - Pedindo Ajuda url: "/book/pt-br/v2/Começando-Pedindo-Ajuda.html" +aliases: +- "/book/pt-br/Primeiros-passos-Obtendo-Ajuda.html" +- "/book/pt-br/v1/Primeiros-passos-Obtendo-Ajuda.html" ---

Pedindo Ajuda

diff --git "a/external/book/content/book/pt-br/v2/Come\303\247ando-Sobre-Controle-de-Vers\303\243o.html" "b/external/book/content/book/pt-br/v2/Come\303\247ando-Sobre-Controle-de-Vers\303\243o.html" index 6be8de640a..e800a324eb 100644 --- "a/external/book/content/book/pt-br/v2/Come\303\247ando-Sobre-Controle-de-Vers\303\243o.html" +++ "b/external/book/content/book/pt-br/v2/Come\303\247ando-Sobre-Controle-de-Vers\303\243o.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Começando-Uma-Breve-História-do-Git title: Git - Sobre Controle de Versão url: "/book/pt-br/v2/Começando-Sobre-Controle-de-Versão.html" +aliases: +- "/book/pt-br/Primeiros-passos.html" +- "/book/pt-br/v1/Primeiros-passos.html" ---

Este capítulo abordará como começar com o Git. Nós vamos começar explicando sobre algumas ferramentas de controle de versão, então vamos falar de como ter o Git rodando no seu sistema e finalmente como configurá-lo para começar a trabalhar com ele. diff --git "a/external/book/content/book/pt-br/v2/Come\303\247ando-Sum\303\241rio.html" "b/external/book/content/book/pt-br/v2/Come\303\247ando-Sum\303\241rio.html" index ed2b5c8eee..94284b3695 100644 --- "a/external/book/content/book/pt-br/v2/Come\303\247ando-Sum\303\241rio.html" +++ "b/external/book/content/book/pt-br/v2/Come\303\247ando-Sum\303\241rio.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Fundamentos-de-Git-Obtendo-um-Repositório-Git title: Git - Sumário url: "/book/pt-br/v2/Começando-Sumário.html" +aliases: +- "/book/pt-br/Primeiros-passos-Resumo.html" +- "/book/pt-br/v1/Primeiros-passos-Resumo.html" ---

Sumário

diff --git "a/external/book/content/book/pt-br/v2/Come\303\247ando-Uma-Breve-Hist\303\263ria-do-Git.html" "b/external/book/content/book/pt-br/v2/Come\303\247ando-Uma-Breve-Hist\303\263ria-do-Git.html" index 2f0beb36ac..3d87891c37 100644 --- "a/external/book/content/book/pt-br/v2/Come\303\247ando-Uma-Breve-Hist\303\263ria-do-Git.html" +++ "b/external/book/content/book/pt-br/v2/Come\303\247ando-Uma-Breve-Hist\303\263ria-do-Git.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Começando-O-Básico-do-Git title: Git - Uma Breve História do Git url: "/book/pt-br/v2/Começando-Uma-Breve-História-do-Git.html" +aliases: +- "/book/pt-br/Primeiros-passos-Uma-Breve-História-do-Git.html" +- "/book/pt-br/v1/Primeiros-passos-Uma-Breve-História-do-Git.html" ---

Uma Breve História do Git

diff --git a/external/book/content/book/pt-br/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html b/external/book/content/book/pt-br/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html index e7bb8bc6df..a45cabd558 100644 --- a/external/book/content/book/pt-br/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html +++ b/external/book/content/book/pt-br/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Customizing-Git-Git-Hooks next: book/pt-br/v2/Customizing-Git-Summary title: Git - An Example Git-Enforced Policy +aliases: +- "/book/pt-br/Customizando-o-Git-Um-exemplo-de-Política-Git-Forçada.html" +- "/book/pt-br/v1/Customizando-o-Git-Um-exemplo-de-Política-Git-Forçada.html" ---

An Example Git-Enforced Policy

diff --git a/external/book/content/book/pt-br/v2/Customizing-Git-Git-Attributes.html b/external/book/content/book/pt-br/v2/Customizing-Git-Git-Attributes.html index c5738f1df4..3c8b0737c3 100644 --- a/external/book/content/book/pt-br/v2/Customizing-Git-Git-Attributes.html +++ b/external/book/content/book/pt-br/v2/Customizing-Git-Git-Attributes.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Customizing-Git-Git-Configuration next: book/pt-br/v2/Customizing-Git-Git-Hooks title: Git - Git Attributes +aliases: +- "/book/pt-br/Customizando-o-Git-Atributos-Git.html" +- "/book/pt-br/v1/Customizando-o-Git-Atributos-Git.html" ---

Git Attributes

diff --git a/external/book/content/book/pt-br/v2/Customizing-Git-Git-Configuration.html b/external/book/content/book/pt-br/v2/Customizing-Git-Git-Configuration.html index d26134dd71..52e6be1087 100644 --- a/external/book/content/book/pt-br/v2/Customizing-Git-Git-Configuration.html +++ b/external/book/content/book/pt-br/v2/Customizing-Git-Git-Configuration.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-Tools-Summary next: book/pt-br/v2/Customizing-Git-Git-Attributes title: Git - Git Configuration +aliases: +- "/book/pt-br/Customizando-o-Git.html" +- "/book/pt-br/v1/Customizando-o-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/pt-br/v2/Customizing-Git-Git-Hooks.html b/external/book/content/book/pt-br/v2/Customizing-Git-Git-Hooks.html index d05f650512..c0541c9a04 100644 --- a/external/book/content/book/pt-br/v2/Customizing-Git-Git-Hooks.html +++ b/external/book/content/book/pt-br/v2/Customizing-Git-Git-Hooks.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Customizing-Git-Git-Attributes next: book/pt-br/v2/Customizing-Git-An-Example-Git-Enforced-Policy title: Git - Git Hooks +aliases: +- "/book/pt-br/Customizando-o-Git-Hooks-do-Git.html" +- "/book/pt-br/v1/Customizando-o-Git-Hooks-do-Git.html" ---

Git Hooks

diff --git a/external/book/content/book/pt-br/v2/Customizing-Git-Summary.html b/external/book/content/book/pt-br/v2/Customizing-Git-Summary.html index 5d412c2665..fa3423af05 100644 --- a/external/book/content/book/pt-br/v2/Customizing-Git-Summary.html +++ b/external/book/content/book/pt-br/v2/Customizing-Git-Summary.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Customizing-Git-An-Example-Git-Enforced-Policy next: book/pt-br/v2/Git-and-Other-Systems-Git-as-a-Client title: Git - Summary +aliases: +- "/book/pt-br/Customizando-o-Git-Sumário.html" +- "/book/pt-br/v1/Customizando-o-Git-Sumário.html" ---

Summary

diff --git a/external/book/content/book/pt-br/v2/Distributed-Git-Contribuindo-com-um-Projeto.html b/external/book/content/book/pt-br/v2/Distributed-Git-Contribuindo-com-um-Projeto.html index 560ba0502c..5d7ed17895 100644 --- a/external/book/content/book/pt-br/v2/Distributed-Git-Contribuindo-com-um-Projeto.html +++ b/external/book/content/book/pt-br/v2/Distributed-Git-Contribuindo-com-um-Projeto.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Distributed-Git-Fluxos-de-Trabalho-Distribuídos next: book/pt-br/v2/Distributed-Git-Maintaining-a-Project title: Git - Contribuindo com um Projeto +aliases: +- "/book/pt-br/Git-Distribuído-Contribuindo-Para-Um-Projeto.html" +- "/book/pt-br/v1/Git-Distribuído-Contribuindo-Para-Um-Projeto.html" ---

Contribuindo com um Projeto

diff --git "a/external/book/content/book/pt-br/v2/Distributed-Git-Fluxos-de-Trabalho-Distribu\303\255dos.html" "b/external/book/content/book/pt-br/v2/Distributed-Git-Fluxos-de-Trabalho-Distribu\303\255dos.html" index 04f3a039e3..8dc521b8c2 100644 --- "a/external/book/content/book/pt-br/v2/Distributed-Git-Fluxos-de-Trabalho-Distribu\303\255dos.html" +++ "b/external/book/content/book/pt-br/v2/Distributed-Git-Fluxos-de-Trabalho-Distribu\303\255dos.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Distributed-Git-Contribuindo-com-um-Projeto title: Git - Fluxos de Trabalho Distribuídos url: "/book/pt-br/v2/Distributed-Git-Fluxos-de-Trabalho-Distribuídos.html" +aliases: +- "/book/pt-br/Git-Distribuído.html" +- "/book/pt-br/v1/Git-Distribuído.html" ---

Now that you have a remote Git repository set up as a 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/pt-br/v2/Distributed-Git-Maintaining-a-Project.html b/external/book/content/book/pt-br/v2/Distributed-Git-Maintaining-a-Project.html index de33530ebd..0d6642c035 100644 --- a/external/book/content/book/pt-br/v2/Distributed-Git-Maintaining-a-Project.html +++ b/external/book/content/book/pt-br/v2/Distributed-Git-Maintaining-a-Project.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Distributed-Git-Contribuindo-com-um-Projeto next: book/pt-br/v2/Distributed-Git-Summary title: Git - Maintaining a Project +aliases: +- "/book/pt-br/Git-Distribuído-Mantendo-Um-Projeto.html" +- "/book/pt-br/v1/Git-Distribuído-Mantendo-Um-Projeto.html" ---

Maintaining a Project

diff --git a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Encanamento-e-Porcelana.html b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Encanamento-e-Porcelana.html index bee270899f..bf8ce73ba9 100644 --- a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Encanamento-e-Porcelana.html +++ b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Encanamento-e-Porcelana.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-and-Other-Systems-Summary next: book/pt-br/v2/Funcionamento-Interno-do-Git-Objetos-do-Git title: Git - Encanamento e Porcelana +aliases: +- "/book/pt-br/Git-Internamente.html" +- "/book/pt-br/v1/Git-Internamente.html" ---

Talvez você venha de um capítulo anterior para este, ou talvez você tenha chegado aqui depois de ler o resto do livro. De qualquer forma, aqui iremos para o funcionamento e implementação internos do Git. Nós achávamos que aprender esta informação era de fundamental importância para o entendimento do quão útil e poderoso o Git é, mas outras pessoas alegaram para nós que isso pode ser confuso e desnecessariamente complexo para iniciantes. diff --git a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Maintenance-and-Data-Recovery.html b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Maintenance-and-Data-Recovery.html index c3d1c2e26a..ad47098276 100644 --- a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Maintenance-and-Data-Recovery.html +++ b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Maintenance-and-Data-Recovery.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Funcionamento-Interno-do-Git-Transfer-Protocols next: book/pt-br/v2/Funcionamento-Interno-do-Git-Variáveis-de-ambiente title: Git - Maintenance and Data Recovery +aliases: +- "/book/pt-br/Git-Internamente-Resumo.html" +- "/book/pt-br/v1/Git-Internamente-Resumo.html" ---

Maintenance and Data Recovery

diff --git a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Objetos-do-Git.html b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Objetos-do-Git.html index 097f04da64..19d82437ce 100644 --- a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Objetos-do-Git.html +++ b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Objetos-do-Git.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Funcionamento-Interno-do-Git-Encanamento-e-Porcelana next: book/pt-br/v2/Funcionamento-Interno-do-Git-Referências-do-Git title: Git - Objetos do Git +aliases: +- "/book/pt-br/Git-Internamente-Objetos-do-Git.html" +- "/book/pt-br/v1/Git-Internamente-Objetos-do-Git.html" ---

Objetos do Git

diff --git a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Packfiles.html b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Packfiles.html index 8659b4af94..d4ed4c62a6 100644 --- a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Packfiles.html +++ b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Packfiles.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Funcionamento-Interno-do-Git-Referências-do-Git next: book/pt-br/v2/Funcionamento-Interno-do-Git-The-Refspec title: Git - Packfiles +aliases: +- "/book/pt-br/Git-Internamente-O-Refspec.html" +- "/book/pt-br/v1/Git-Internamente-O-Refspec.html" ---

Packfiles

diff --git "a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Refer\303\252ncias-do-Git.html" "b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Refer\303\252ncias-do-Git.html" index 3fd838b7f9..8c85e741f3 100644 --- "a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Refer\303\252ncias-do-Git.html" +++ "b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Refer\303\252ncias-do-Git.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Funcionamento-Interno-do-Git-Packfiles title: Git - Referências do Git url: "/book/pt-br/v2/Funcionamento-Interno-do-Git-Referências-do-Git.html" +aliases: +- "/book/pt-br/Git-Internamente-Packfiles.html" +- "/book/pt-br/v1/Git-Internamente-Packfiles.html" ---

Referências do Git

diff --git a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-The-Refspec.html b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-The-Refspec.html index cb9ba2e34c..0924990502 100644 --- a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-The-Refspec.html +++ b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-The-Refspec.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Funcionamento-Interno-do-Git-Packfiles next: book/pt-br/v2/Funcionamento-Interno-do-Git-Transfer-Protocols title: Git - The Refspec +aliases: +- "/book/pt-br/Git-Internamente-Protocolos-de-Transferência.html" +- "/book/pt-br/v1/Git-Internamente-Protocolos-de-Transferência.html" ---

The Refspec

diff --git a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Transfer-Protocols.html b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Transfer-Protocols.html index 4b23c1d59c..eb301651d8 100644 --- a/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Transfer-Protocols.html +++ b/external/book/content/book/pt-br/v2/Funcionamento-Interno-do-Git-Transfer-Protocols.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Funcionamento-Interno-do-Git-The-Refspec next: book/pt-br/v2/Funcionamento-Interno-do-Git-Maintenance-and-Data-Recovery title: Git - Transfer Protocols +aliases: +- "/book/pt-br/Git-Internamente-Manutenção-e-Recuperação-de-Dados.html" +- "/book/pt-br/v1/Git-Internamente-Manutenção-e-Recuperação-de-Dados.html" ---

Transfer Protocols

diff --git a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Apelidos-Git.html b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Apelidos-Git.html index 10291cce77..638ee43f22 100644 --- a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Apelidos-Git.html +++ b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Apelidos-Git.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Fundamentos-de-Git-Criando-Tags next: book/pt-br/v2/Fundamentos-de-Git-Sumário title: Git - Apelidos Git +aliases: +- "/book/pt-br/Git-Essencial-Dicas-e-Truques.html" +- "/book/pt-br/v1/Git-Essencial-Dicas-e-Truques.html" ---

Apelidos Git

diff --git a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Criando-Tags.html b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Criando-Tags.html index 68cfc7b8f4..8ff749a8f6 100644 --- a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Criando-Tags.html +++ b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Criando-Tags.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Fundamentos-de-Git-Trabalhando-de-Forma-Remota next: book/pt-br/v2/Fundamentos-de-Git-Apelidos-Git title: Git - Criando Tags +aliases: +- "/book/pt-br/Git-Essencial-Tagging.html" +- "/book/pt-br/v1/Git-Essencial-Tagging.html" ---

Criando Tags

diff --git a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Desfazendo-coisas.html b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Desfazendo-coisas.html index dbd6208045..00b9507ebc 100644 --- a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Desfazendo-coisas.html +++ b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Desfazendo-coisas.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Fundamentos-de-Git-Vendo-o-histórico-de-Commits next: book/pt-br/v2/Fundamentos-de-Git-Trabalhando-de-Forma-Remota title: Git - Desfazendo coisas +aliases: +- "/book/pt-br/Git-Essencial-Desfazendo-Coisas.html" +- "/book/pt-br/v1/Git-Essencial-Desfazendo-Coisas.html" ---

Desfazendo coisas

diff --git "a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Gravando-Altera\303\247\303\265es-em-Seu-Reposit\303\263rio.html" "b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Gravando-Altera\303\247\303\265es-em-Seu-Reposit\303\263rio.html" index 0a9358bff1..aa544f8fb5 100644 --- "a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Gravando-Altera\303\247\303\265es-em-Seu-Reposit\303\263rio.html" +++ "b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Gravando-Altera\303\247\303\265es-em-Seu-Reposit\303\263rio.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Fundamentos-de-Git-Vendo-o-histórico-de-Commits title: Git - Gravando Alterações em Seu Repositório url: "/book/pt-br/v2/Fundamentos-de-Git-Gravando-Alterações-em-Seu-Repositório.html" +aliases: +- "/book/pt-br/Git-Essencial-Gravando-Alterações-no-Repositório.html" +- "/book/pt-br/v1/Git-Essencial-Gravando-Alterações-no-Repositório.html" ---

Gravando Alterações em Seu Repositório

diff --git "a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Obtendo-um-Reposit\303\263rio-Git.html" "b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Obtendo-um-Reposit\303\263rio-Git.html" index 0c18c1f4f1..19ecbbc3e0 100644 --- "a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Obtendo-um-Reposit\303\263rio-Git.html" +++ "b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Obtendo-um-Reposit\303\263rio-Git.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Fundamentos-de-Git-Gravando-Alterações-em-Seu-Repositório title: Git - Obtendo um Repositório Git url: "/book/pt-br/v2/Fundamentos-de-Git-Obtendo-um-Repositório-Git.html" +aliases: +- "/book/pt-br/Git-Essencial.html" +- "/book/pt-br/v1/Git-Essencial.html" ---

Se você pode ler apenas um capítulo antes de começar a usar o Git, este é ele. Este capítulo cobre cada comando básico que você precisa para fazer a maior parte das coisas com as quais eventualmente você vai se deparar durante seu uso do Git. diff --git "a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Sum\303\241rio.html" "b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Sum\303\241rio.html" index 723ae18132..082dbf7fcc 100644 --- "a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Sum\303\241rio.html" +++ "b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Sum\303\241rio.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Branches-no-Git-Branches-em-poucas-palavras title: Git - Sumário url: "/book/pt-br/v2/Fundamentos-de-Git-Sumário.html" +aliases: +- "/book/pt-br/Git-Essencial-Sumário.html" +- "/book/pt-br/v1/Git-Essencial-Sumário.html" ---

Sumário

diff --git a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Trabalhando-de-Forma-Remota.html b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Trabalhando-de-Forma-Remota.html index 8bbd9d9441..2a9347dca6 100644 --- a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Trabalhando-de-Forma-Remota.html +++ b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Trabalhando-de-Forma-Remota.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Fundamentos-de-Git-Desfazendo-coisas next: book/pt-br/v2/Fundamentos-de-Git-Criando-Tags title: Git - Trabalhando de Forma Remota +aliases: +- "/book/pt-br/Git-Essencial-Trabalhando-com-Remotos.html" +- "/book/pt-br/v1/Git-Essencial-Trabalhando-com-Remotos.html" ---

Trabalhando de Forma Remota

diff --git "a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Vendo-o-hist\303\263rico-de-Commits.html" "b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Vendo-o-hist\303\263rico-de-Commits.html" index cf234d76e0..c0b86db206 100644 --- "a/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Vendo-o-hist\303\263rico-de-Commits.html" +++ "b/external/book/content/book/pt-br/v2/Fundamentos-de-Git-Vendo-o-hist\303\263rico-de-Commits.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Fundamentos-de-Git-Desfazendo-coisas title: Git - Vendo o histórico de Commits url: "/book/pt-br/v2/Fundamentos-de-Git-Vendo-o-histórico-de-Commits.html" +aliases: +- "/book/pt-br/Git-Essencial-Visualizando-o-Histórico-de-Commits.html" +- "/book/pt-br/v1/Git-Essencial-Visualizando-o-Histórico-de-Commits.html" ---

Vendo o histórico de Commits

diff --git a/external/book/content/book/pt-br/v2/Git-Tools-Debugging-with-Git.html b/external/book/content/book/pt-br/v2/Git-Tools-Debugging-with-Git.html index ccc5c6de61..75bec51557 100644 --- a/external/book/content/book/pt-br/v2/Git-Tools-Debugging-with-Git.html +++ b/external/book/content/book/pt-br/v2/Git-Tools-Debugging-with-Git.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-Tools-Rerere next: book/pt-br/v2/Git-Tools-Submodules title: Git - Debugging with Git +aliases: +- "/book/pt-br/Ferramentas-do-Git-Depurando-com-Git.html" +- "/book/pt-br/v1/Ferramentas-do-Git-Depurando-com-Git.html" ---

Debugging with Git

diff --git a/external/book/content/book/pt-br/v2/Git-Tools-Interactive-Staging.html b/external/book/content/book/pt-br/v2/Git-Tools-Interactive-Staging.html index de9c5858fa..5737a83624 100644 --- a/external/book/content/book/pt-br/v2/Git-Tools-Interactive-Staging.html +++ b/external/book/content/book/pt-br/v2/Git-Tools-Interactive-Staging.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-Tools-Revision-Selection next: book/pt-br/v2/Git-Tools-Stashing-and-Cleaning title: Git - Interactive Staging +aliases: +- "/book/pt-br/Ferramentas-do-Git-Área-de-Seleção-Interativa.html" +- "/book/pt-br/v1/Ferramentas-do-Git-Área-de-Seleção-Interativa.html" ---

Interactive Staging

diff --git a/external/book/content/book/pt-br/v2/Git-Tools-Revision-Selection.html b/external/book/content/book/pt-br/v2/Git-Tools-Revision-Selection.html index 4f7901c4ed..0fa6fd49f9 100644 --- a/external/book/content/book/pt-br/v2/Git-Tools-Revision-Selection.html +++ b/external/book/content/book/pt-br/v2/Git-Tools-Revision-Selection.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/GitHub-Summary next: book/pt-br/v2/Git-Tools-Interactive-Staging title: Git - Revision Selection +aliases: +- "/book/pt-br/Ferramentas-do-Git.html" +- "/book/pt-br/v1/Ferramentas-do-Git.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/pt-br/v2/Git-Tools-Rewriting-History.html b/external/book/content/book/pt-br/v2/Git-Tools-Rewriting-History.html index 7c8650ca1a..96ffc9402d 100644 --- a/external/book/content/book/pt-br/v2/Git-Tools-Rewriting-History.html +++ b/external/book/content/book/pt-br/v2/Git-Tools-Rewriting-History.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-Tools-Searching next: book/pt-br/v2/Git-Tools-Reset-Demystified title: Git - Rewriting History +aliases: +- "/book/pt-br/Ferramentas-do-Git-Reescrevendo-o-Histórico.html" +- "/book/pt-br/v1/Ferramentas-do-Git-Reescrevendo-o-Histórico.html" ---

Rewriting History

diff --git a/external/book/content/book/pt-br/v2/Git-Tools-Stashing-and-Cleaning.html b/external/book/content/book/pt-br/v2/Git-Tools-Stashing-and-Cleaning.html index ee9c212c5f..568d362e63 100644 --- a/external/book/content/book/pt-br/v2/Git-Tools-Stashing-and-Cleaning.html +++ b/external/book/content/book/pt-br/v2/Git-Tools-Stashing-and-Cleaning.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-Tools-Interactive-Staging next: book/pt-br/v2/Git-Tools-Signing-Your-Work title: Git - Stashing and Cleaning +aliases: +- "/book/pt-br/Ferramentas-do-Git-Fazendo-Stash.html" +- "/book/pt-br/v1/Ferramentas-do-Git-Fazendo-Stash.html" ---

Stashing and Cleaning

diff --git a/external/book/content/book/pt-br/v2/Git-Tools-Submodules.html b/external/book/content/book/pt-br/v2/Git-Tools-Submodules.html index 94991e20d5..6276cc6ef2 100644 --- a/external/book/content/book/pt-br/v2/Git-Tools-Submodules.html +++ b/external/book/content/book/pt-br/v2/Git-Tools-Submodules.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-Tools-Debugging-with-Git next: book/pt-br/v2/Git-Tools-Bundling title: Git - Submodules +aliases: +- "/book/pt-br/Ferramentas-do-Git-Submódulos.html" +- "/book/pt-br/v1/Ferramentas-do-Git-Submódulos.html" ---

Submodules

diff --git a/external/book/content/book/pt-br/v2/Git-Tools-Summary.html b/external/book/content/book/pt-br/v2/Git-Tools-Summary.html index b348610b3c..0d6e8609b9 100644 --- a/external/book/content/book/pt-br/v2/Git-Tools-Summary.html +++ b/external/book/content/book/pt-br/v2/Git-Tools-Summary.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-Tools-Credential-Storage next: book/pt-br/v2/Customizing-Git-Git-Configuration title: Git - Summary +aliases: +- "/book/pt-br/Ferramentas-do-Git-Sumário.html" +- "/book/pt-br/v1/Ferramentas-do-Git-Sumário.html" ---

Summary

diff --git a/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Git-as-a-Client.html b/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Git-as-a-Client.html index f60412b065..8a7e5ed63e 100644 --- a/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Git-as-a-Client.html +++ b/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Git-as-a-Client.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Customizing-Git-Summary next: book/pt-br/v2/Git-and-Other-Systems-Migrating-to-Git title: Git - Git as a Client +aliases: +- "/book/pt-br/Git-e-Outros-Sistemas.html" +- "/book/pt-br/v1/Git-e-Outros-Sistemas.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/pt-br/v2/Git-and-Other-Systems-Migrating-to-Git.html b/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Migrating-to-Git.html index b35d2fca04..70e767a306 100644 --- a/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Migrating-to-Git.html +++ b/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Migrating-to-Git.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-and-Other-Systems-Git-as-a-Client next: book/pt-br/v2/Git-and-Other-Systems-Summary title: Git - Migrating to Git +aliases: +- "/book/pt-br/Git-e-Outros-Sistemas-Migrando-para-o-Git.html" +- "/book/pt-br/v1/Git-e-Outros-Sistemas-Migrando-para-o-Git.html" ---

Migrating to Git

diff --git a/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Summary.html b/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Summary.html index 796d887aed..449de9d6aa 100644 --- a/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Summary.html +++ b/external/book/content/book/pt-br/v2/Git-and-Other-Systems-Summary.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-and-Other-Systems-Migrating-to-Git next: book/pt-br/v2/Funcionamento-Interno-do-Git-Encanamento-e-Porcelana title: Git - Summary +aliases: +- "/book/pt-br/Git-e-Outros-Sistemas-Resumo.html" +- "/book/pt-br/v1/Git-e-Outros-Sistemas-Resumo.html" ---

Summary

diff --git "a/external/book/content/book/pt-br/v2/Git-no-servidor-Gerando-Sua-Chave-P\303\272blica-SSH.html" "b/external/book/content/book/pt-br/v2/Git-no-servidor-Gerando-Sua-Chave-P\303\272blica-SSH.html" index c0ff5d352f..634148fcc9 100644 --- "a/external/book/content/book/pt-br/v2/Git-no-servidor-Gerando-Sua-Chave-P\303\272blica-SSH.html" +++ "b/external/book/content/book/pt-br/v2/Git-no-servidor-Gerando-Sua-Chave-P\303\272blica-SSH.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Git-no-servidor-Setting-Up-the-Server title: Git - Gerando Sua Chave Pública SSH url: "/book/pt-br/v2/Git-no-servidor-Gerando-Sua-Chave-Pública-SSH.html" +aliases: +- "/book/pt-br/Git-no-Servidor-Gerando-Sua-Chave-Pública-SSH.html" +- "/book/pt-br/v1/Git-no-Servidor-Gerando-Sua-Chave-Pública-SSH.html" ---

Gerando Sua Chave Pública SSH

diff --git a/external/book/content/book/pt-br/v2/Git-no-servidor-Getting-Git-on-a-Server.html b/external/book/content/book/pt-br/v2/Git-no-servidor-Getting-Git-on-a-Server.html index 0bd28af4d8..3f3e1536d8 100644 --- a/external/book/content/book/pt-br/v2/Git-no-servidor-Getting-Git-on-a-Server.html +++ b/external/book/content/book/pt-br/v2/Git-no-servidor-Getting-Git-on-a-Server.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-no-servidor-Os-Protocolos next: book/pt-br/v2/Git-no-servidor-Gerando-Sua-Chave-Pública-SSH title: Git - Getting Git on a Server +aliases: +- "/book/pt-br/Git-no-Servidor-Configurando-Git-no-Servidor.html" +- "/book/pt-br/v1/Git-no-Servidor-Configurando-Git-no-Servidor.html" ---

Getting Git on a Server

diff --git a/external/book/content/book/pt-br/v2/Git-no-servidor-Git-Daemon.html b/external/book/content/book/pt-br/v2/Git-no-servidor-Git-Daemon.html index b920a59549..8b7e1aab58 100644 --- a/external/book/content/book/pt-br/v2/Git-no-servidor-Git-Daemon.html +++ b/external/book/content/book/pt-br/v2/Git-no-servidor-Git-Daemon.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-no-servidor-Setting-Up-the-Server next: book/pt-br/v2/Git-no-servidor-Smart-HTTP title: Git - Git Daemon +aliases: +- "/book/pt-br/Git-no-Servidor-Serviço-Git.html" +- "/book/pt-br/v1/Git-no-Servidor-Serviço-Git.html" ---

Git Daemon

diff --git a/external/book/content/book/pt-br/v2/Git-no-servidor-Os-Protocolos.html b/external/book/content/book/pt-br/v2/Git-no-servidor-Os-Protocolos.html index 53f1c7de7e..a83e77193f 100644 --- a/external/book/content/book/pt-br/v2/Git-no-servidor-Os-Protocolos.html +++ b/external/book/content/book/pt-br/v2/Git-no-servidor-Os-Protocolos.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Branches-no-Git-Sumário next: book/pt-br/v2/Git-no-servidor-Getting-Git-on-a-Server title: Git - Os Protocolos +aliases: +- "/book/pt-br/Git-no-Servidor.html" +- "/book/pt-br/v1/Git-no-Servidor.html" ---

Nesse ponto, você deve ser capaz de fazer a maioria das suas tarefas diárias usando Git. Contudo, para fazer qualquer colaboração no Git, você precisará de um repositório remoto Git. Embora tecnicamente você possa enviar e baixar alterações de repositórios individuais, isso é desencorajado porque você provavelmente confundirá o que está sendo trabalhando em cada um deles se você não for cuidadoso.

Além disso, você quer que seus colaboradores sejam capazes de acessar seu repositório mesmo se seu computador estiver offline - geralmente é útil ter um repositório comum mais confiável. Portanto, o método preferido para colaborar com alguém é definir um repositório intermediário que vocês possam enviar e baixar dele.

Executar um servidor Git é bastante simples. diff --git a/external/book/content/book/pt-br/v2/Git-no-servidor-Setting-Up-the-Server.html b/external/book/content/book/pt-br/v2/Git-no-servidor-Setting-Up-the-Server.html index 3b2859d9b9..bd0795419b 100644 --- a/external/book/content/book/pt-br/v2/Git-no-servidor-Setting-Up-the-Server.html +++ b/external/book/content/book/pt-br/v2/Git-no-servidor-Setting-Up-the-Server.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-no-servidor-Gerando-Sua-Chave-Pública-SSH next: book/pt-br/v2/Git-no-servidor-Git-Daemon title: Git - Setting Up the Server +aliases: +- "/book/pt-br/Git-no-Servidor-Configurando-o-Servidor.html" +- "/book/pt-br/v1/Git-no-Servidor-Configurando-o-Servidor.html" ---

Setting Up the Server

diff --git "a/external/book/content/book/pt-br/v2/Git-no-servidor-Sum\303\241rio.html" "b/external/book/content/book/pt-br/v2/Git-no-servidor-Sum\303\241rio.html" index d6b3ac9c9e..6df7bc2d37 100644 --- "a/external/book/content/book/pt-br/v2/Git-no-servidor-Sum\303\241rio.html" +++ "b/external/book/content/book/pt-br/v2/Git-no-servidor-Sum\303\241rio.html" @@ -17,6 +17,9 @@ next: book/pt-br/v2/Distributed-Git-Fluxos-de-Trabalho-Distribuídos title: Git - Sumário url: "/book/pt-br/v2/Git-no-servidor-Sumário.html" +aliases: +- "/book/pt-br/Git-no-Servidor-Sumário.html" +- "/book/pt-br/v1/Git-no-Servidor-Sumário.html" ---

Sumário

diff --git a/external/book/content/book/pt-br/v2/Git-no-servidor-Third-Party-Hosted-Options.html b/external/book/content/book/pt-br/v2/Git-no-servidor-Third-Party-Hosted-Options.html index 215216f28c..9775266981 100644 --- a/external/book/content/book/pt-br/v2/Git-no-servidor-Third-Party-Hosted-Options.html +++ b/external/book/content/book/pt-br/v2/Git-no-servidor-Third-Party-Hosted-Options.html @@ -16,6 +16,9 @@ previous: book/pt-br/v2/Git-no-servidor-GitLab next: book/pt-br/v2/Git-no-servidor-Sumário title: Git - Third Party Hosted Options +aliases: +- "/book/pt-br/Git-no-Servidor-Acesso-Público.html" +- "/book/pt-br/v1/Git-no-Servidor-Acesso-Público.html" ---

Third Party Hosted Options

diff --git a/external/book/content/book/pt-br/v2/_index.html b/external/book/content/book/pt-br/v2/_index.html index 7a9b8085db..1954121886 100644 --- a/external/book/content/book/pt-br/v2/_index.html +++ b/external/book/content/book/pt-br/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/pt-br/v2.html" aliases: - "/book/pt-br/v2/index.html" +- "/book/pt-br/v1/index.html" - "/book/pt-br/index.html" --- diff --git a/external/book/content/book/pt-pt/v1/_index.html b/external/book/content/book/pt-pt/v1/_index.html new file mode 100644 index 0000000000..0240bebc23 --- /dev/null +++ b/external/book/content/book/pt-pt/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/pt-pt/v2 +--- diff --git a/external/book/content/book/pt-pt/v2/_index.html b/external/book/content/book/pt-pt/v2/_index.html index 59d5b290ff..e7a437adca 100644 --- a/external/book/content/book/pt-pt/v2/_index.html +++ b/external/book/content/book/pt-pt/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/pt-pt/v2.html" aliases: - "/book/pt-pt/v2/index.html" +- "/book/pt-pt/v1/index.html" - "/book/pt-pt/index.html" --- diff --git a/external/book/content/book/ru/v1/_index.html b/external/book/content/book/ru/v1/_index.html new file mode 100644 index 0000000000..fff98e8ea7 --- /dev/null +++ b/external/book/content/book/ru/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/ru/v2 +--- diff --git "a/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-Git-\320\272\320\260\320\272-\320\272\320\273\320\270\320\265\320\275\321\202.html" "b/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-Git-\320\272\320\260\320\272-\320\272\320\273\320\270\320\265\320\275\321\202.html" index d95e1315ee..a5ebd5bfbe 100644 --- "a/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-Git-\320\272\320\260\320\272-\320\272\320\273\320\270\320\265\320\275\321\202.html" +++ "b/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-Git-\320\272\320\260\320\272-\320\272\320\273\320\270\320\265\320\275\321\202.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-и-другие-системы-контроля-версий-Переход-на-Git title: Git - Git как клиент url: "/book/ru/v2/Git-и-другие-системы-контроля-версий-Git-как-клиент.html" +aliases: +- "/book/ru/Git-и-другие-системы-контроля-версий.html" +- "/book/ru/v1/Git-и-другие-системы-контроля-версий.html" ---

Наш мир несовершенен. Как правило, вы не можете быстро перевести свой проект на использование Git. diff --git "a/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" "b/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" index 740acc99db..ff690043df 100644 --- "a/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" +++ "b/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-изнутри-Сантехника-и-Фарфор title: Git - Заключение url: "/book/ru/v2/Git-и-другие-системы-контроля-версий-Заключение.html" +aliases: +- "/book/ru/Git-и-другие-системы-контроля-версий-Итоги.html" +- "/book/ru/v1/Git-и-другие-системы-контроля-версий-Итоги.html" ---

Заключение

diff --git "a/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-\320\237\320\265\321\200\320\265\321\205\320\276\320\264-\320\275\320\260-Git.html" "b/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-\320\237\320\265\321\200\320\265\321\205\320\276\320\264-\320\275\320\260-Git.html" index e2bb04a58c..e00121e2f4 100644 --- "a/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-\320\237\320\265\321\200\320\265\321\205\320\276\320\264-\320\275\320\260-Git.html" +++ "b/external/book/content/book/ru/v2/Git-\320\270-\320\264\321\200\321\203\320\263\320\270\320\265-\321\201\320\270\321\201\321\202\320\265\320\274\321\213-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271-\320\237\320\265\321\200\320\265\321\205\320\276\320\264-\320\275\320\260-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-и-другие-системы-контроля-версий-Заключение title: Git - Переход на Git url: "/book/ru/v2/Git-и-другие-системы-контроля-версий-Переход-на-Git.html" +aliases: +- "/book/ru/Git-и-другие-системы-контроля-версий-Миграция-на-Git.html" +- "/book/ru/v1/Git-и-другие-системы-контроля-версий-Миграция-на-Git.html" ---

Переход на Git

diff --git "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-Pack-\321\204\320\260\320\271\320\273\321\213.html" "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-Pack-\321\204\320\260\320\271\320\273\321\213.html" index 09b567a898..6dedfcc323 100644 --- "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-Pack-\321\204\320\260\320\271\320\273\321\213.html" +++ "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-Pack-\321\204\320\260\320\271\320\273\321\213.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-изнутри-Спецификации-ссылок title: Git - Pack-файлы url: "/book/ru/v2/Git-изнутри-Pack-файлы.html" +aliases: +- "/book/ru/Git-изнутри-Спецификации-ссылок.html" +- "/book/ru/v1/Git-изнутри-Спецификации-ссылок.html" ---

Pack-файлы

diff --git "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\236\320\261\321\201\320\273\321\203\320\266\320\270\320\262\320\260\320\275\320\270\320\265-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217-\320\270-\320\262\320\276\321\201\321\201\321\202\320\260\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265-\320\264\320\260\320\275\320\275\321\213\321\205.html" "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\236\320\261\321\201\320\273\321\203\320\266\320\270\320\262\320\260\320\275\320\270\320\265-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217-\320\270-\320\262\320\276\321\201\321\201\321\202\320\260\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265-\320\264\320\260\320\275\320\275\321\213\321\205.html" index 42087c9693..b892e237c2 100644 --- "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\236\320\261\321\201\320\273\321\203\320\266\320\270\320\262\320\260\320\275\320\270\320\265-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217-\320\270-\320\262\320\276\321\201\321\201\321\202\320\260\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265-\320\264\320\260\320\275\320\275\321\213\321\205.html" +++ "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\236\320\261\321\201\320\273\321\203\320\266\320\270\320\262\320\260\320\275\320\270\320\265-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217-\320\270-\320\262\320\276\321\201\321\201\321\202\320\260\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265-\320\264\320\260\320\275\320\275\321\213\321\205.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-изнутри-Переменные-окружения title: Git - Обслуживание репозитория и восстановление данных url: "/book/ru/v2/Git-изнутри-Обслуживание-репозитория-и-восстановление-данных.html" +aliases: +- "/book/ru/Git-изнутри-Итоги.html" +- "/book/ru/v1/Git-изнутри-Итоги.html" ---

Обслуживание репозитория и восстановление данных

diff --git "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\236\320\261\321\212\320\265\320\272\321\202\321\213-Git.html" "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\236\320\261\321\212\320\265\320\272\321\202\321\213-Git.html" index d50ada5527..37897aa5a2 100644 --- "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\236\320\261\321\212\320\265\320\272\321\202\321\213-Git.html" +++ "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\236\320\261\321\212\320\265\320\272\321\202\321\213-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-изнутри-Ссылки-в-Git title: Git - Объекты Git url: "/book/ru/v2/Git-изнутри-Объекты-Git.html" +aliases: +- "/book/ru/Git-изнутри-Объекты-в-Git.html" +- "/book/ru/v1/Git-изнутри-Объекты-в-Git.html" ---

Объекты Git

diff --git "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\321\213-\320\277\320\265\321\200\320\265\320\264\320\260\321\207\320\270-\320\264\320\260\320\275\320\275\321\213\321\205.html" "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\321\213-\320\277\320\265\321\200\320\265\320\264\320\260\321\207\320\270-\320\264\320\260\320\275\320\275\321\213\321\205.html" index 28ffb4b76a..2d3bdf883e 100644 --- "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\321\213-\320\277\320\265\321\200\320\265\320\264\320\260\321\207\320\270-\320\264\320\260\320\275\320\275\321\213\321\205.html" +++ "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\321\213-\320\277\320\265\321\200\320\265\320\264\320\260\321\207\320\270-\320\264\320\260\320\275\320\275\321\213\321\205.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-изнутри-Обслуживание-репозитория-и-восстановление-данных title: Git - Протоколы передачи данных url: "/book/ru/v2/Git-изнутри-Протоколы-передачи-данных.html" +aliases: +- "/book/ru/Git-изнутри-Обслуживание-и-восстановление-данных.html" +- "/book/ru/v1/Git-изнутри-Обслуживание-и-восстановление-данных.html" ---

Протоколы передачи данных

diff --git "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\320\260\320\275\321\202\320\265\321\205\320\275\320\270\320\272\320\260-\320\270-\320\244\320\260\321\200\321\204\320\276\321\200.html" "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\320\260\320\275\321\202\320\265\321\205\320\275\320\270\320\272\320\260-\320\270-\320\244\320\260\321\200\321\204\320\276\321\200.html" index a622d7ab00..ba868dfda3 100644 --- "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\320\260\320\275\321\202\320\265\321\205\320\275\320\270\320\272\320\260-\320\270-\320\244\320\260\321\200\321\204\320\276\321\200.html" +++ "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\320\260\320\275\321\202\320\265\321\205\320\275\320\270\320\272\320\260-\320\270-\320\244\320\260\321\200\321\204\320\276\321\200.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-изнутри-Объекты-Git title: Git - Сантехника и Фарфор url: "/book/ru/v2/Git-изнутри-Сантехника-и-Фарфор.html" +aliases: +- "/book/ru/Git-изнутри.html" +- "/book/ru/v1/Git-изнутри.html" ---

Вы могли прочитать почти всю книгу перед тем, как приступить к этой главе, а могли только часть — в любом случае в данной главе рассматриваются внутренние процессы Git и особенности его реализации. На наш взгляд, изучение этого материала является основой понимания того, насколько Git полезный и мощный инструмент, однако, некоторые утверждают, что изложение этого материала может сбить новичков с толку и оказаться для них неоправданно сложным. diff --git "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\320\277\320\265\321\206\320\270\321\204\320\270\320\272\320\260\321\206\320\270\320\270-\321\201\321\201\321\213\320\273\320\276\320\272.html" "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\320\277\320\265\321\206\320\270\321\204\320\270\320\272\320\260\321\206\320\270\320\270-\321\201\321\201\321\213\320\273\320\276\320\272.html" index 1b687bccc1..feaafb648e 100644 --- "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\320\277\320\265\321\206\320\270\321\204\320\270\320\272\320\260\321\206\320\270\320\270-\321\201\321\201\321\213\320\273\320\276\320\272.html" +++ "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\320\277\320\265\321\206\320\270\321\204\320\270\320\272\320\260\321\206\320\270\320\270-\321\201\321\201\321\213\320\273\320\276\320\272.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-изнутри-Протоколы-передачи-данных title: Git - Спецификации ссылок url: "/book/ru/v2/Git-изнутри-Спецификации-ссылок.html" +aliases: +- "/book/ru/Git-изнутри-Протоколы-передачи.html" +- "/book/ru/v1/Git-изнутри-Протоколы-передачи.html" ---

Спецификации ссылок

diff --git "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\321\201\321\213\320\273\320\272\320\270-\320\262-Git.html" "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\321\201\321\213\320\273\320\272\320\270-\320\262-Git.html" index e3fa030d52..42781b9873 100644 --- "a/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\321\201\321\213\320\273\320\272\320\270-\320\262-Git.html" +++ "b/external/book/content/book/ru/v2/Git-\320\270\320\267\320\275\321\203\321\202\321\200\320\270-\320\241\321\201\321\213\320\273\320\272\320\270-\320\262-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-изнутри-Pack-файлы title: Git - Ссылки в Git url: "/book/ru/v2/Git-изнутри-Ссылки-в-Git.html" +aliases: +- "/book/ru/Git-изнутри-Pack-файлы.html" +- "/book/ru/v1/Git-изнутри-Pack-файлы.html" ---

Ссылки в Git

diff --git "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-Git-\320\264\320\265\320\274\320\276\320\275.html" "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-Git-\320\264\320\265\320\274\320\276\320\275.html" index e344f44639..09f7956741 100644 --- "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-Git-\320\264\320\265\320\274\320\276\320\275.html" +++ "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-Git-\320\264\320\265\320\274\320\276\320\275.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-на-сервере-Умный-HTTP title: Git - Git-демон url: "/book/ru/v2/Git-на-сервере-Git-демон.html" +aliases: +- "/book/ru/Git-на-сервере-Git-демон.html" +- "/book/ru/v1/Git-на-сервере-Git-демон.html" ---

Git-демон

diff --git "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-Git-\321\205\320\276\321\201\321\202\320\270\320\275\320\263.html" "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-Git-\321\205\320\276\321\201\321\202\320\270\320\275\320\263.html" index 6f79f88594..4a68474ec7 100644 --- "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-Git-\321\205\320\276\321\201\321\202\320\270\320\275\320\263.html" +++ "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-Git-\321\205\320\276\321\201\321\202\320\270\320\275\320\263.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-на-сервере-Заключение title: Git - Git-хостинг url: "/book/ru/v2/Git-на-сервере-Git-хостинг.html" +aliases: +- "/book/ru/Git-на-сервере-Открытый-доступ.html" +- "/book/ru/v1/Git-на-сервере-Открытый-доступ.html" ---

Git-хостинг

diff --git "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\223\320\265\320\275\320\265\321\200\320\260\321\206\320\270\321\217-\320\276\321\202\320\272\321\200\321\213\321\202\320\276\320\263\320\276-SSH-\320\272\320\273\321\216\321\207\320\260.html" "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\223\320\265\320\275\320\265\321\200\320\260\321\206\320\270\321\217-\320\276\321\202\320\272\321\200\321\213\321\202\320\276\320\263\320\276-SSH-\320\272\320\273\321\216\321\207\320\260.html" index 18e9feb90d..78a534a9c8 100644 --- "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\223\320\265\320\275\320\265\321\200\320\260\321\206\320\270\321\217-\320\276\321\202\320\272\321\200\321\213\321\202\320\276\320\263\320\276-SSH-\320\272\320\273\321\216\321\207\320\260.html" +++ "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\223\320\265\320\275\320\265\321\200\320\260\321\206\320\270\321\217-\320\276\321\202\320\272\321\200\321\213\321\202\320\276\320\263\320\276-SSH-\320\272\320\273\321\216\321\207\320\260.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-на-сервере-Настраиваем-сервер title: Git - Генерация открытого SSH ключа url: "/book/ru/v2/Git-на-сервере-Генерация-открытого-SSH-ключа.html" +aliases: +- "/book/ru/Git-на-сервере-Создание-открытого-SSH-ключа.html" +- "/book/ru/v1/Git-на-сервере-Создание-открытого-SSH-ключа.html" ---

Генерация открытого SSH ключа

diff --git "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" index deb559f6d0..01a47a17be 100644 --- "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" +++ "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Распределённый-Git-Распределённый-рабочий-процесс title: Git - Заключение url: "/book/ru/v2/Git-на-сервере-Заключение.html" +aliases: +- "/book/ru/Git-на-сервере-Итоги.html" +- "/book/ru/v1/Git-на-сервере-Итоги.html" ---

Заключение

diff --git "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\235\320\260\321\201\321\202\321\200\320\260\320\270\320\262\320\260\320\265\320\274-\321\201\320\265\321\200\320\262\320\265\321\200.html" "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\235\320\260\321\201\321\202\321\200\320\260\320\270\320\262\320\260\320\265\320\274-\321\201\320\265\321\200\320\262\320\265\321\200.html" index 300ce50a58..f312da5c79 100644 --- "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\235\320\260\321\201\321\202\321\200\320\260\320\270\320\262\320\260\320\265\320\274-\321\201\320\265\321\200\320\262\320\265\321\200.html" +++ "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\235\320\260\321\201\321\202\321\200\320\260\320\270\320\262\320\260\320\265\320\274-\321\201\320\265\321\200\320\262\320\265\321\200.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-на-сервере-Git-демон title: Git - Настраиваем сервер url: "/book/ru/v2/Git-на-сервере-Настраиваем-сервер.html" +aliases: +- "/book/ru/Git-на-сервере-Настраиваем-сервер.html" +- "/book/ru/v1/Git-на-сервере-Настраиваем-сервер.html" ---

Настраиваем сервер

diff --git "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\321\213.html" "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\321\213.html" index f7edb388a8..63bac19740 100644 --- "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\321\213.html" +++ "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\237\321\200\320\276\321\202\320\276\320\272\320\276\320\273\321\213.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-на-сервере-Установка-Git-на-сервер title: Git - Протоколы url: "/book/ru/v2/Git-на-сервере-Протоколы.html" +aliases: +- "/book/ru/Git-на-сервере.html" +- "/book/ru/v1/Git-на-сервере.html" ---

К этому моменту вы уже должны уметь делать большую часть повседневных задач, для которых вы будете использовать Git. diff --git "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\243\321\201\321\202\320\260\320\275\320\276\320\262\320\272\320\260-Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200.html" "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\243\321\201\321\202\320\260\320\275\320\276\320\262\320\272\320\260-Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200.html" index a9e14db21b..4e4b2355b3 100644 --- "a/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\243\321\201\321\202\320\260\320\275\320\276\320\262\320\272\320\260-Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200.html" +++ "b/external/book/content/book/ru/v2/Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200\320\265-\320\243\321\201\321\202\320\260\320\275\320\276\320\262\320\272\320\260-Git-\320\275\320\260-\321\201\320\265\321\200\320\262\320\265\321\200.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-на-сервере-Генерация-открытого-SSH-ключа title: Git - Установка Git на сервер url: "/book/ru/v2/Git-на-сервере-Установка-Git-на-сервер.html" +aliases: +- "/book/ru/Git-на-сервере-Настройка-Git-на-сервере.html" +- "/book/ru/v1/Git-на-сервере-Настройка-Git-на-сервере.html" ---

Установка Git на сервер

diff --git a/external/book/content/book/ru/v2/_index.html b/external/book/content/book/ru/v2/_index.html index fc151e8a2a..3070a4eaf2 100644 --- a/external/book/content/book/ru/v2/_index.html +++ b/external/book/content/book/ru/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/ru/v2.html" aliases: - "/book/ru/v2/index.html" +- "/book/ru/v1/index.html" - "/book/ru/index.html" --- diff --git "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" index 2d94012347..940d928da0 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Основы-Git-Создание-Git-репозитория title: Git - Заключение url: "/book/ru/v2/Введение-Заключение.html" +aliases: +- "/book/ru/Введение-Итоги.html" +- "/book/ru/v1/Введение-Итоги.html" ---

Заключение

diff --git "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\232\320\260\320\272-\320\277\320\276\320\273\321\203\321\207\320\270\321\202\321\214-\320\277\320\276\320\274\320\276\321\211\321\214?.html" "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\232\320\260\320\272-\320\277\320\276\320\273\321\203\321\207\320\270\321\202\321\214-\320\277\320\276\320\274\320\276\321\211\321\214?.html" index 76b108c67a..28b39af698 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\232\320\260\320\272-\320\277\320\276\320\273\321\203\321\207\320\270\321\202\321\214-\320\277\320\276\320\274\320\276\321\211\321\214?.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\232\320\260\320\272-\320\277\320\276\320\273\321\203\321\207\320\270\321\202\321\214-\320\277\320\276\320\274\320\276\321\211\321\214?.html" @@ -19,6 +19,8 @@ url: "/book/ru/v2/Введение-Как-получить-помощь?.html" aliases: - "/book/ru/v2/Введение-Как-получить-помощь.html" +- "/book/ru/Введение-Как-получить-помощь?.html" +- "/book/ru/v1/Введение-Как-получить-помощь?.html" ---

Как получить помощь?

diff --git "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\232\321\200\320\260\321\202\320\272\320\260\321\217-\320\270\321\201\321\202\320\276\321\200\320\270\321\217-Git.html" "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\232\321\200\320\260\321\202\320\272\320\260\321\217-\320\270\321\201\321\202\320\276\321\200\320\270\321\217-Git.html" index 9128d95898..40da545314 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\232\321\200\320\260\321\202\320\272\320\260\321\217-\320\270\321\201\321\202\320\276\321\200\320\270\321\217-Git.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\232\321\200\320\260\321\202\320\272\320\260\321\217-\320\270\321\201\321\202\320\276\321\200\320\270\321\217-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Введение-Что-такое-Git%3F title: Git - Краткая история Git url: "/book/ru/v2/Введение-Краткая-история-Git.html" +aliases: +- "/book/ru/Введение-Краткая-история-Git.html" +- "/book/ru/v1/Введение-Краткая-история-Git.html" ---

Краткая история Git

diff --git "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\236-\321\201\320\270\321\201\321\202\320\265\320\274\320\265-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271.html" "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\236-\321\201\320\270\321\201\321\202\320\265\320\274\320\265-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271.html" index ffc1be3c14..12e4d0d9a2 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\236-\321\201\320\270\321\201\321\202\320\265\320\274\320\265-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\236-\321\201\320\270\321\201\321\202\320\265\320\274\320\265-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\321\217-\320\262\320\265\321\200\321\201\320\270\320\271.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Введение-Краткая-история-Git title: Git - О системе контроля версий url: "/book/ru/v2/Введение-О-системе-контроля-версий.html" +aliases: +- "/book/ru/Введение.html" +- "/book/ru/v1/Введение.html" ---

Эта глава о том, как начать работу с Git. Вначале изучим основы систем контроля версий, затем перейдём к тому, как запустить Git на вашей ОС и окончательно настроить для работы. diff --git "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\237\320\265\321\200\320\262\320\276\320\275\320\260\321\207\320\260\320\273\321\214\320\275\320\260\321\217-\320\275\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git.html" "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\237\320\265\321\200\320\262\320\276\320\275\320\260\321\207\320\260\320\273\321\214\320\275\320\260\321\217-\320\275\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git.html" index 6fd9d2cfd7..ddf32b58b9 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\237\320\265\321\200\320\262\320\276\320\275\320\260\321\207\320\260\320\273\321\214\320\275\320\260\321\217-\320\275\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\237\320\265\321\200\320\262\320\276\320\275\320\260\321\207\320\260\320\273\321\214\320\275\320\260\321\217-\320\275\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Введение-Как-получить-помощь%3F title: Git - Первоначальная настройка Git url: "/book/ru/v2/Введение-Первоначальная-настройка-Git.html" +aliases: +- "/book/ru/Введение-Первоначальная-настройка-Git.html" +- "/book/ru/v1/Введение-Первоначальная-настройка-Git.html" ---

Первоначальная настройка Git

diff --git "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\243\321\201\321\202\320\260\320\275\320\276\320\262\320\272\320\260-Git.html" "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\243\321\201\321\202\320\260\320\275\320\276\320\262\320\272\320\260-Git.html" index 10422c1cbc..5452ac76d4 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\243\321\201\321\202\320\260\320\275\320\276\320\262\320\272\320\260-Git.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\243\321\201\321\202\320\260\320\275\320\276\320\262\320\272\320\260-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Введение-Первоначальная-настройка-Git title: Git - Установка Git url: "/book/ru/v2/Введение-Установка-Git.html" +aliases: +- "/book/ru/Введение-Установка-Git.html" +- "/book/ru/v1/Введение-Установка-Git.html" ---

Установка Git

diff --git "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\247\321\202\320\276-\321\202\320\260\320\272\320\276\320\265-Git?.html" "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\247\321\202\320\276-\321\202\320\260\320\272\320\276\320\265-Git?.html" index c948b6dcbe..1b91b9527e 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\247\321\202\320\276-\321\202\320\260\320\272\320\276\320\265-Git?.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\262\320\265\320\264\320\265\320\275\320\270\320\265-\320\247\321\202\320\276-\321\202\320\260\320\272\320\276\320\265-Git?.html" @@ -19,6 +19,8 @@ url: "/book/ru/v2/Введение-Что-такое-Git?.html" aliases: - "/book/ru/v2/Введение-Что-такое-Git.html" +- "/book/ru/Введение-Основы-Git.html" +- "/book/ru/v1/Введение-Основы-Git.html" ---

Что такое Git?

diff --git "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" index 7f4f0a5e75..514bfbbffd 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-на-сервере-Протоколы title: Git - Заключение url: "/book/ru/v2/Ветвление-в-Git-Заключение.html" +aliases: +- "/book/ru/Ветвление-в-Git-Итоги.html" +- "/book/ru/v1/Ветвление-в-Git-Итоги.html" ---

Заключение

diff --git "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\236-\320\262\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\270-\320\262-\320\264\320\262\321\203\321\205-\321\201\320\273\320\276\320\262\320\260\321\205.html" "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\236-\320\262\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\270-\320\262-\320\264\320\262\321\203\321\205-\321\201\320\273\320\276\320\262\320\260\321\205.html" index 07aea6af2b..89acc0b38b 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\236-\320\262\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\270-\320\262-\320\264\320\262\321\203\321\205-\321\201\320\273\320\276\320\262\320\260\321\205.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\236-\320\262\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\270-\320\262-\320\264\320\262\321\203\321\205-\321\201\320\273\320\276\320\262\320\260\321\205.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Ветвление-в-Git-Основы-ветвления-и-слияния title: Git - О ветвлении в двух словах url: "/book/ru/v2/Ветвление-в-Git-О-ветвлении-в-двух-словах.html" +aliases: +- "/book/ru/Ветвление-в-Git.html" +- "/book/ru/v1/Ветвление-в-Git.html" ---

Почти каждая система контроля версий в той или иной форме поддерживает ветвление. diff --git "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\236\321\201\320\275\320\276\320\262\321\213-\320\262\320\265\321\202\320\262\320\273\320\265\320\275\320\270\321\217-\320\270-\321\201\320\273\320\270\321\217\320\275\320\270\321\217.html" "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\236\321\201\320\275\320\276\320\262\321\213-\320\262\320\265\321\202\320\262\320\273\320\265\320\275\320\270\321\217-\320\270-\321\201\320\273\320\270\321\217\320\275\320\270\321\217.html" index 053038150e..8b5858190a 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\236\321\201\320\275\320\276\320\262\321\213-\320\262\320\265\321\202\320\262\320\273\320\265\320\275\320\270\321\217-\320\270-\321\201\320\273\320\270\321\217\320\275\320\270\321\217.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\236\321\201\320\275\320\276\320\262\321\213-\320\262\320\265\321\202\320\262\320\273\320\265\320\275\320\270\321\217-\320\270-\321\201\320\273\320\270\321\217\320\275\320\270\321\217.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Ветвление-в-Git-Управление-ветками title: Git - Основы ветвления и слияния url: "/book/ru/v2/Ветвление-в-Git-Основы-ветвления-и-слияния.html" +aliases: +- "/book/ru/Ветвление-в-Git-Основы-ветвления-и-слияния.html" +- "/book/ru/v1/Ветвление-в-Git-Основы-ветвления-и-слияния.html" ---

Основы ветвления и слияния

diff --git "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\237\320\265\321\200\320\265\320\261\320\260\320\267\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.html" "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\237\320\265\321\200\320\265\320\261\320\260\320\267\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.html" index 3e30d25edc..8f74d416ee 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\237\320\265\321\200\320\265\320\261\320\260\320\267\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\237\320\265\321\200\320\265\320\261\320\260\320\267\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Ветвление-в-Git-Заключение title: Git - Перебазирование url: "/book/ru/v2/Ветвление-в-Git-Перебазирование.html" +aliases: +- "/book/ru/Ветвление-в-Git-Перемещение.html" +- "/book/ru/v1/Ветвление-в-Git-Перемещение.html" ---

Перебазирование

diff --git "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\320\262\320\265\321\202\320\272\320\260\320\274\320\270.html" "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\320\262\320\265\321\202\320\272\320\260\320\274\320\270.html" index 2e459e1268..d27e13a81c 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\320\262\320\265\321\202\320\272\320\260\320\274\320\270.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\320\262\320\265\321\202\320\272\320\260\320\274\320\270.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Ветвление-в-Git-Удалённые-ветки title: Git - Работа с ветками url: "/book/ru/v2/Ветвление-в-Git-Работа-с-ветками.html" +aliases: +- "/book/ru/Ветвление-в-Git-Приёмы-работы-с-ветками.html" +- "/book/ru/v1/Ветвление-в-Git-Приёмы-работы-с-ветками.html" ---

Работа с ветками

diff --git "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\243\320\264\320\260\320\273\321\221\320\275\320\275\321\213\320\265-\320\262\320\265\321\202\320\272\320\270.html" "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\243\320\264\320\260\320\273\321\221\320\275\320\275\321\213\320\265-\320\262\320\265\321\202\320\272\320\270.html" index 3972f5771d..c200b2779f 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\243\320\264\320\260\320\273\321\221\320\275\320\275\321\213\320\265-\320\262\320\265\321\202\320\272\320\270.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\243\320\264\320\260\320\273\321\221\320\275\320\275\321\213\320\265-\320\262\320\265\321\202\320\272\320\270.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Ветвление-в-Git-Перебазирование title: Git - Удалённые ветки url: "/book/ru/v2/Ветвление-в-Git-Удалённые-ветки.html" +aliases: +- "/book/ru/Ветвление-в-Git-Удалённые-ветки.html" +- "/book/ru/v1/Ветвление-в-Git-Удалённые-ветки.html" ---

Удалённые ветки

diff --git "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\243\320\277\321\200\320\260\320\262\320\273\320\265\320\275\320\270\320\265-\320\262\320\265\321\202\320\272\320\260\320\274\320\270.html" "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\243\320\277\321\200\320\260\320\262\320\273\320\265\320\275\320\270\320\265-\320\262\320\265\321\202\320\272\320\260\320\274\320\270.html" index d57a2af7e8..c4675baf2a 100644 --- "a/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\243\320\277\321\200\320\260\320\262\320\273\320\265\320\275\320\270\320\265-\320\262\320\265\321\202\320\272\320\260\320\274\320\270.html" +++ "b/external/book/content/book/ru/v2/\320\222\320\265\321\202\320\262\320\273\320\265\320\275\320\270\320\265-\320\262-Git-\320\243\320\277\321\200\320\260\320\262\320\273\320\265\320\275\320\270\320\265-\320\262\320\265\321\202\320\272\320\260\320\274\320\270.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Ветвление-в-Git-Работа-с-ветками title: Git - Управление ветками url: "/book/ru/v2/Ветвление-в-Git-Управление-ветками.html" +aliases: +- "/book/ru/Ветвление-в-Git-Управление-ветками.html" +- "/book/ru/v1/Ветвление-в-Git-Управление-ветками.html" ---

Управление ветками

diff --git "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\222\321\213\320\261\320\276\321\200-\321\200\320\265\320\262\320\270\320\267\320\270\320\270.html" "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\222\321\213\320\261\320\276\321\200-\321\200\320\265\320\262\320\270\320\267\320\270\320\270.html" index 66c51a82a7..a506b88341 100644 --- "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\222\321\213\320\261\320\276\321\200-\321\200\320\265\320\262\320\270\320\267\320\270\320\270.html" +++ "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\222\321\213\320\261\320\276\321\200-\321\200\320\265\320\262\320\270\320\267\320\270\320\270.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Инструменты-Git-Интерактивное-индексирование title: Git - Выбор ревизии url: "/book/ru/v2/Инструменты-Git-Выбор-ревизии.html" +aliases: +- "/book/ru/Инструменты-Git.html" +- "/book/ru/v1/Инструменты-Git.html" ---

К этому моменту вы уже изучили большинство повседневных команд и способов организации рабочего процесса, которые необходимы для управления Git репозиторием, используемого для управления вашим исходным кодом. Вы выполнили основные задания по отслеживанию и сохранению файлов в Git, вооружились мощью области подготовленных изменений, легковесного ветвления и слияния.

Теперь настало время познакомиться с некоторыми очень мощными возможностями Git, которые при повседневной работе вам, наверное, не потребуются, но в какой-то момент могут оказаться полезными.

diff --git "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" index 16594ca20a..0b168f1c3f 100644 --- "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" +++ "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Настройка-Git-Конфигурация-Git title: Git - Заключение url: "/book/ru/v2/Инструменты-Git-Заключение.html" +aliases: +- "/book/ru/Инструменты-Git-Итоги.html" +- "/book/ru/v1/Инструменты-Git-Итоги.html" ---

Заключение

diff --git "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\230\320\275\321\202\320\265\321\200\320\260\320\272\321\202\320\270\320\262\320\275\320\276\320\265-\320\270\320\275\320\264\320\265\320\272\321\201\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.html" "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\230\320\275\321\202\320\265\321\200\320\260\320\272\321\202\320\270\320\262\320\275\320\276\320\265-\320\270\320\275\320\264\320\265\320\272\321\201\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.html" index 1921c9b8f3..68afc057f5 100644 --- "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\230\320\275\321\202\320\265\321\200\320\260\320\272\321\202\320\270\320\262\320\275\320\276\320\265-\320\270\320\275\320\264\320\265\320\272\321\201\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.html" +++ "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\230\320\275\321\202\320\265\321\200\320\260\320\272\321\202\320\270\320\262\320\275\320\276\320\265-\320\270\320\275\320\264\320\265\320\272\321\201\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Инструменты-Git-Припрятывание-и-очистка title: Git - Интерактивное индексирование url: "/book/ru/v2/Инструменты-Git-Интерактивное-индексирование.html" +aliases: +- "/book/ru/Инструменты-Git-Интерактивное-индексирование.html" +- "/book/ru/v1/Инструменты-Git-Интерактивное-индексирование.html" ---

Интерактивное индексирование

diff --git "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\236\320\261\320\275\320\260\321\200\321\203\320\266\320\265\320\275\320\270\320\265-\320\276\321\210\320\270\320\261\320\276\320\272-\321\201-\320\277\320\276\320\274\320\276\321\211\321\214\321\216-Git.html" "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\236\320\261\320\275\320\260\321\200\321\203\320\266\320\265\320\275\320\270\320\265-\320\276\321\210\320\270\320\261\320\276\320\272-\321\201-\320\277\320\276\320\274\320\276\321\211\321\214\321\216-Git.html" index 6f7ec342a5..23ff09eb01 100644 --- "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\236\320\261\320\275\320\260\321\200\321\203\320\266\320\265\320\275\320\270\320\265-\320\276\321\210\320\270\320\261\320\276\320\272-\321\201-\320\277\320\276\320\274\320\276\321\211\321\214\321\216-Git.html" +++ "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\236\320\261\320\275\320\260\321\200\321\203\320\266\320\265\320\275\320\270\320\265-\320\276\321\210\320\270\320\261\320\276\320\272-\321\201-\320\277\320\276\320\274\320\276\321\211\321\214\321\216-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Инструменты-Git-Подмодули title: Git - Обнаружение ошибок с помощью Git url: "/book/ru/v2/Инструменты-Git-Обнаружение-ошибок-с-помощью-Git.html" +aliases: +- "/book/ru/Инструменты-Git-Отладка-с-помощью-Git.html" +- "/book/ru/v1/Инструменты-Git-Отладка-с-помощью-Git.html" ---

Обнаружение ошибок с помощью Git

diff --git "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\320\265\321\200\320\265\320\267\320\260\320\277\320\270\321\201\321\214-\320\270\321\201\321\202\320\276\321\200\320\270\320\270.html" "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\320\265\321\200\320\265\320\267\320\260\320\277\320\270\321\201\321\214-\320\270\321\201\321\202\320\276\321\200\320\270\320\270.html" index 7112794a8e..a6ac0a5744 100644 --- "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\320\265\321\200\320\265\320\267\320\260\320\277\320\270\321\201\321\214-\320\270\321\201\321\202\320\276\321\200\320\270\320\270.html" +++ "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\320\265\321\200\320\265\320\267\320\260\320\277\320\270\321\201\321\214-\320\270\321\201\321\202\320\276\321\200\320\270\320\270.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Инструменты-Git-Раскрытие-тайн-reset title: Git - Перезапись истории url: "/book/ru/v2/Инструменты-Git-Перезапись-истории.html" +aliases: +- "/book/ru/Инструменты-Git-Перезапись-истории.html" +- "/book/ru/v1/Инструменты-Git-Перезапись-истории.html" ---

Перезапись истории

diff --git "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\320\276\320\264\320\274\320\276\320\264\321\203\320\273\320\270.html" "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\320\276\320\264\320\274\320\276\320\264\321\203\320\273\320\270.html" index f71c6bc248..80b4e7db93 100644 --- "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\320\276\320\264\320\274\320\276\320\264\321\203\320\273\320\270.html" +++ "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\320\276\320\264\320\274\320\276\320\264\321\203\320\273\320\270.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Инструменты-Git-Создание-пакетов title: Git - Подмодули url: "/book/ru/v2/Инструменты-Git-Подмодули.html" +aliases: +- "/book/ru/Инструменты-Git-Подмодули.html" +- "/book/ru/v1/Инструменты-Git-Подмодули.html" ---

Подмодули

diff --git "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\321\200\320\270\320\277\321\200\321\217\321\202\321\213\320\262\320\260\320\275\320\270\320\265-\320\270-\320\276\321\207\320\270\321\201\321\202\320\272\320\260.html" "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\321\200\320\270\320\277\321\200\321\217\321\202\321\213\320\262\320\260\320\275\320\270\320\265-\320\270-\320\276\321\207\320\270\321\201\321\202\320\272\320\260.html" index c00e7b603b..501711d226 100644 --- "a/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\321\200\320\270\320\277\321\200\321\217\321\202\321\213\320\262\320\260\320\275\320\270\320\265-\320\270-\320\276\321\207\320\270\321\201\321\202\320\272\320\260.html" +++ "b/external/book/content/book/ru/v2/\320\230\320\275\321\201\321\202\321\200\321\203\320\274\320\265\320\275\321\202\321\213-Git-\320\237\321\200\320\270\320\277\321\200\321\217\321\202\321\213\320\262\320\260\320\275\320\270\320\265-\320\270-\320\276\321\207\320\270\321\201\321\202\320\272\320\260.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Инструменты-Git-Подпись title: Git - Припрятывание и очистка url: "/book/ru/v2/Инструменты-Git-Припрятывание-и-очистка.html" +aliases: +- "/book/ru/Инструменты-Git-Прятанье.html" +- "/book/ru/v1/Инструменты-Git-Прятанье.html" ---

Припрятывание и очистка

diff --git "a/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\220\321\202\321\200\320\270\320\261\321\203\321\202\321\213-Git.html" "b/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\220\321\202\321\200\320\270\320\261\321\203\321\202\321\213-Git.html" index c4db40b482..8dde6bc9d2 100644 --- "a/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\220\321\202\321\200\320\270\320\261\321\203\321\202\321\213-Git.html" +++ "b/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\220\321\202\321\200\320\270\320\261\321\203\321\202\321\213-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Настройка-Git-Хуки-в-Git title: Git - Атрибуты Git url: "/book/ru/v2/Настройка-Git-Атрибуты-Git.html" +aliases: +- "/book/ru/Настройка-Git-Git-атрибуты.html" +- "/book/ru/v1/Настройка-Git-Git-атрибуты.html" ---

Атрибуты Git

diff --git "a/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" "b/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" index 4aeeb67ab6..a08dea080e 100644 --- "a/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" +++ "b/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Git-и-другие-системы-контроля-версий-Git-как-клиент title: Git - Заключение url: "/book/ru/v2/Настройка-Git-Заключение.html" +aliases: +- "/book/ru/Настройка-Git-Итоги.html" +- "/book/ru/v1/Настройка-Git-Итоги.html" ---

Заключение

diff --git "a/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\232\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\217-Git.html" "b/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\232\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\217-Git.html" index c3fa0e4249..5261709649 100644 --- "a/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\232\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\217-Git.html" +++ "b/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\232\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\217-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Настройка-Git-Атрибуты-Git title: Git - Конфигурация Git url: "/book/ru/v2/Настройка-Git-Конфигурация-Git.html" +aliases: +- "/book/ru/Настройка-Git.html" +- "/book/ru/v1/Настройка-Git.html" ---

До этого момента мы описывали основы того, как Git работает и как его использовать, а так же мы познакомились с некоторыми инструментами Git, которые делают его использование простым и эффективным. В этой главе мы рассмотрим некоторые настройки Git и систему хуков, что позволяет настроить поведение Git. diff --git "a/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\237\321\200\320\270\320\274\320\265\321\200-\320\277\321\200\320\270\320\275\321\203\320\264\320\270\321\202\320\265\320\273\321\214\320\275\320\276\320\271-\320\277\320\276\320\273\320\270\321\202\320\270\320\272\320\270-Git.html" "b/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\237\321\200\320\270\320\274\320\265\321\200-\320\277\321\200\320\270\320\275\321\203\320\264\320\270\321\202\320\265\320\273\321\214\320\275\320\276\320\271-\320\277\320\276\320\273\320\270\321\202\320\270\320\272\320\270-Git.html" index d1ab8ec10c..24371094f9 100644 --- "a/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\237\321\200\320\270\320\274\320\265\321\200-\320\277\321\200\320\270\320\275\321\203\320\264\320\270\321\202\320\265\320\273\321\214\320\275\320\276\320\271-\320\277\320\276\320\273\320\270\321\202\320\270\320\272\320\270-Git.html" +++ "b/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\237\321\200\320\270\320\274\320\265\321\200-\320\277\321\200\320\270\320\275\321\203\320\264\320\270\321\202\320\265\320\273\321\214\320\275\320\276\320\271-\320\277\320\276\320\273\320\270\321\202\320\270\320\272\320\270-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Настройка-Git-Заключение title: Git - Пример принудительной политики Git url: "/book/ru/v2/Настройка-Git-Пример-принудительной-политики-Git.html" +aliases: +- "/book/ru/Настройка-Git-Пример-навязывания-политики-с-помощью-Git.html" +- "/book/ru/v1/Настройка-Git-Пример-навязывания-политики-с-помощью-Git.html" ---

Пример принудительной политики Git

diff --git "a/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\245\321\203\320\272\320\270-\320\262-Git.html" "b/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\245\321\203\320\272\320\270-\320\262-Git.html" index ccfc6da0d6..244e548b6e 100644 --- "a/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\245\321\203\320\272\320\270-\320\262-Git.html" +++ "b/external/book/content/book/ru/v2/\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-Git-\320\245\321\203\320\272\320\270-\320\262-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Настройка-Git-Пример-принудительной-политики-Git title: Git - Хуки в Git url: "/book/ru/v2/Настройка-Git-Хуки-в-Git.html" +aliases: +- "/book/ru/Настройка-Git-Перехватчики-в-Git.html" +- "/book/ru/v1/Настройка-Git-Перехватчики-в-Git.html" ---

Хуки в Git

diff --git "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" index 333ff32ca4..a6f12a0b74 100644 --- "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" +++ "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\227\320\260\320\272\320\273\321\216\321\207\320\265\320\275\320\270\320\265.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Ветвление-в-Git-О-ветвлении-в-двух-словах title: Git - Заключение url: "/book/ru/v2/Основы-Git-Заключение.html" +aliases: +- "/book/ru/Основы-Git-Итоги.html" +- "/book/ru/v1/Основы-Git-Итоги.html" ---

Заключение

diff --git "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\227\320\260\320\277\320\270\321\201\321\214-\320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\320\271-\320\262-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\320\271.html" "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\227\320\260\320\277\320\270\321\201\321\214-\320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\320\271-\320\262-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\320\271.html" index c549689927..c5f3564e64 100644 --- "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\227\320\260\320\277\320\270\321\201\321\214-\320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\320\271-\320\262-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\320\271.html" +++ "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\227\320\260\320\277\320\270\321\201\321\214-\320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\320\271-\320\262-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\320\271.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Основы-Git-Просмотр-истории-коммитов title: Git - Запись изменений в репозиторий url: "/book/ru/v2/Основы-Git-Запись-изменений-в-репозиторий.html" +aliases: +- "/book/ru/Основы-Git-Запись-изменений-в-репозиторий.html" +- "/book/ru/v1/Основы-Git-Запись-изменений-в-репозиторий.html" ---

Запись изменений в репозиторий

diff --git "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\236\320\277\320\265\321\200\320\260\321\206\320\270\320\270-\320\276\321\202\320\274\320\265\320\275\321\213.html" "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\236\320\277\320\265\321\200\320\260\321\206\320\270\320\270-\320\276\321\202\320\274\320\265\320\275\321\213.html" index 32777ae91a..7606fdde3f 100644 --- "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\236\320\277\320\265\321\200\320\260\321\206\320\270\320\270-\320\276\321\202\320\274\320\265\320\275\321\213.html" +++ "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\236\320\277\320\265\321\200\320\260\321\206\320\270\320\270-\320\276\321\202\320\274\320\265\320\275\321\213.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Основы-Git-Работа-с-удалёнными-репозиториями title: Git - Операции отмены url: "/book/ru/v2/Основы-Git-Операции-отмены.html" +aliases: +- "/book/ru/Основы-Git-Отмена-изменений.html" +- "/book/ru/v1/Основы-Git-Отмена-изменений.html" ---

Операции отмены

diff --git "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\237\321\200\320\276\321\201\320\274\320\276\321\202\321\200-\320\270\321\201\321\202\320\276\321\200\320\270\320\270-\320\272\320\276\320\274\320\274\320\270\321\202\320\276\320\262.html" "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\237\321\200\320\276\321\201\320\274\320\276\321\202\321\200-\320\270\321\201\321\202\320\276\321\200\320\270\320\270-\320\272\320\276\320\274\320\274\320\270\321\202\320\276\320\262.html" index 5ac755ade1..5fbc77f872 100644 --- "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\237\321\200\320\276\321\201\320\274\320\276\321\202\321\200-\320\270\321\201\321\202\320\276\321\200\320\270\320\270-\320\272\320\276\320\274\320\274\320\270\321\202\320\276\320\262.html" +++ "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\237\321\200\320\276\321\201\320\274\320\276\321\202\321\200-\320\270\321\201\321\202\320\276\321\200\320\270\320\270-\320\272\320\276\320\274\320\274\320\270\321\202\320\276\320\262.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Основы-Git-Операции-отмены title: Git - Просмотр истории коммитов url: "/book/ru/v2/Основы-Git-Просмотр-истории-коммитов.html" +aliases: +- "/book/ru/Основы-Git-Просмотр-истории-коммитов.html" +- "/book/ru/v1/Основы-Git-Просмотр-истории-коммитов.html" ---

Просмотр истории коммитов

diff --git "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\237\321\201\320\265\320\262\320\264\320\276\320\275\320\270\320\274\321\213-\320\262-Git.html" "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\237\321\201\320\265\320\262\320\264\320\276\320\275\320\270\320\274\321\213-\320\262-Git.html" index 5c0ac7eddc..d861f0ec3c 100644 --- "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\237\321\201\320\265\320\262\320\264\320\276\320\275\320\270\320\274\321\213-\320\262-Git.html" +++ "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\237\321\201\320\265\320\262\320\264\320\276\320\275\320\270\320\274\321\213-\320\262-Git.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Основы-Git-Заключение title: Git - Псевдонимы в Git url: "/book/ru/v2/Основы-Git-Псевдонимы-в-Git.html" +aliases: +- "/book/ru/Основы-Git-Полезные-советы.html" +- "/book/ru/v1/Основы-Git-Полезные-советы.html" ---

Псевдонимы в Git

diff --git "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\321\202\320\265\320\263\320\260\320\274\320\270.html" "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\321\202\320\265\320\263\320\260\320\274\320\270.html" index 12271af9ad..173fe935b8 100644 --- "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\321\202\320\265\320\263\320\260\320\274\320\270.html" +++ "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\321\202\320\265\320\263\320\260\320\274\320\270.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Основы-Git-Псевдонимы-в-Git title: Git - Работа с тегами url: "/book/ru/v2/Основы-Git-Работа-с-тегами.html" +aliases: +- "/book/ru/Основы-Git-Работа-с-метками.html" +- "/book/ru/v1/Основы-Git-Работа-с-метками.html" ---

Работа с тегами

diff --git "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\321\203\320\264\320\260\320\273\321\221\320\275\320\275\321\213\320\274\320\270-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217\320\274\320\270.html" "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\321\203\320\264\320\260\320\273\321\221\320\275\320\275\321\213\320\274\320\270-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217\320\274\320\270.html" index c17d5d07e6..5febd7e6a3 100644 --- "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\321\203\320\264\320\260\320\273\321\221\320\275\320\275\321\213\320\274\320\270-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217\320\274\320\270.html" +++ "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\240\320\260\320\261\320\276\321\202\320\260-\321\201-\321\203\320\264\320\260\320\273\321\221\320\275\320\275\321\213\320\274\320\270-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217\320\274\320\270.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Основы-Git-Работа-с-тегами title: Git - Работа с удалёнными репозиториями url: "/book/ru/v2/Основы-Git-Работа-с-удалёнными-репозиториями.html" +aliases: +- "/book/ru/Основы-Git-Работа-с-удалёнными-репозиториями.html" +- "/book/ru/v1/Основы-Git-Работа-с-удалёнными-репозиториями.html" ---

Работа с удалёнными репозиториями

diff --git "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\241\320\276\320\267\320\264\320\260\320\275\320\270\320\265-Git-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217.html" "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\241\320\276\320\267\320\264\320\260\320\275\320\270\320\265-Git-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217.html" index f0e2ba3c06..00786c6e6c 100644 --- "a/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\241\320\276\320\267\320\264\320\260\320\275\320\270\320\265-Git-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217.html" +++ "b/external/book/content/book/ru/v2/\320\236\321\201\320\275\320\276\320\262\321\213-Git-\320\241\320\276\320\267\320\264\320\260\320\275\320\270\320\265-Git-\321\200\320\265\320\277\320\276\320\267\320\270\321\202\320\276\321\200\320\270\321\217.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Основы-Git-Запись-изменений-в-репозиторий title: Git - Создание Git-репозитория url: "/book/ru/v2/Основы-Git-Создание-Git-репозитория.html" +aliases: +- "/book/ru/Основы-Git.html" +- "/book/ru/v1/Основы-Git.html" ---

Если вы хотите начать работать с Git, прочитав всего одну главу, то эта глава — то, что вам нужно. Здесь рассмотрены все базовые команды, необходимые вам для решения подавляющего большинства задач, возникающих при работе с Git. diff --git "a/external/book/content/book/ru/v2/\320\237\321\200\320\270\320\273\320\276\320\266\320\265\320\275\320\270\320\265-C:-\320\232\320\276\320\274\320\260\320\275\320\264\321\213-Git-\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-\320\270-\320\272\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\217.html" "b/external/book/content/book/ru/v2/\320\237\321\200\320\270\320\273\320\276\320\266\320\265\320\275\320\270\320\265-C:-\320\232\320\276\320\274\320\260\320\275\320\264\321\213-Git-\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-\320\270-\320\272\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\217.html" index 67666c9773..1227470d22 100644 --- "a/external/book/content/book/ru/v2/\320\237\321\200\320\270\320\273\320\276\320\266\320\265\320\275\320\270\320\265-C:-\320\232\320\276\320\274\320\260\320\275\320\264\321\213-Git-\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-\320\270-\320\272\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\217.html" +++ "b/external/book/content/book/ru/v2/\320\237\321\200\320\270\320\273\320\276\320\266\320\265\320\275\320\270\320\265-C:-\320\232\320\276\320\274\320\260\320\275\320\264\321\213-Git-\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\260-\320\270-\320\272\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\217.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Приложение-C:-Команды-Git-Клонирование-и-создание-репозиториев title: Git - Настройка и конфигурация url: "/book/ru/v2/Приложение-C:-Команды-Git-Настройка-и-конфигурация.html" +aliases: +- "/book/ru/commands.html" +- "/book/ru/v1/commands.html" ---

В этой книге было показано больше десятка различных команд Git и мы приложили много усилий, чтобы рассказать вам о них, выстроив некий логический порядок, постепенно внедряя команды в сюжет. Но такой подход «размазал» описания команд по всей книге.

В этом приложении мы пройдёмся по всем командам, о которых шла речь, и сгруппируем их по смыслу. diff --git "a/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-\321\200\320\260\320\261\320\276\321\207\320\270\320\271-\320\277\321\200\320\276\321\206\320\265\321\201\321\201.html" "b/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-\321\200\320\260\320\261\320\276\321\207\320\270\320\271-\320\277\321\200\320\276\321\206\320\265\321\201\321\201.html" index 3112b7184f..a19ef810da 100644 --- "a/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-\321\200\320\260\320\261\320\276\321\207\320\270\320\271-\320\277\321\200\320\276\321\206\320\265\321\201\321\201.html" +++ "b/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-\321\200\320\260\320\261\320\276\321\207\320\270\320\271-\320\277\321\200\320\276\321\206\320\265\321\201\321\201.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Распределённый-Git-Участие-в-проекте title: Git - Распределённый рабочий процесс url: "/book/ru/v2/Распределённый-Git-Распределённый-рабочий-процесс.html" +aliases: +- "/book/ru/Распределённый-Git.html" +- "/book/ru/v1/Распределённый-Git.html" ---

Теперь, когда вы обзавелись настроенным удалённым Git-репозиторием, т. е. местом, где разработчики могут обмениваться своим кодом, а также познакомились с основными командами Git для локальной работы, мы рассмотрим, как задействовать некоторые распределённые рабочие процессы, предлагаемые Git.

В этой главе мы рассмотрим работу с Git в распределённой среде как в роли рядового разработчика, так и в роли системного интегратора. diff --git "a/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\241\320\276\320\277\321\200\320\276\320\262\320\276\320\266\320\264\320\265\320\275\320\270\320\265-\320\277\321\200\320\276\320\265\320\272\321\202\320\260.html" "b/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\241\320\276\320\277\321\200\320\276\320\262\320\276\320\266\320\264\320\265\320\275\320\270\320\265-\320\277\321\200\320\276\320\265\320\272\321\202\320\260.html" index 45fd980664..e6099db5ee 100644 --- "a/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\241\320\276\320\277\321\200\320\276\320\262\320\276\320\266\320\264\320\265\320\275\320\270\320\265-\320\277\321\200\320\276\320\265\320\272\321\202\320\260.html" +++ "b/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\241\320\276\320\277\321\200\320\276\320\262\320\276\320\266\320\264\320\265\320\275\320\270\320\265-\320\277\321\200\320\276\320\265\320\272\321\202\320\260.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Распределённый-Git-Заключение title: Git - Сопровождение проекта url: "/book/ru/v2/Распределённый-Git-Сопровождение-проекта.html" +aliases: +- "/book/ru/Распределённый-Git-Сопровождение-проекта.html" +- "/book/ru/v1/Распределённый-Git-Сопровождение-проекта.html" ---

Сопровождение проекта

diff --git "a/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\243\321\207\320\260\321\201\321\202\320\270\320\265-\320\262-\320\277\321\200\320\276\320\265\320\272\321\202\320\265.html" "b/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\243\321\207\320\260\321\201\321\202\320\270\320\265-\320\262-\320\277\321\200\320\276\320\265\320\272\321\202\320\265.html" index 4037eccf8e..c4f00f75bc 100644 --- "a/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\243\321\207\320\260\321\201\321\202\320\270\320\265-\320\262-\320\277\321\200\320\276\320\265\320\272\321\202\320\265.html" +++ "b/external/book/content/book/ru/v2/\320\240\320\260\321\201\320\277\321\200\320\265\320\264\320\265\320\273\321\221\320\275\320\275\321\213\320\271-Git-\320\243\321\207\320\260\321\201\321\202\320\270\320\265-\320\262-\320\277\321\200\320\276\320\265\320\272\321\202\320\265.html" @@ -17,6 +17,9 @@ next: book/ru/v2/Распределённый-Git-Сопровождение-проекта title: Git - Участие в проекте url: "/book/ru/v2/Распределённый-Git-Участие-в-проекте.html" +aliases: +- "/book/ru/Распределённый-Git-Содействие-проекту.html" +- "/book/ru/v1/Распределённый-Git-Содействие-проекту.html" ---

Участие в проекте

diff --git a/external/book/content/book/sl/v1/_index.html b/external/book/content/book/sl/v1/_index.html new file mode 100644 index 0000000000..18db586b82 --- /dev/null +++ b/external/book/content/book/sl/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/sl/v2 +--- diff --git a/external/book/content/book/sl/v2/_index.html b/external/book/content/book/sl/v2/_index.html index 04d667687f..82c1803269 100644 --- a/external/book/content/book/sl/v2/_index.html +++ b/external/book/content/book/sl/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/sl/v2.html" aliases: - "/book/sl/v2/index.html" +- "/book/sl/v1/index.html" - "/book/sl/index.html" --- diff --git a/external/book/content/book/sr/v1/_index.html b/external/book/content/book/sr/v1/_index.html new file mode 100644 index 0000000000..1de7bce5a1 --- /dev/null +++ b/external/book/content/book/sr/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/sr/v2 +--- diff --git a/external/book/content/book/sr/v2/_index.html b/external/book/content/book/sr/v2/_index.html index 47b2e27305..323260c62d 100644 --- a/external/book/content/book/sr/v2/_index.html +++ b/external/book/content/book/sr/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/sr/v2.html" aliases: - "/book/sr/v2/index.html" +- "/book/sr/v1/index.html" - "/book/sr/index.html" --- diff --git "a/external/book/content/book/sr/v2/\320\224\320\276\320\264\320\260\321\202\320\260\320\272-\320\222:-\320\223\320\270\321\202-\320\272\320\276\320\274\320\260\320\275\320\264\320\265-\320\237\320\276\320\264\320\265\321\210\320\260\320\262\320\260\321\232\320\265-\320\270-\320\272\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\230\320\260.html" "b/external/book/content/book/sr/v2/\320\224\320\276\320\264\320\260\321\202\320\260\320\272-\320\222:-\320\223\320\270\321\202-\320\272\320\276\320\274\320\260\320\275\320\264\320\265-\320\237\320\276\320\264\320\265\321\210\320\260\320\262\320\260\321\232\320\265-\320\270-\320\272\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\230\320\260.html" index b382a29319..ae9ac25119 100644 --- "a/external/book/content/book/sr/v2/\320\224\320\276\320\264\320\260\321\202\320\260\320\272-\320\222:-\320\223\320\270\321\202-\320\272\320\276\320\274\320\260\320\275\320\264\320\265-\320\237\320\276\320\264\320\265\321\210\320\260\320\262\320\260\321\232\320\265-\320\270-\320\272\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\230\320\260.html" +++ "b/external/book/content/book/sr/v2/\320\224\320\276\320\264\320\260\321\202\320\260\320\272-\320\222:-\320\223\320\270\321\202-\320\272\320\276\320\274\320\260\320\275\320\264\320\265-\320\237\320\276\320\264\320\265\321\210\320\260\320\262\320\260\321\232\320\265-\320\270-\320\272\320\276\320\275\321\204\320\270\320\263\321\203\321\200\320\260\321\206\320\270\321\230\320\260.html" @@ -17,6 +17,9 @@ next: book/sr/v2/Додатак-В:-Гит-команде-Набављање-и-креирање-пројеката title: Git - Подешавање и конфигурација url: "/book/sr/v2/Додатак-В:-Гит-команде-Подешавање-и-конфигурација.html" +aliases: +- "/book/sr/commands.html" +- "/book/sr/v1/commands.html" ---

Кроз ову књигу смо увели десетине Гит команди и заиста смо се трудили да их уводимо уз причу, полако додајући још команди како се прича развија. Међутим, због тога су примери употребе команди донекле разбацани по целој књизи.

У овом додатку ћемо проћи кроз све Гит команде које смо обрадили у књизи, грубо груписане по намени. diff --git "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\230\320\275\321\201\321\202\320\260\320\273\320\270\321\200\320\260\321\232\320\265-\320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\260-\320\223\320\270\321\202.html" "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\230\320\275\321\201\321\202\320\260\320\273\320\270\321\200\320\260\321\232\320\265-\320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\260-\320\223\320\270\321\202.html" index 58db6cc010..df24ddcb05 100644 --- "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\230\320\275\321\201\321\202\320\260\320\273\320\270\321\200\320\260\321\232\320\265-\320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\260-\320\223\320\270\321\202.html" +++ "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\230\320\275\321\201\321\202\320\260\320\273\320\270\321\200\320\260\321\232\320\265-\320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\260-\320\223\320\270\321\202.html" @@ -17,6 +17,9 @@ next: book/sr/v2/Почетак-Подешавања-за-први-пут title: Git - Инсталирање програма Гит url: "/book/sr/v2/Почетак-Инсталирање-програма-Гит.html" +aliases: +- "/book/sr/Почетак-Installing-Git.html" +- "/book/sr/v1/Почетак-Installing-Git.html" ---

Инсталирање програма Гит

diff --git "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\232\321\200\320\260\321\202\320\272\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260-\320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\260-\320\223\320\270\321\202.html" "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\232\321\200\320\260\321\202\320\272\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260-\320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\260-\320\223\320\270\321\202.html" index 4c2ff59446..f6c70468f9 100644 --- "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\232\321\200\320\260\321\202\320\272\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260-\320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\260-\320\223\320\270\321\202.html" +++ "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\232\321\200\320\260\321\202\320\272\320\260-\320\270\321\201\321\202\320\276\321\200\320\270\321\230\320\260-\320\277\321\200\320\276\320\263\321\200\320\260\320\274\320\260-\320\223\320\270\321\202.html" @@ -17,6 +17,9 @@ next: book/sr/v2/Почетак-Шта-је-Гит%3F title: Git - Кратка историја програма Гит url: "/book/sr/v2/Почетак-Кратка-историја-програма-Гит.html" +aliases: +- "/book/sr/Почетак-Кратка-историја-Гита.html" +- "/book/sr/v1/Почетак-Кратка-историја-Гита.html" ---

Кратка историја програма Гит

diff --git "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\236-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\320\270-\320\262\320\265\321\200\320\267\320\270\321\230\320\265.html" "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\236-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\320\270-\320\262\320\265\321\200\320\267\320\270\321\230\320\265.html" index 74b09cd5d4..9900f1b19b 100644 --- "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\236-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\320\270-\320\262\320\265\321\200\320\267\320\270\321\230\320\265.html" +++ "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\236-\320\272\320\276\320\275\321\202\321\200\320\276\320\273\320\270-\320\262\320\265\321\200\320\267\320\270\321\230\320\265.html" @@ -17,6 +17,9 @@ next: book/sr/v2/Почетак-Кратка-историја-програма-Гит title: Git - О контроли верзије url: "/book/sr/v2/Почетак-О-контроли-верзије.html" +aliases: +- "/book/sr/Почетак.html" +- "/book/sr/v1/Почетак.html" ---

Ово поглавље ће се бавити неким основним стварима о програму Гит. Почећемо уз кратка објашњења о томе како раде алати за контролу верзије, а онда ћемо прећи на то како подесити програм Гит да ради на систему који користите и на крају ћемо све то уклопити тако да можете почети са радом. diff --git "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\237\320\276\320\264\320\265\321\210\320\260\320\262\320\260\321\232\320\260-\320\267\320\260-\320\277\321\200\320\262\320\270-\320\277\321\203\321\202.html" "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\237\320\276\320\264\320\265\321\210\320\260\320\262\320\260\321\232\320\260-\320\267\320\260-\320\277\321\200\320\262\320\270-\320\277\321\203\321\202.html" index cc226e2b8b..0f30a4684c 100644 --- "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\237\320\276\320\264\320\265\321\210\320\260\320\262\320\260\321\232\320\260-\320\267\320\260-\320\277\321\200\320\262\320\270-\320\277\321\203\321\202.html" +++ "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\237\320\276\320\264\320\265\321\210\320\260\320\262\320\260\321\232\320\260-\320\267\320\260-\320\277\321\200\320\262\320\270-\320\277\321\203\321\202.html" @@ -17,6 +17,9 @@ next: book/sr/v2/Почетак-Тражење-помоћи title: Git - Подешавања за први пут url: "/book/sr/v2/Почетак-Подешавања-за-први-пут.html" +aliases: +- "/book/sr/Почетак-First-Time-Git-Setup.html" +- "/book/sr/v1/Почетак-First-Time-Git-Setup.html" ---

Подешавања за први пут

diff --git "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\240\320\265\320\267\320\270\320\274\320\265.html" "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\240\320\265\320\267\320\270\320\274\320\265.html" index fde4d46fff..421238cfd5 100644 --- "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\240\320\265\320\267\320\270\320\274\320\265.html" +++ "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\240\320\265\320\267\320\270\320\274\320\265.html" @@ -17,6 +17,9 @@ next: book/sr/v2/Основе-програма-Гит-Прављење-Гит-репозиторијума title: Git - Резиме url: "/book/sr/v2/Почетак-Резиме.html" +aliases: +- "/book/sr/Почетак-Закључак.html" +- "/book/sr/v1/Почетак-Закључак.html" ---

Резиме

diff --git "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\242\321\200\320\260\320\266\320\265\321\232\320\265-\320\277\320\276\320\274\320\276\321\233\320\270.html" "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\242\321\200\320\260\320\266\320\265\321\232\320\265-\320\277\320\276\320\274\320\276\321\233\320\270.html" index 179857ff4d..ec656b9604 100644 --- "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\242\321\200\320\260\320\266\320\265\321\232\320\265-\320\277\320\276\320\274\320\276\321\233\320\270.html" +++ "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\242\321\200\320\260\320\266\320\265\321\232\320\265-\320\277\320\276\320\274\320\276\321\233\320\270.html" @@ -17,6 +17,9 @@ next: book/sr/v2/Почетак-Резиме title: Git - Тражење помоћи url: "/book/sr/v2/Почетак-Тражење-помоћи.html" +aliases: +- "/book/sr/Почетак-Getting-Help.html" +- "/book/sr/v1/Почетак-Getting-Help.html" ---

Тражење помоћи

diff --git "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\250\321\202\320\260-\321\230\320\265-\320\223\320\270\321\202?.html" "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\250\321\202\320\260-\321\230\320\265-\320\223\320\270\321\202?.html" index 6e441da5d4..b896180dc2 100644 --- "a/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\250\321\202\320\260-\321\230\320\265-\320\223\320\270\321\202?.html" +++ "b/external/book/content/book/sr/v2/\320\237\320\276\321\207\320\265\321\202\320\260\320\272-\320\250\321\202\320\260-\321\230\320\265-\320\223\320\270\321\202?.html" @@ -19,6 +19,8 @@ url: "/book/sr/v2/Почетак-Шта-је-Гит?.html" aliases: - "/book/sr/v2/Почетак-Шта-је-Гит.html" +- "/book/sr/Почетак-Git-Basics.html" +- "/book/sr/v1/Почетак-Git-Basics.html" ---

Шта је Гит?

diff --git a/external/book/content/book/sv/v1/_index.html b/external/book/content/book/sv/v1/_index.html new file mode 100644 index 0000000000..9bb682bbc1 --- /dev/null +++ b/external/book/content/book/sv/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/sv/v2 +--- diff --git a/external/book/content/book/sv/v2/_index.html b/external/book/content/book/sv/v2/_index.html index c859534fab..37d6425017 100644 --- a/external/book/content/book/sv/v2/_index.html +++ b/external/book/content/book/sv/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/sv/v2.html" aliases: - "/book/sv/v2/index.html" +- "/book/sv/v1/index.html" - "/book/sv/index.html" --- diff --git a/external/book/content/book/tl/v1/_index.html b/external/book/content/book/tl/v1/_index.html new file mode 100644 index 0000000000..593ab33d33 --- /dev/null +++ b/external/book/content/book/tl/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/tl/v2 +--- diff --git a/external/book/content/book/tl/v2/_index.html b/external/book/content/book/tl/v2/_index.html index db024187c0..8f2181c3f6 100644 --- a/external/book/content/book/tl/v2/_index.html +++ b/external/book/content/book/tl/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/tl/v2.html" aliases: - "/book/tl/v2/index.html" +- "/book/tl/v1/index.html" - "/book/tl/index.html" --- diff --git a/external/book/content/book/tr/v1/_index.html b/external/book/content/book/tr/v1/_index.html new file mode 100644 index 0000000000..07f852ae95 --- /dev/null +++ b/external/book/content/book/tr/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/tr/v2 +--- diff --git "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git-Nedir?.html" "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git-Nedir?.html" index a0bab9d7c5..21dc947982 100644 --- "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git-Nedir?.html" +++ "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git-Nedir?.html" @@ -19,6 +19,8 @@ url: "/book/tr/v2/Başlangıç-Git-Nedir?.html" aliases: - "/book/tr/v2/Başlangıç-Git-Nedir.html" +- "/book/tr/Başlangıç-Git-in-Temelleri.html" +- "/book/tr/v1/Başlangıç-Git-in-Temelleri.html" ---

Git Nedir?

diff --git "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231i-Y\303\274klemek.html" "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231i-Y\303\274klemek.html" index a97a387a3f..b870370706 100644 --- "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231i-Y\303\274klemek.html" +++ "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231i-Y\303\274klemek.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Başlangıç-Git’i-İlk-Defa-Kurmak title: Git - Git’i Yüklemek url: "/book/tr/v2/Başlangıç-Git’i-Yüklemek.html" +aliases: +- "/book/tr/Başlangıç-Git-in-Kurulumu.html" +- "/book/tr/v1/Başlangıç-Git-in-Kurulumu.html" ---

Git’i Yüklemek

diff --git "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231i-\304\260lk-Defa-Kurmak.html" "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231i-\304\260lk-Defa-Kurmak.html" index 557c4e1e62..9b5e91ac64 100644 --- "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231i-\304\260lk-Defa-Kurmak.html" +++ "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231i-\304\260lk-Defa-Kurmak.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Başlangıç-Yardım-Almak title: Git - Git’i İlk Defa Kurmak url: "/book/tr/v2/Başlangıç-Git’i-İlk-Defa-Kurmak.html" +aliases: +- "/book/tr/Başlangıç-İlk-Ayarlamalar.html" +- "/book/tr/v1/Başlangıç-İlk-Ayarlamalar.html" ---

Git’i İlk Defa Kurmak

diff --git "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231in-K\304\261sa-Tarih\303\247esi.html" "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231in-K\304\261sa-Tarih\303\247esi.html" index 7fbbaf0844..763bc843b4 100644 --- "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231in-K\304\261sa-Tarih\303\247esi.html" +++ "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Git\342\200\231in-K\304\261sa-Tarih\303\247esi.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Başlangıç-Git-Nedir%3F title: Git - Git’in Kısa Tarihçesi url: "/book/tr/v2/Başlangıç-Git’in-Kısa-Tarihçesi.html" +aliases: +- "/book/tr/Başlangıç-Git-in-Kısa-Bir-Tarihçesi.html" +- "/book/tr/v1/Başlangıç-Git-in-Kısa-Bir-Tarihçesi.html" ---

Git’in Kısa Tarihçesi

diff --git "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-S\303\274r\303\274m-Denetimi.html" "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-S\303\274r\303\274m-Denetimi.html" index 5385017526..d1c70f889e 100644 --- "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-S\303\274r\303\274m-Denetimi.html" +++ "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-S\303\274r\303\274m-Denetimi.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Başlangıç-Git’in-Kısa-Tarihçesi title: Git - Sürüm Denetimi url: "/book/tr/v2/Başlangıç-Sürüm-Denetimi.html" +aliases: +- "/book/tr/Başlangıç.html" +- "/book/tr/v1/Başlangıç.html" ---

Bu bölümde Git kullanımı hakkında temel bilgileri bulacaksınız. İşe, sürüm kontrol sistemleri hakkında açıklamalarla başlayacağız; daha sonra Git kurulumunun nasıl yapılacağını, en son olarak da aracın yapılandırma ve kullanımını açıklayacağız. diff --git "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Yard\304\261m-Almak.html" "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Yard\304\261m-Almak.html" index 693bb7832a..8873b51c9c 100644 --- "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Yard\304\261m-Almak.html" +++ "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-Yard\304\261m-Almak.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Başlangıç-Özet title: Git - Yardım Almak url: "/book/tr/v2/Başlangıç-Yardım-Almak.html" +aliases: +- "/book/tr/Başlangıç-Yardım-Almak.html" +- "/book/tr/v1/Başlangıç-Yardım-Almak.html" ---

Yardım Almak

diff --git "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-\303\226zet.html" "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-\303\226zet.html" index c197658c90..d3cc66a320 100644 --- "a/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-\303\226zet.html" +++ "b/external/book/content/book/tr/v2/Ba\305\237lang\304\261\303\247-\303\226zet.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Temelleri-Bir-Git-Reposu-Oluşturma/Kopyalama title: Git - Özet url: "/book/tr/v2/Başlangıç-Özet.html" +aliases: +- "/book/tr/Başlangıç-Özet.html" +- "/book/tr/v1/Başlangıç-Özet.html" ---

Özet

diff --git a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Bir-Sunucuda-Git-Kurma.html b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Bir-Sunucuda-Git-Kurma.html index 17389cfbb1..fb4bdeca08 100644 --- a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Bir-Sunucuda-Git-Kurma.html +++ b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Bir-Sunucuda-Git-Kurma.html @@ -16,6 +16,9 @@ previous: book/tr/v2/Bir-Sunucuda-Git-Kurma-İletişim-Kuralları-Protocols next: book/tr/v2/Bir-Sunucuda-Git-Kurma-SSH-Ortak-Anahtarınızı-Oluşturma title: Git - Bir Sunucuda Git Kurma +aliases: +- "/book/tr/Git-on-the-Server-Getting-Git-on-a-Server.html" +- "/book/tr/v1/Git-on-the-Server-Getting-Git-on-a-Server.html" ---

Bir Sunucuda Git Kurma

diff --git a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Git-Cini-Daemon.html b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Git-Cini-Daemon.html index fa8837ced5..9e3bbaba30 100644 --- a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Git-Cini-Daemon.html +++ b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Git-Cini-Daemon.html @@ -16,6 +16,9 @@ previous: book/tr/v2/Bir-Sunucuda-Git-Kurma-Sunucu-Kurma next: book/tr/v2/Bir-Sunucuda-Git-Kurma-Akıllı-HTTP title: Git - Git Cini (Daemon) +aliases: +- "/book/tr/Git-on-the-Server-Git-Daemon.html" +- "/book/tr/v1/Git-on-the-Server-Git-Daemon.html" ---

Git Cini (Daemon)

diff --git "a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-SSH-Ortak-Anahtar\304\261n\304\261z\304\261-Olu\305\237turma.html" "b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-SSH-Ortak-Anahtar\304\261n\304\261z\304\261-Olu\305\237turma.html" index df28d6f9f1..525320afbe 100644 --- "a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-SSH-Ortak-Anahtar\304\261n\304\261z\304\261-Olu\305\237turma.html" +++ "b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-SSH-Ortak-Anahtar\304\261n\304\261z\304\261-Olu\305\237turma.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Bir-Sunucuda-Git-Kurma-Sunucu-Kurma title: Git - SSH Ortak Anahtarınızı Oluşturma url: "/book/tr/v2/Bir-Sunucuda-Git-Kurma-SSH-Ortak-Anahtarınızı-Oluşturma.html" +aliases: +- "/book/tr/Git-on-the-Server-Generating-Your-SSH-Public-Key.html" +- "/book/tr/v1/Git-on-the-Server-Generating-Your-SSH-Public-Key.html" ---

SSH Ortak Anahtarınızı Oluşturma

diff --git a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Sunucu-Kurma.html b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Sunucu-Kurma.html index 4fd8154f5a..04387fd256 100644 --- a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Sunucu-Kurma.html +++ b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-Sunucu-Kurma.html @@ -16,6 +16,9 @@ previous: book/tr/v2/Bir-Sunucuda-Git-Kurma-SSH-Ortak-Anahtarınızı-Oluşturma next: book/tr/v2/Bir-Sunucuda-Git-Kurma-Git-Cini-Daemon title: Git - Sunucu Kurma +aliases: +- "/book/tr/Git-on-the-Server-Setting-Up-the-Server.html" +- "/book/tr/v1/Git-on-the-Server-Setting-Up-the-Server.html" ---

Sunucu Kurma

diff --git "a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\303\226zet.html" "b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\303\226zet.html" index 070ae73ed6..3269631cc6 100644 --- "a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\303\226zet.html" +++ "b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\303\226zet.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dağıtık-Git-Dağıtık-İş-Akışları title: Git - Özet url: "/book/tr/v2/Bir-Sunucuda-Git-Kurma-Özet.html" +aliases: +- "/book/tr/Git-on-the-Server-Summary.html" +- "/book/tr/v1/Git-on-the-Server-Summary.html" ---

Özet

diff --git "a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\303\234\303\247\303\274nc\303\274-Taraf-Bar\304\261nd\304\261rma-Hosting-Se\303\247enekleri.html" "b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\303\234\303\247\303\274nc\303\274-Taraf-Bar\304\261nd\304\261rma-Hosting-Se\303\247enekleri.html" index ee3d800494..77638be67e 100644 --- "a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\303\234\303\247\303\274nc\303\274-Taraf-Bar\304\261nd\304\261rma-Hosting-Se\303\247enekleri.html" +++ "b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\303\234\303\247\303\274nc\303\274-Taraf-Bar\304\261nd\304\261rma-Hosting-Se\303\247enekleri.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Bir-Sunucuda-Git-Kurma-Özet title: Git - Üçüncü Taraf Barındırma (Hosting) Seçenekleri url: "/book/tr/v2/Bir-Sunucuda-Git-Kurma-Üçüncü-Taraf-Barındırma-Hosting-Seçenekleri.html" +aliases: +- "/book/tr/Git-on-the-Server-Public-Access.html" +- "/book/tr/v1/Git-on-the-Server-Public-Access.html" ---

Üçüncü Taraf Barındırma (Hosting) Seçenekleri

diff --git "a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\304\260leti\305\237im-Kurallar\304\261-Protocols.html" "b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\304\260leti\305\237im-Kurallar\304\261-Protocols.html" index e3d40175bf..273b931fec 100644 --- "a/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\304\260leti\305\237im-Kurallar\304\261-Protocols.html" +++ "b/external/book/content/book/tr/v2/Bir-Sunucuda-Git-Kurma-\304\260leti\305\237im-Kurallar\304\261-Protocols.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Bir-Sunucuda-Git-Kurma-Bir-Sunucuda-Git-Kurma title: Git - İletişim Kuralları (Protocols) url: "/book/tr/v2/Bir-Sunucuda-Git-Kurma-İletişim-Kuralları-Protocols.html" +aliases: +- "/book/tr/Git-on-the-Server.html" +- "/book/tr/v1/Git-on-the-Server.html" ---

Şu aşamada, Git’i kullanacağınız günlük görevlerin çoğunu yapabilecek durumda olmalısınız. diff --git "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Bak\304\261m-ve-Veri-Kurtarma.html" "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Bak\304\261m-ve-Veri-Kurtarma.html" index 4b908ae2ef..5e216207db 100644 --- "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Bak\304\261m-ve-Veri-Kurtarma.html" +++ "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Bak\304\261m-ve-Veri-Kurtarma.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dahili-Git-Ögeleri-Ortam-Değişkenleri title: Git - Bakım ve Veri Kurtarma url: "/book/tr/v2/Dahili-Git-Ögeleri-Bakım-ve-Veri-Kurtarma.html" +aliases: +- "/book/tr/Git-Internals-Summary.html" +- "/book/tr/v1/Git-Internals-Summary.html" ---

Bakım ve Veri Kurtarma

diff --git "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Git-Nesneleri.html" "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Git-Nesneleri.html" index e4591829a3..0b71e49413 100644 --- "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Git-Nesneleri.html" +++ "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Git-Nesneleri.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dahili-Git-Ögeleri-Git-Referansları title: Git - Git Nesneleri url: "/book/tr/v2/Dahili-Git-Ögeleri-Git-Nesneleri.html" +aliases: +- "/book/tr/Git-Internals-Git-Objects.html" +- "/book/tr/v1/Git-Internals-Git-Objects.html" ---

Git Nesneleri

diff --git "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Git-Referanslar\304\261.html" "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Git-Referanslar\304\261.html" index 24732cc187..00b8fdc4a8 100644 --- "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Git-Referanslar\304\261.html" +++ "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Git-Referanslar\304\261.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dahili-Git-Ögeleri-Packfiles title: Git - Git Referansları url: "/book/tr/v2/Dahili-Git-Ögeleri-Git-Referansları.html" +aliases: +- "/book/tr/Git-Internals-Packfiles.html" +- "/book/tr/v1/Git-Internals-Packfiles.html" ---

Git Referansları

diff --git "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Packfiles.html" "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Packfiles.html" index 77065f042e..aa3a5f402b 100644 --- "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Packfiles.html" +++ "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Packfiles.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dahili-Git-Ögeleri-Refspec title: Git - Packfiles url: "/book/tr/v2/Dahili-Git-Ögeleri-Packfiles.html" +aliases: +- "/book/tr/Git-Internals-The-Refspec.html" +- "/book/tr/v1/Git-Internals-The-Refspec.html" ---

Packfiles

diff --git "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Refspec.html" "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Refspec.html" index bc9f6fab0a..19e3cdf8ca 100644 --- "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Refspec.html" +++ "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Refspec.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dahili-Git-Ögeleri-Transfer-Protokolleri title: Git - Refspec url: "/book/tr/v2/Dahili-Git-Ögeleri-Refspec.html" +aliases: +- "/book/tr/Git-Internals-Transfer-Protocols.html" +- "/book/tr/v1/Git-Internals-Transfer-Protocols.html" ---

Refspec

diff --git "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Tesisat-ve-D\303\266\305\237eme-Plumbing-ve-Porcelain.html" "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Tesisat-ve-D\303\266\305\237eme-Plumbing-ve-Porcelain.html" index cfc88a0512..99f110bc84 100644 --- "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Tesisat-ve-D\303\266\305\237eme-Plumbing-ve-Porcelain.html" +++ "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Tesisat-ve-D\303\266\305\237eme-Plumbing-ve-Porcelain.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dahili-Git-Ögeleri-Git-Nesneleri title: Git - Tesisat ve Döşeme (Plumbing ve Porcelain) url: "/book/tr/v2/Dahili-Git-Ögeleri-Tesisat-ve-Döşeme-Plumbing-ve-Porcelain.html" +aliases: +- "/book/tr/Git-Internals.html" +- "/book/tr/v1/Git-Internals.html" ---

Bu bölüme çok daha öndeki bir bölümden atlamış olabilir veya kitabın geri kalanını sırayla okuyarak bu noktaya gelmiş olabilirsiniz. Her iki durumda da, bu bölümde Git’in iç işleyişini ve uygulanmasını ele alacağız. Şunu keşfettik ki bu bilginin anlaşılması, Git’in ne kadar kullanışlı ve güçlü olduğunu kavramak için temel önem taşımaktadır, ancak diğerleri bize bu bilgilerin yeni başlayanlar için kafa karıştırıcı ve gereksiz ölçüde karmaşık olabileceğini savundular. Bu nedenle, bu tartışmayı kitaptaki son bölüm yaptık. diff --git "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Transfer-Protokolleri.html" "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Transfer-Protokolleri.html" index e8efe55c56..4efc0c48ab 100644 --- "a/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Transfer-Protokolleri.html" +++ "b/external/book/content/book/tr/v2/Dahili-Git-\303\226geleri-Transfer-Protokolleri.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dahili-Git-Ögeleri-Bakım-ve-Veri-Kurtarma title: Git - Transfer Protokolleri url: "/book/tr/v2/Dahili-Git-Ögeleri-Transfer-Protokolleri.html" +aliases: +- "/book/tr/Git-Internals-Maintenance-and-Data-Recovery.html" +- "/book/tr/v1/Git-Internals-Maintenance-and-Data-Recovery.html" ---

Transfer Protokolleri

diff --git "a/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Bir-Projeyi-Y\303\274r\303\274tme.html" "b/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Bir-Projeyi-Y\303\274r\303\274tme.html" index bda1cc245f..fce08a6250 100644 --- "a/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Bir-Projeyi-Y\303\274r\303\274tme.html" +++ "b/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Bir-Projeyi-Y\303\274r\303\274tme.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dağıtık-Git-Özet title: Git - Bir Projeyi Yürütme url: "/book/tr/v2/Dağıtık-Git-Bir-Projeyi-Yürütme.html" +aliases: +- "/book/tr/Distributed-Git-Maintaining-a-Project.html" +- "/book/tr/v1/Distributed-Git-Maintaining-a-Project.html" ---

Bir Projeyi Yürütme

diff --git "a/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Da\304\237\304\261t\304\261k-\304\260\305\237-Ak\304\261\305\237lar\304\261.html" "b/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Da\304\237\304\261t\304\261k-\304\260\305\237-Ak\304\261\305\237lar\304\261.html" index 4649fe08bd..cc1a7b93ce 100644 --- "a/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Da\304\237\304\261t\304\261k-\304\260\305\237-Ak\304\261\305\237lar\304\261.html" +++ "b/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Da\304\237\304\261t\304\261k-\304\260\305\237-Ak\304\261\305\237lar\304\261.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dağıtık-Git-Projenin-Gelişiminde-Rol-Almak title: Git - Dağıtık İş Akışları url: "/book/tr/v2/Dağıtık-Git-Dağıtık-İş-Akışları.html" +aliases: +- "/book/tr/Distributed-Git.html" +- "/book/tr/v1/Distributed-Git.html" ---

Artık diğer geliştiricilerle ortak bir proje üzerinde çalışırken kodlarınızı paylaşmak üzere kurulmuş bir uzak Git deposuna sahipsiniz ve yerel bir iş akışında temel Git komutlarına aşina olduğunuz için, Git’in size sunduğu dağıtık iş akışlarını nasıl kullanacağınıza bakacaksınız.

Bu bölümde, dağıtık bir ortamda bir katkı sağlayıcı ve proje yöneticisi olarak Git ile nasıl çalışılacağını göreceksiniz. diff --git "a/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Projenin-Geli\305\237iminde-Rol-Almak.html" "b/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Projenin-Geli\305\237iminde-Rol-Almak.html" index 2900b41f11..cdcb12b13d 100644 --- "a/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Projenin-Geli\305\237iminde-Rol-Almak.html" +++ "b/external/book/content/book/tr/v2/Da\304\237\304\261t\304\261k-Git-Projenin-Geli\305\237iminde-Rol-Almak.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dağıtık-Git-Bir-Projeyi-Yürütme title: Git - Projenin Gelişiminde Rol Almak url: "/book/tr/v2/Dağıtık-Git-Projenin-Gelişiminde-Rol-Almak.html" +aliases: +- "/book/tr/Distributed-Git-Contributing-to-a-Project.html" +- "/book/tr/v1/Distributed-Git-Contributing-to-a-Project.html" ---

Projenin Gelişiminde Rol Almak

diff --git "a/external/book/content/book/tr/v2/Ek-b\303\266l\303\274m-C:-Git-Komutlar\304\261-Kurulum-ve-Yap\304\261land\304\261rma-Komutlar\304\261.html" "b/external/book/content/book/tr/v2/Ek-b\303\266l\303\274m-C:-Git-Komutlar\304\261-Kurulum-ve-Yap\304\261land\304\261rma-Komutlar\304\261.html" index edc532a5c3..a943e610b2 100644 --- "a/external/book/content/book/tr/v2/Ek-b\303\266l\303\274m-C:-Git-Komutlar\304\261-Kurulum-ve-Yap\304\261land\304\261rma-Komutlar\304\261.html" +++ "b/external/book/content/book/tr/v2/Ek-b\303\266l\303\274m-C:-Git-Komutlar\304\261-Kurulum-ve-Yap\304\261land\304\261rma-Komutlar\304\261.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Ek-bölüm-C:-Git-Komutları-Proje-Oluşturma-Komutları title: Git - Kurulum ve Yapılandırma Komutları url: "/book/tr/v2/Ek-bölüm-C:-Git-Komutları-Kurulum-ve-Yapılandırma-Komutları.html" +aliases: +- "/book/tr/commands.html" +- "/book/tr/v1/commands.html" ---

Kitap boyunca düzinelerce Git komutunu tanıttık ve bunları bir anlatı içerisinde tanıtmak için çok çalıştık, yavaş yavaş hikayeye daha fazla komut ekledik. Ancak bu bizi tüm kitap boyunca dağılmış halde komutların kullanım örnekleriyle karşı karşıya bırakıyor.

Bu ekte, kitap boyunca ele aldığımız tüm Git komutlarını kabaca ne için kullanıldıklarına göre gruplandırılmış olarak inceleyeceğiz. diff --git "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Alt-Mod\303\274ller.html" "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Alt-Mod\303\274ller.html" index eccd3e606a..3a64589c54 100644 --- "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Alt-Mod\303\274ller.html" +++ "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Alt-Mod\303\274ller.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Araçları-Demetleme-Bundling title: Git - Alt Modüller url: "/book/tr/v2/Git-Araçları-Alt-Modüller.html" +aliases: +- "/book/tr/Git-Tools-Submodules.html" +- "/book/tr/v1/Git-Tools-Submodules.html" ---

Alt Modüller

diff --git "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-D\303\274zeltme-Se\303\247imi.html" "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-D\303\274zeltme-Se\303\247imi.html" index d4038c4fab..7c339d2c14 100644 --- "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-D\303\274zeltme-Se\303\247imi.html" +++ "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-D\303\274zeltme-Se\303\247imi.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Araçları-Etkileşimli-İzlemleme-Staging title: Git - Düzeltme Seçimi url: "/book/tr/v2/Git-Araçları-Düzeltme-Seçimi.html" +aliases: +- "/book/tr/Git-Tools.html" +- "/book/tr/v1/Git-Tools.html" ---

Şimdiye kadar, kaynak kod kontrolü için bir Git reposunu yönetmek veya sürdürmek için ihtiyacınız olan günlük komutları ve iş akışlarının çoğunu öğrendiniz. Dosyaları izleme ve katkılama gibi temel görevleri başardınız ve ayrıca konu dalları oluşturma ve birleştirme gücünü de kullandınız.

Şimdi, günlük olarak kullanmasanız da, bir noktada ihtiyacınız olabilecek çok güçlü şeyleri keşfedeceksiniz.

diff --git "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Etkile\305\237imli-\304\260zlemleme-Staging.html" "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Etkile\305\237imli-\304\260zlemleme-Staging.html" index 6f07238cde..ccbf1ac6c8 100644 --- "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Etkile\305\237imli-\304\260zlemleme-Staging.html" +++ "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Etkile\305\237imli-\304\260zlemleme-Staging.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Araçları-Saklama-ve-Silme title: Git - Etkileşimli İzlemleme (Staging) url: "/book/tr/v2/Git-Araçları-Etkileşimli-İzlemleme-Staging.html" +aliases: +- "/book/tr/Git-Tools-Interactive-Staging.html" +- "/book/tr/v1/Git-Tools-Interactive-Staging.html" ---

Etkileşimli İzlemleme (Staging)

diff --git "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Ge\303\247mi\305\237i-Yeniden-Yazma.html" "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Ge\303\247mi\305\237i-Yeniden-Yazma.html" index 3f3329ee2f..de483a842c 100644 --- "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Ge\303\247mi\305\237i-Yeniden-Yazma.html" +++ "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Ge\303\247mi\305\237i-Yeniden-Yazma.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Araçları-Reset-Komutunun-Gizemleri title: Git - Geçmişi Yeniden Yazma url: "/book/tr/v2/Git-Araçları-Geçmişi-Yeniden-Yazma.html" +aliases: +- "/book/tr/Git-Tools-Rewriting-History.html" +- "/book/tr/v1/Git-Tools-Rewriting-History.html" ---

Geçmişi Yeniden Yazma

diff --git "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Git\342\200\231le-Hata-Ay\304\261klama.html" "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Git\342\200\231le-Hata-Ay\304\261klama.html" index 48bf21fc9f..841c0f4a61 100644 --- "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Git\342\200\231le-Hata-Ay\304\261klama.html" +++ "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Git\342\200\231le-Hata-Ay\304\261klama.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Araçları-Alt-Modüller title: Git - Git’le Hata Ayıklama url: "/book/tr/v2/Git-Araçları-Git’le-Hata-Ayıklama.html" +aliases: +- "/book/tr/Git-Tools-Debugging-with-Git.html" +- "/book/tr/v1/Git-Tools-Debugging-with-Git.html" ---

Git’le Hata Ayıklama

diff --git "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Saklama-ve-Silme.html" "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Saklama-ve-Silme.html" index eca26b4b7c..5cc6d87b40 100644 --- "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Saklama-ve-Silme.html" +++ "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-Saklama-ve-Silme.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Araçları-Çalışmanızı-İmzalama title: Git - Saklama ve Silme url: "/book/tr/v2/Git-Araçları-Saklama-ve-Silme.html" +aliases: +- "/book/tr/Git-Tools-Stashing.html" +- "/book/tr/v1/Git-Tools-Stashing.html" ---

Saklama ve Silme

diff --git "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-\303\226zet.html" "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-\303\226zet.html" index 727446fbc5..f9dda4d232 100644 --- "a/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-\303\226zet.html" +++ "b/external/book/content/book/tr/v2/Git-Ara\303\247lar\304\261-\303\226zet.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git’i-Özelleştirmek-Git-Yapılandırması title: Git - Özet url: "/book/tr/v2/Git-Araçları-Özet.html" +aliases: +- "/book/tr/Git-Tools-Summary.html" +- "/book/tr/v1/Git-Tools-Summary.html" ---

Özet

diff --git "a/external/book/content/book/tr/v2/Git-Dallar\304\261-Dal-Y\303\266netimi.html" "b/external/book/content/book/tr/v2/Git-Dallar\304\261-Dal-Y\303\266netimi.html" index 3ae3395673..6858aedc10 100644 --- "a/external/book/content/book/tr/v2/Git-Dallar\304\261-Dal-Y\303\266netimi.html" +++ "b/external/book/content/book/tr/v2/Git-Dallar\304\261-Dal-Y\303\266netimi.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Dalları-İş-Akışı-Dallandırması title: Git - Dal Yönetimi url: "/book/tr/v2/Git-Dalları-Dal-Yönetimi.html" +aliases: +- "/book/tr/Git-te-Dallanma-Dal-Yönetimi.html" +- "/book/tr/v1/Git-te-Dallanma-Dal-Yönetimi.html" ---

Dal Yönetimi

diff --git "a/external/book/content/book/tr/v2/Git-Dallar\304\261-Dallar.html" "b/external/book/content/book/tr/v2/Git-Dallar\304\261-Dallar.html" index dbd826f3bc..d4cef2169f 100644 --- "a/external/book/content/book/tr/v2/Git-Dallar\304\261-Dallar.html" +++ "b/external/book/content/book/tr/v2/Git-Dallar\304\261-Dallar.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Dalları-Kısaca-Dallandırma-ve-Birleştirme-Temelleri title: Git - Dallar url: "/book/tr/v2/Git-Dalları-Dallar.html" +aliases: +- "/book/tr/Git-te-Dallanma.html" +- "/book/tr/v1/Git-te-Dallanma.html" ---

Neredeyse her sürüm kontrol sisteminin (VCS) bir tür dal desteği vardır. diff --git "a/external/book/content/book/tr/v2/Git-Dallar\304\261-K\304\261saca-Dalland\304\261rma-ve-Birle\305\237tirme-Temelleri.html" "b/external/book/content/book/tr/v2/Git-Dallar\304\261-K\304\261saca-Dalland\304\261rma-ve-Birle\305\237tirme-Temelleri.html" index 4125df3733..6257856712 100644 --- "a/external/book/content/book/tr/v2/Git-Dallar\304\261-K\304\261saca-Dalland\304\261rma-ve-Birle\305\237tirme-Temelleri.html" +++ "b/external/book/content/book/tr/v2/Git-Dallar\304\261-K\304\261saca-Dalland\304\261rma-ve-Birle\305\237tirme-Temelleri.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Dalları-Dal-Yönetimi title: Git - Kısaca Dallandırma ve Birleştirme Temelleri url: "/book/tr/v2/Git-Dalları-Kısaca-Dallandırma-ve-Birleştirme-Temelleri.html" +aliases: +- "/book/tr/Git-te-Dallanma-Dallanma-ve-Birleştirmenin-Temelleri.html" +- "/book/tr/v1/Git-te-Dallanma-Dallanma-ve-Birleştirmenin-Temelleri.html" ---

Kısaca Dallandırma ve Birleştirme Temelleri

diff --git "a/external/book/content/book/tr/v2/Git-Dallar\304\261-Uzak-Dallar.html" "b/external/book/content/book/tr/v2/Git-Dallar\304\261-Uzak-Dallar.html" index c27180a00d..11c18204ca 100644 --- "a/external/book/content/book/tr/v2/Git-Dallar\304\261-Uzak-Dallar.html" +++ "b/external/book/content/book/tr/v2/Git-Dallar\304\261-Uzak-Dallar.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Dalları-Yeniden-Temelleme-rebase title: Git - Uzak Dallar url: "/book/tr/v2/Git-Dalları-Uzak-Dallar.html" +aliases: +- "/book/tr/Git-te-Dallanma-Uzak-Uçbirim-Dalları.html" +- "/book/tr/v1/Git-te-Dallanma-Uzak-Uçbirim-Dalları.html" ---

Uzak Dallar

diff --git "a/external/book/content/book/tr/v2/Git-Dallar\304\261-Yeniden-Temelleme-rebase.html" "b/external/book/content/book/tr/v2/Git-Dallar\304\261-Yeniden-Temelleme-rebase.html" index 0b10bb0adb..b463326eaf 100644 --- "a/external/book/content/book/tr/v2/Git-Dallar\304\261-Yeniden-Temelleme-rebase.html" +++ "b/external/book/content/book/tr/v2/Git-Dallar\304\261-Yeniden-Temelleme-rebase.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Dalları-Özet title: Git - Yeniden Temelleme (rebase) url: "/book/tr/v2/Git-Dalları-Yeniden-Temelleme-rebase.html" +aliases: +- "/book/tr/Git-te-Dallanma-Rebasing-##-Zemin,-Kök,-Temel.html" +- "/book/tr/v1/Git-te-Dallanma-Rebasing-##-Zemin,-Kök,-Temel.html" ---

Yeniden Temelleme (rebase)

diff --git "a/external/book/content/book/tr/v2/Git-Dallar\304\261-\303\226zet.html" "b/external/book/content/book/tr/v2/Git-Dallar\304\261-\303\226zet.html" index dc1d862555..4b134947f2 100644 --- "a/external/book/content/book/tr/v2/Git-Dallar\304\261-\303\226zet.html" +++ "b/external/book/content/book/tr/v2/Git-Dallar\304\261-\303\226zet.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Bir-Sunucuda-Git-Kurma-İletişim-Kuralları-Protocols title: Git - Özet url: "/book/tr/v2/Git-Dalları-Özet.html" +aliases: +- "/book/tr/Git-te-Dallanma-Summary.html" +- "/book/tr/v1/Git-te-Dallanma-Summary.html" ---

Özet

diff --git "a/external/book/content/book/tr/v2/Git-Dallar\304\261-\304\260\305\237-Ak\304\261\305\237\304\261-Dalland\304\261rmas\304\261.html" "b/external/book/content/book/tr/v2/Git-Dallar\304\261-\304\260\305\237-Ak\304\261\305\237\304\261-Dalland\304\261rmas\304\261.html" index 5d50defc24..1ccbaa2d8e 100644 --- "a/external/book/content/book/tr/v2/Git-Dallar\304\261-\304\260\305\237-Ak\304\261\305\237\304\261-Dalland\304\261rmas\304\261.html" +++ "b/external/book/content/book/tr/v2/Git-Dallar\304\261-\304\260\305\237-Ak\304\261\305\237\304\261-Dalland\304\261rmas\304\261.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Dalları-Uzak-Dallar title: Git - İş Akışı Dallandırması url: "/book/tr/v2/Git-Dalları-İş-Akışı-Dallandırması.html" +aliases: +- "/book/tr/Git-te-Dallanma-Dallanma-İş-Akışları.html" +- "/book/tr/v1/Git-te-Dallanma-Dallanma-İş-Akışları.html" ---

İş Akışı Dallandırması

diff --git "a/external/book/content/book/tr/v2/Git-Temelleri-Bir-Git-Reposu-Olu\305\237turma/Kopyalama.html" "b/external/book/content/book/tr/v2/Git-Temelleri-Bir-Git-Reposu-Olu\305\237turma/Kopyalama.html" index 6c0d81cdc8..1831c957c2 100644 --- "a/external/book/content/book/tr/v2/Git-Temelleri-Bir-Git-Reposu-Olu\305\237turma/Kopyalama.html" +++ "b/external/book/content/book/tr/v2/Git-Temelleri-Bir-Git-Reposu-Olu\305\237turma/Kopyalama.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Temelleri-Değişikliklerin-Repoya-Kaydedilmesi title: Git - Bir Git Reposu Oluşturma/Kopyalama url: "/book/tr/v2/Git-Temelleri-Bir-Git-Reposu-Oluşturma/Kopyalama.html" +aliases: +- "/book/tr/Git-in-Temelleri.html" +- "/book/tr/v1/Git-in-Temelleri.html" ---

Git’e başlamak için yalnızca bir bölüm okuyabilecek vaktiniz varsa, işte bu aradığınız bölümdür. Bu bölüm, Git’te zamanınızı harcayacağınız şeylerin büyük çoğunluğunu yapmak için ihtiyacınız olan tüm temel komutları kapsar. diff --git "a/external/book/content/book/tr/v2/Git-Temelleri-De\304\237i\305\237iklikleri-Geri-Alma.html" "b/external/book/content/book/tr/v2/Git-Temelleri-De\304\237i\305\237iklikleri-Geri-Alma.html" index 3c697baf13..24224a8fc9 100644 --- "a/external/book/content/book/tr/v2/Git-Temelleri-De\304\237i\305\237iklikleri-Geri-Alma.html" +++ "b/external/book/content/book/tr/v2/Git-Temelleri-De\304\237i\305\237iklikleri-Geri-Alma.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Temelleri-Uzak-Repo-ile-Çalışmak title: Git - Değişiklikleri Geri Alma url: "/book/tr/v2/Git-Temelleri-Değişiklikleri-Geri-Alma.html" +aliases: +- "/book/tr/Git-in-Temelleri-Değişiklikleri-Geri-Almak.html" +- "/book/tr/v1/Git-in-Temelleri-Değişiklikleri-Geri-Almak.html" ---

Değişiklikleri Geri Alma

diff --git "a/external/book/content/book/tr/v2/Git-Temelleri-De\304\237i\305\237ikliklerin-Repoya-Kaydedilmesi.html" "b/external/book/content/book/tr/v2/Git-Temelleri-De\304\237i\305\237ikliklerin-Repoya-Kaydedilmesi.html" index 4aae8bc0ad..7cdbdc7e60 100644 --- "a/external/book/content/book/tr/v2/Git-Temelleri-De\304\237i\305\237ikliklerin-Repoya-Kaydedilmesi.html" +++ "b/external/book/content/book/tr/v2/Git-Temelleri-De\304\237i\305\237ikliklerin-Repoya-Kaydedilmesi.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Temelleri-Katkı-Geçmişini-Görüntüleme title: Git - Değişikliklerin Repoya Kaydedilmesi url: "/book/tr/v2/Git-Temelleri-Değişikliklerin-Repoya-Kaydedilmesi.html" +aliases: +- "/book/tr/Git-in-Temelleri-Değişiklikleri-Yazılım-Havuzuna-Kaydetmek.html" +- "/book/tr/v1/Git-in-Temelleri-Değişiklikleri-Yazılım-Havuzuna-Kaydetmek.html" ---

Değişikliklerin Repoya Kaydedilmesi

diff --git a/external/book/content/book/tr/v2/Git-Temelleri-Etiketleme.html b/external/book/content/book/tr/v2/Git-Temelleri-Etiketleme.html index da82e50b14..cdf4df5443 100644 --- a/external/book/content/book/tr/v2/Git-Temelleri-Etiketleme.html +++ b/external/book/content/book/tr/v2/Git-Temelleri-Etiketleme.html @@ -16,6 +16,9 @@ previous: book/tr/v2/Git-Temelleri-Uzak-Repo-ile-Çalışmak next: book/tr/v2/Git-Temelleri-Komut-Kısayolu-Alias-Ayarlama title: Git - Etiketleme +aliases: +- "/book/tr/Git-in-Temelleri-Etiketleme.html" +- "/book/tr/v1/Git-in-Temelleri-Etiketleme.html" ---

Etiketleme

diff --git "a/external/book/content/book/tr/v2/Git-Temelleri-Katk\304\261-Ge\303\247mi\305\237ini-G\303\266r\303\274nt\303\274leme.html" "b/external/book/content/book/tr/v2/Git-Temelleri-Katk\304\261-Ge\303\247mi\305\237ini-G\303\266r\303\274nt\303\274leme.html" index f816154063..99726e8fb1 100644 --- "a/external/book/content/book/tr/v2/Git-Temelleri-Katk\304\261-Ge\303\247mi\305\237ini-G\303\266r\303\274nt\303\274leme.html" +++ "b/external/book/content/book/tr/v2/Git-Temelleri-Katk\304\261-Ge\303\247mi\305\237ini-G\303\266r\303\274nt\303\274leme.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Temelleri-Değişiklikleri-Geri-Alma title: Git - Katkı Geçmişini Görüntüleme url: "/book/tr/v2/Git-Temelleri-Katkı-Geçmişini-Görüntüleme.html" +aliases: +- "/book/tr/Git-in-Temelleri-Kayıt-Tarihçesini-Görüntülemek.html" +- "/book/tr/v1/Git-in-Temelleri-Kayıt-Tarihçesini-Görüntülemek.html" ---

Katkı Geçmişini Görüntüleme

diff --git "a/external/book/content/book/tr/v2/Git-Temelleri-Komut-K\304\261sayolu-Alias-Ayarlama.html" "b/external/book/content/book/tr/v2/Git-Temelleri-Komut-K\304\261sayolu-Alias-Ayarlama.html" index 287d8e24cb..45fac47146 100644 --- "a/external/book/content/book/tr/v2/Git-Temelleri-Komut-K\304\261sayolu-Alias-Ayarlama.html" +++ "b/external/book/content/book/tr/v2/Git-Temelleri-Komut-K\304\261sayolu-Alias-Ayarlama.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Temelleri-Özet title: Git - Komut Kısayolu (Alias) Ayarlama url: "/book/tr/v2/Git-Temelleri-Komut-Kısayolu-Alias-Ayarlama.html" +aliases: +- "/book/tr/Git-in-Temelleri-İpuçları.html" +- "/book/tr/v1/Git-in-Temelleri-İpuçları.html" ---

Komut Kısayolu (Alias) Ayarlama

diff --git "a/external/book/content/book/tr/v2/Git-Temelleri-Uzak-Repo-ile-\303\207al\304\261\305\237mak.html" "b/external/book/content/book/tr/v2/Git-Temelleri-Uzak-Repo-ile-\303\207al\304\261\305\237mak.html" index d5a89b5d47..e5c27596b3 100644 --- "a/external/book/content/book/tr/v2/Git-Temelleri-Uzak-Repo-ile-\303\207al\304\261\305\237mak.html" +++ "b/external/book/content/book/tr/v2/Git-Temelleri-Uzak-Repo-ile-\303\207al\304\261\305\237mak.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Temelleri-Etiketleme title: Git - Uzak Repo ile Çalışmak url: "/book/tr/v2/Git-Temelleri-Uzak-Repo-ile-Çalışmak.html" +aliases: +- "/book/tr/Git-in-Temelleri-Uzak-Uçbirimlerle-Çalışmak.html" +- "/book/tr/v1/Git-in-Temelleri-Uzak-Uçbirimlerle-Çalışmak.html" ---

Uzak Repo ile Çalışmak

diff --git "a/external/book/content/book/tr/v2/Git-Temelleri-\303\226zet.html" "b/external/book/content/book/tr/v2/Git-Temelleri-\303\226zet.html" index 6772b01a95..b51ce399a2 100644 --- "a/external/book/content/book/tr/v2/Git-Temelleri-\303\226zet.html" +++ "b/external/book/content/book/tr/v2/Git-Temelleri-\303\226zet.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-Dalları-Dallar title: Git - Özet url: "/book/tr/v2/Git-Temelleri-Özet.html" +aliases: +- "/book/tr/Git-in-Temelleri-Özet.html" +- "/book/tr/v1/Git-in-Temelleri-Özet.html" ---

Özet

diff --git "a/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-Git\342\200\231e-Ge\303\247i\305\237.html" "b/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-Git\342\200\231e-Ge\303\247i\305\237.html" index 224a2236ed..387e9d2cb1 100644 --- "a/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-Git\342\200\231e-Ge\303\247i\305\237.html" +++ "b/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-Git\342\200\231e-Ge\303\247i\305\237.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-ve-Diğer-Sistemler-Özet title: Git - Git’e Geçiş url: "/book/tr/v2/Git-ve-Diğer-Sistemler-Git’e-Geçiş.html" +aliases: +- "/book/tr/Git-and-Other-Systems-Migrating-to-Git.html" +- "/book/tr/v1/Git-and-Other-Systems-Migrating-to-Git.html" ---

Git’e Geçiş

diff --git "a/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-\303\226zet.html" "b/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-\303\226zet.html" index c660c7c550..aaa4d548c3 100644 --- "a/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-\303\226zet.html" +++ "b/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-\303\226zet.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Dahili-Git-Ögeleri-Tesisat-ve-Döşeme-Plumbing-ve-Porcelain title: Git - Özet url: "/book/tr/v2/Git-ve-Diğer-Sistemler-Özet.html" +aliases: +- "/book/tr/Git-and-Other-Systems-Summary.html" +- "/book/tr/v1/Git-and-Other-Systems-Summary.html" ---

Özet

diff --git "a/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-\304\260stemci-Olarak-Git.html" "b/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-\304\260stemci-Olarak-Git.html" index edccd6fc44..f538416b51 100644 --- "a/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-\304\260stemci-Olarak-Git.html" +++ "b/external/book/content/book/tr/v2/Git-ve-Di\304\237er-Sistemler-\304\260stemci-Olarak-Git.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-ve-Diğer-Sistemler-Git’e-Geçiş title: Git - İstemci Olarak Git url: "/book/tr/v2/Git-ve-Diğer-Sistemler-İstemci-Olarak-Git.html" +aliases: +- "/book/tr/Git-and-Other-Systems.html" +- "/book/tr/v1/Git-and-Other-Systems.html" ---

Dünya malesef mükemmel değil. Genellikle, dokunduğunuz her projeyi hemen Git’e geçiremezsiniz. diff --git "a/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Bir-\303\226rnek:-Mecburi-Git-Politikas\304\261.html" "b/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Bir-\303\226rnek:-Mecburi-Git-Politikas\304\261.html" index 558262c296..5aee829d7c 100644 --- "a/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Bir-\303\226rnek:-Mecburi-Git-Politikas\304\261.html" +++ "b/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Bir-\303\226rnek:-Mecburi-Git-Politikas\304\261.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git’i-Özelleştirmek-Özet title: 'Git - Bir Örnek: Mecburi Git Politikası' url: "/book/tr/v2/Git’i-Özelleştirmek-Bir-Örnek:-Mecburi-Git-Politikası.html" +aliases: +- "/book/tr/Customizing-Git-An-Example-Git-Enforced-Policy.html" +- "/book/tr/v1/Customizing-Git-An-Example-Git-Enforced-Policy.html" ---

Bir Örnek: Mecburi Git Politikası

diff --git "a/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Kancalar\304\261-Hooks.html" "b/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Kancalar\304\261-Hooks.html" index a526ac18b2..fc77f56124 100644 --- "a/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Kancalar\304\261-Hooks.html" +++ "b/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Kancalar\304\261-Hooks.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git’i-Özelleştirmek-Bir-Örnek:-Mecburi-Git-Politikası title: Git - Git Kancaları (Hooks) url: "/book/tr/v2/Git’i-Özelleştirmek-Git-Kancaları-Hooks.html" +aliases: +- "/book/tr/Customizing-Git-Git-Hooks.html" +- "/book/tr/v1/Customizing-Git-Git-Hooks.html" ---

Git Kancaları (Hooks)

diff --git "a/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Nitelikleri.html" "b/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Nitelikleri.html" index 9f3f20d32c..855fb99d9c 100644 --- "a/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Nitelikleri.html" +++ "b/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Nitelikleri.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git’i-Özelleştirmek-Git-Kancaları-Hooks title: Git - Git Nitelikleri url: "/book/tr/v2/Git’i-Özelleştirmek-Git-Nitelikleri.html" +aliases: +- "/book/tr/Customizing-Git-Git-Attributes.html" +- "/book/tr/v1/Customizing-Git-Git-Attributes.html" ---

Git Nitelikleri

diff --git "a/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Yap\304\261land\304\261rmas\304\261.html" "b/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Yap\304\261land\304\261rmas\304\261.html" index fb0ad1257b..719b7646d6 100644 --- "a/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Yap\304\261land\304\261rmas\304\261.html" +++ "b/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-Git-Yap\304\261land\304\261rmas\304\261.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git’i-Özelleştirmek-Git-Nitelikleri title: Git - Git Yapılandırması url: "/book/tr/v2/Git’i-Özelleştirmek-Git-Yapılandırması.html" +aliases: +- "/book/tr/Customizing-Git.html" +- "/book/tr/v1/Customizing-Git.html" ---

Şimdiye kadar, Git’in nasıl çalıştığını ve nasıl kullanılacağını, ve kullanımınızı kolay ve verimli hale getirmek için Git’in sunduğu birçok aracı tanıttık. Bu bölümde, çeşitli önemli yapılandırma ayarlarını ve kancalar sistemini tanıtarak, Git’i daha özelleştirilmiş bir şekilde çalıştırmanın yollarını göreceğiz. diff --git "a/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-\303\226zet.html" "b/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-\303\226zet.html" index 10a82b0cad..2e046bea70 100644 --- "a/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-\303\226zet.html" +++ "b/external/book/content/book/tr/v2/Git\342\200\231i-\303\226zelle\305\237tirmek-\303\226zet.html" @@ -17,6 +17,9 @@ next: book/tr/v2/Git-ve-Diğer-Sistemler-İstemci-Olarak-Git title: Git - Özet url: "/book/tr/v2/Git’i-Özelleştirmek-Özet.html" +aliases: +- "/book/tr/Customizing-Git-Summary.html" +- "/book/tr/v1/Customizing-Git-Summary.html" ---

Özet

diff --git a/external/book/content/book/tr/v2/_index.html b/external/book/content/book/tr/v2/_index.html index b1fb42071e..bde89f0edd 100644 --- a/external/book/content/book/tr/v2/_index.html +++ b/external/book/content/book/tr/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/tr/v2.html" aliases: - "/book/tr/v2/index.html" +- "/book/tr/v1/index.html" - "/book/tr/index.html" --- diff --git a/external/book/content/book/uk/v1/_index.html b/external/book/content/book/uk/v1/_index.html new file mode 100644 index 0000000000..9f60c56708 --- /dev/null +++ b/external/book/content/book/uk/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/uk/v2 +--- diff --git a/external/book/content/book/uk/v2/_index.html b/external/book/content/book/uk/v2/_index.html index e331e8f343..ec6fececb9 100644 --- a/external/book/content/book/uk/v2/_index.html +++ b/external/book/content/book/uk/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/uk/v2.html" aliases: - "/book/uk/v2/index.html" +- "/book/uk/v1/index.html" - "/book/uk/index.html" --- diff --git a/external/book/content/book/uz/v1/_index.html b/external/book/content/book/uz/v1/_index.html new file mode 100644 index 0000000000..2681512e2a --- /dev/null +++ b/external/book/content/book/uz/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/uz/v2 +--- diff --git a/external/book/content/book/uz/v2/_index.html b/external/book/content/book/uz/v2/_index.html index 4e2800566f..e7317fcec4 100644 --- a/external/book/content/book/uz/v2/_index.html +++ b/external/book/content/book/uz/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/uz/v2.html" aliases: - "/book/uz/v2/index.html" +- "/book/uz/v1/index.html" - "/book/uz/index.html" --- diff --git a/external/book/content/book/v1/_index.html b/external/book/content/book/v1/_index.html new file mode 100644 index 0000000000..6564325689 --- /dev/null +++ b/external/book/content/book/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/zh-tw/v1/_index.html b/external/book/content/book/zh-tw/v1/_index.html new file mode 100644 index 0000000000..2b41b742e8 --- /dev/null +++ b/external/book/content/book/zh-tw/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/zh-tw/v2 +--- diff --git a/external/book/content/book/zh-tw/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html b/external/book/content/book/zh-tw/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html index 4256db4e10..3e991484bd 100644 --- a/external/book/content/book/zh-tw/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html +++ b/external/book/content/book/zh-tw/v2/Customizing-Git-An-Example-Git-Enforced-Policy.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Customizing-Git-Git-Hooks next: book/zh-tw/v2/Customizing-Git-Summary title: Git - An Example Git-Enforced Policy +aliases: +- "/book/zh-tw/Git-客製化-Git-強制策略實例.html" +- "/book/zh-tw/v1/Git-客製化-Git-強制策略實例.html" ---

An Example Git-Enforced Policy

diff --git a/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Attributes.html b/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Attributes.html index 6bb6dd4393..5eaa4fa59e 100644 --- a/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Attributes.html +++ b/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Attributes.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Customizing-Git-Git-Configuration next: book/zh-tw/v2/Customizing-Git-Git-Hooks title: Git - Git Attributes +aliases: +- "/book/zh-tw/Git-客製化-Git-屬性.html" +- "/book/zh-tw/v1/Git-客製化-Git-屬性.html" ---

Git Attributes

diff --git a/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Configuration.html b/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Configuration.html index f6109959c2..f3e0e1aa48 100644 --- a/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Configuration.html +++ b/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Configuration.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Git-工具-總結 next: book/zh-tw/v2/Customizing-Git-Git-Attributes title: Git - Git Configuration +aliases: +- "/book/zh-tw/Git-客製化.html" +- "/book/zh-tw/v1/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/zh-tw/v2/Customizing-Git-Git-Hooks.html b/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Hooks.html index 4f4a1fa01e..79c8b9f66e 100644 --- a/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Hooks.html +++ b/external/book/content/book/zh-tw/v2/Customizing-Git-Git-Hooks.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Customizing-Git-Git-Attributes next: book/zh-tw/v2/Customizing-Git-An-Example-Git-Enforced-Policy title: Git - Git Hooks +aliases: +- "/book/zh-tw/Git-客製化-Git-Hooks.html" +- "/book/zh-tw/v1/Git-客製化-Git-Hooks.html" ---

Git Hooks

diff --git a/external/book/content/book/zh-tw/v2/Customizing-Git-Summary.html b/external/book/content/book/zh-tw/v2/Customizing-Git-Summary.html index 5a0be5769f..2d0a998072 100644 --- a/external/book/content/book/zh-tw/v2/Customizing-Git-Summary.html +++ b/external/book/content/book/zh-tw/v2/Customizing-Git-Summary.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Customizing-Git-An-Example-Git-Enforced-Policy next: book/zh-tw/v2/Git-and-Other-Systems-Git-as-a-Client title: Git - Summary +aliases: +- "/book/zh-tw/Git-客製化-總結.html" +- "/book/zh-tw/v1/Git-客製化-總結.html" ---

Summary

diff --git a/external/book/content/book/zh-tw/v2/Git-Internals-Git-Objects.html b/external/book/content/book/zh-tw/v2/Git-Internals-Git-Objects.html index 6fa18d245a..30878da778 100644 --- a/external/book/content/book/zh-tw/v2/Git-Internals-Git-Objects.html +++ b/external/book/content/book/zh-tw/v2/Git-Internals-Git-Objects.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Git-Internals-Plumbing-and-Porcelain next: book/zh-tw/v2/Git-Internals-Git-References title: Git - Git Objects +aliases: +- "/book/zh-tw/Git-內部原理-Git-物件.html" +- "/book/zh-tw/v1/Git-內部原理-Git-物件.html" ---

Git Objects

diff --git a/external/book/content/book/zh-tw/v2/Git-Internals-Git-References.html b/external/book/content/book/zh-tw/v2/Git-Internals-Git-References.html index 9eea5d3a44..6c7aa85624 100644 --- a/external/book/content/book/zh-tw/v2/Git-Internals-Git-References.html +++ b/external/book/content/book/zh-tw/v2/Git-Internals-Git-References.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Git-Internals-Git-Objects next: book/zh-tw/v2/Git-Internals-Packfiles title: Git - Git References +aliases: +- "/book/zh-tw/Git-內部原理-Packfiles.html" +- "/book/zh-tw/v1/Git-內部原理-Packfiles.html" ---

Git References

diff --git a/external/book/content/book/zh-tw/v2/Git-Internals-Maintenance-and-Data-Recovery.html b/external/book/content/book/zh-tw/v2/Git-Internals-Maintenance-and-Data-Recovery.html index aaffb2198a..1b1d572734 100644 --- a/external/book/content/book/zh-tw/v2/Git-Internals-Maintenance-and-Data-Recovery.html +++ b/external/book/content/book/zh-tw/v2/Git-Internals-Maintenance-and-Data-Recovery.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Git-Internals-Transfer-Protocols next: book/zh-tw/v2/Git-Internals-Environment-Variables title: Git - Maintenance and Data Recovery +aliases: +- "/book/zh-tw/Git-內部原理-總結.html" +- "/book/zh-tw/v1/Git-內部原理-總結.html" ---

Maintenance and Data Recovery

diff --git a/external/book/content/book/zh-tw/v2/Git-Internals-Packfiles.html b/external/book/content/book/zh-tw/v2/Git-Internals-Packfiles.html index 2ca9faff9f..bd00d7a1ed 100644 --- a/external/book/content/book/zh-tw/v2/Git-Internals-Packfiles.html +++ b/external/book/content/book/zh-tw/v2/Git-Internals-Packfiles.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Git-Internals-Git-References next: book/zh-tw/v2/Git-Internals-The-Refspec title: Git - Packfiles +aliases: +- "/book/zh-tw/Git-內部原理-The-Refspec.html" +- "/book/zh-tw/v1/Git-內部原理-The-Refspec.html" ---

Packfiles

diff --git a/external/book/content/book/zh-tw/v2/Git-Internals-Plumbing-and-Porcelain.html b/external/book/content/book/zh-tw/v2/Git-Internals-Plumbing-and-Porcelain.html index a8db7434f5..df2adae1ad 100644 --- a/external/book/content/book/zh-tw/v2/Git-Internals-Plumbing-and-Porcelain.html +++ b/external/book/content/book/zh-tw/v2/Git-Internals-Plumbing-and-Porcelain.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Git-and-Other-Systems-Summary next: book/zh-tw/v2/Git-Internals-Git-Objects title: Git - Plumbing and Porcelain +aliases: +- "/book/zh-tw/Git-內部原理.html" +- "/book/zh-tw/v1/Git-內部原理.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/zh-tw/v2/Git-Internals-The-Refspec.html b/external/book/content/book/zh-tw/v2/Git-Internals-The-Refspec.html index b5c4b32415..181f1c4a73 100644 --- a/external/book/content/book/zh-tw/v2/Git-Internals-The-Refspec.html +++ b/external/book/content/book/zh-tw/v2/Git-Internals-The-Refspec.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Git-Internals-Packfiles next: book/zh-tw/v2/Git-Internals-Transfer-Protocols title: Git - The Refspec +aliases: +- "/book/zh-tw/Git-內部原理-傳輸協議.html" +- "/book/zh-tw/v1/Git-內部原理-傳輸協議.html" ---

The Refspec

diff --git a/external/book/content/book/zh-tw/v2/Git-Internals-Transfer-Protocols.html b/external/book/content/book/zh-tw/v2/Git-Internals-Transfer-Protocols.html index 3f403e3951..c3e8c9f4cc 100644 --- a/external/book/content/book/zh-tw/v2/Git-Internals-Transfer-Protocols.html +++ b/external/book/content/book/zh-tw/v2/Git-Internals-Transfer-Protocols.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Git-Internals-The-Refspec next: book/zh-tw/v2/Git-Internals-Maintenance-and-Data-Recovery title: Git - Transfer Protocols +aliases: +- "/book/zh-tw/Git-內部原理-維護及資料復原.html" +- "/book/zh-tw/v1/Git-內部原理-維護及資料復原.html" ---

Transfer Protocols

diff --git a/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Git-as-a-Client.html b/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Git-as-a-Client.html index 28f48e06f2..b010b9feea 100644 --- a/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Git-as-a-Client.html +++ b/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Git-as-a-Client.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Customizing-Git-Summary next: book/zh-tw/v2/Git-and-Other-Systems-Migrating-to-Git title: Git - Git as a Client +aliases: +- "/book/zh-tw/Git-與其他系統.html" +- "/book/zh-tw/v1/Git-與其他系統.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/zh-tw/v2/Git-and-Other-Systems-Migrating-to-Git.html b/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Migrating-to-Git.html index 3e3a51a690..e975ac6c7e 100644 --- a/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Migrating-to-Git.html +++ b/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Migrating-to-Git.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Git-and-Other-Systems-Git-as-a-Client next: book/zh-tw/v2/Git-and-Other-Systems-Summary title: Git - Migrating to Git +aliases: +- "/book/zh-tw/Git-與其他系統-遷移到-Git.html" +- "/book/zh-tw/v1/Git-與其他系統-遷移到-Git.html" ---

Migrating to Git

diff --git a/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Summary.html b/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Summary.html index c4d013b764..e2d786ed43 100644 --- a/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Summary.html +++ b/external/book/content/book/zh-tw/v2/Git-and-Other-Systems-Summary.html @@ -16,6 +16,9 @@ previous: book/zh-tw/v2/Git-and-Other-Systems-Migrating-to-Git next: book/zh-tw/v2/Git-Internals-Plumbing-and-Porcelain title: Git - Summary +aliases: +- "/book/zh-tw/Git-與其他系統-總結.html" +- "/book/zh-tw/v1/Git-與其他系統-總結.html" ---

Summary

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-Git-Aliases.html" "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-Git-Aliases.html" index 0d46f1a2b5..0c4be0ccc7 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-Git-Aliases.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-Git-Aliases.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-基礎-總結 title: Git - Git Aliases url: "/book/zh-tw/v2/Git-基礎-Git-Aliases.html" +aliases: +- "/book/zh-tw/Git-基礎-提示和技巧.html" +- "/book/zh-tw/v1/Git-基礎-提示和技巧.html" ---

Git Aliases

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\345\217\226\345\276\227\344\270\200\345\200\213-Git-\345\200\211\345\204\262.html" "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\345\217\226\345\276\227\344\270\200\345\200\213-Git-\345\200\211\345\204\262.html" index 7519b145a1..624f2a8637 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\345\217\226\345\276\227\344\270\200\345\200\213-Git-\345\200\211\345\204\262.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\345\217\226\345\276\227\344\270\200\345\200\213-Git-\345\200\211\345\204\262.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-基礎-紀錄變更到版本庫中 title: Git - 取得一個 Git 倉儲 url: "/book/zh-tw/v2/Git-基礎-取得一個-Git-倉儲.html" +aliases: +- "/book/zh-tw/Git-基礎.html" +- "/book/zh-tw/v1/Git-基礎.html" ---

假如您只能閱讀一章來學習 Git,那麼這個章節就是您的不二選擇。 本章節涵蓋你以後使用 Git 來完成絕大多數工作時,最常被使用的基本指令。 diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\345\276\251\345\216\237.html" "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\345\276\251\345\216\237.html" index 83d5e7e670..6563751503 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\345\276\251\345\216\237.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\345\276\251\345\216\237.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-基礎-與遠端協同工作 title: Git - 復原 url: "/book/zh-tw/v2/Git-基礎-復原.html" +aliases: +- "/book/zh-tw/Git-基礎-復原.html" +- "/book/zh-tw/v1/Git-基礎-復原.html" ---

復原

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\346\250\231\347\261\244.html" "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\346\250\231\347\261\244.html" index b5e7bf8bfb..18bb2fc9cc 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\346\250\231\347\261\244.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\346\250\231\347\261\244.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-基礎-Git-Aliases title: Git - 標籤 url: "/book/zh-tw/v2/Git-基礎-標籤.html" +aliases: +- "/book/zh-tw/Git-基礎-標籤.html" +- "/book/zh-tw/v1/Git-基礎-標籤.html" ---

標籤

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\346\252\242\350\246\226\346\217\220\344\272\244\347\232\204\346\255\267\345\217\262\350\250\230\351\214\204.html" "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\346\252\242\350\246\226\346\217\220\344\272\244\347\232\204\346\255\267\345\217\262\350\250\230\351\214\204.html" index cc0b268c52..63fb6f2b59 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\346\252\242\350\246\226\346\217\220\344\272\244\347\232\204\346\255\267\345\217\262\350\250\230\351\214\204.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\346\252\242\350\246\226\346\217\220\344\272\244\347\232\204\346\255\267\345\217\262\350\250\230\351\214\204.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-基礎-復原 title: Git - 檢視提交的歷史記錄 url: "/book/zh-tw/v2/Git-基礎-檢視提交的歷史記錄.html" +aliases: +- "/book/zh-tw/Git-基礎-檢視提交的歷史記錄.html" +- "/book/zh-tw/v1/Git-基礎-檢視提交的歷史記錄.html" ---

檢視提交的歷史記錄

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\347\264\200\351\214\204\350\256\212\346\233\264\345\210\260\347\211\210\346\234\254\345\272\253\344\270\255.html" "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\347\264\200\351\214\204\350\256\212\346\233\264\345\210\260\347\211\210\346\234\254\345\272\253\344\270\255.html" index ea0cb66ecd..42ea9160d1 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\347\264\200\351\214\204\350\256\212\346\233\264\345\210\260\347\211\210\346\234\254\345\272\253\344\270\255.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\347\264\200\351\214\204\350\256\212\346\233\264\345\210\260\347\211\210\346\234\254\345\272\253\344\270\255.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-基礎-檢視提交的歷史記錄 title: Git - 紀錄變更到版本庫中 url: "/book/zh-tw/v2/Git-基礎-紀錄變更到版本庫中.html" +aliases: +- "/book/zh-tw/Git-基礎-提交更新到儲存庫.html" +- "/book/zh-tw/v1/Git-基礎-提交更新到儲存庫.html" ---

紀錄變更到版本庫中

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\347\270\275\347\265\220.html" "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\347\270\275\347\265\220.html" index ec074b1d58..847ac04efb 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\347\270\275\347\265\220.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\347\270\275\347\265\220.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/使用-Git-分支-簡述分支 title: Git - 總結 url: "/book/zh-tw/v2/Git-基礎-總結.html" +aliases: +- "/book/zh-tw/Git-基礎-總結.html" +- "/book/zh-tw/v1/Git-基礎-總結.html" ---

總結

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\350\210\207\351\201\240\347\253\257\345\215\224\345\220\214\345\267\245\344\275\234.html" "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\350\210\207\351\201\240\347\253\257\345\215\224\345\220\214\345\267\245\344\275\234.html" index 025652a685..7c4aa4cace 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\350\210\207\351\201\240\347\253\257\345\215\224\345\220\214\345\267\245\344\275\234.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\237\272\347\244\216-\350\210\207\351\201\240\347\253\257\345\215\224\345\220\214\345\267\245\344\275\234.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-基礎-標籤 title: Git - 與遠端協同工作 url: "/book/zh-tw/v2/Git-基礎-與遠端協同工作.html" +aliases: +- "/book/zh-tw/Git-基礎-與遠端協同工作.html" +- "/book/zh-tw/v1/Git-基礎-與遠端協同工作.html" ---

與遠端協同工作

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Debugging-with-Git.html" "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Debugging-with-Git.html" index 6a8a7f16bb..c1d4bd6e94 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Debugging-with-Git.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Debugging-with-Git.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-工具-Submodules title: Git - Debugging with Git url: "/book/zh-tw/v2/Git-工具-Debugging-with-Git.html" +aliases: +- "/book/zh-tw/Git-工具-使用-Git-做-Debug.html" +- "/book/zh-tw/v1/Git-工具-使用-Git-做-Debug.html" ---

Debugging with Git

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Interactive-Staging.html" "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Interactive-Staging.html" index ba56bf0dcf..1f8733bed4 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Interactive-Staging.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Interactive-Staging.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-工具-Stashing-and-Cleaning title: Git - Interactive Staging url: "/book/zh-tw/v2/Git-工具-Interactive-Staging.html" +aliases: +- "/book/zh-tw/Git-工具-互動式暫存.html" +- "/book/zh-tw/v1/Git-工具-互動式暫存.html" ---

Interactive Staging

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Revision-Selection.html" "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Revision-Selection.html" index b3ce1bc8fe..120d22a4ab 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Revision-Selection.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Revision-Selection.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-工具-Interactive-Staging title: Git - Revision Selection url: "/book/zh-tw/v2/Git-工具-Revision-Selection.html" +aliases: +- "/book/zh-tw/Git-工具.html" +- "/book/zh-tw/v1/Git-工具.html" ---

到目前為止,你已經學到用來管理或維護你原始碼的 Git 版本庫(repository)所需的大部分常用指令和流程, 你已經完成追蹤及提交檔案的基本任務,並利用暫存區域以及輕量級主題分支和合併的功能。

現在將帶你探索一些你平常可能用不到,有時候卻可能會派上用場的強大 Git 功能。

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Rewriting-History.html" "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Rewriting-History.html" index 8183f2d15d..aa2d276c5d 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Rewriting-History.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Rewriting-History.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-工具-Reset-Demystified title: Git - Rewriting History url: "/book/zh-tw/v2/Git-工具-Rewriting-History.html" +aliases: +- "/book/zh-tw/Git-工具-重寫歷史.html" +- "/book/zh-tw/v1/Git-工具-重寫歷史.html" ---

Rewriting History

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Stashing-and-Cleaning.html" "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Stashing-and-Cleaning.html" index e469dd0312..8138f3be01 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Stashing-and-Cleaning.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Stashing-and-Cleaning.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-工具-Signing-Your-Work title: Git - Stashing and Cleaning url: "/book/zh-tw/v2/Git-工具-Stashing-and-Cleaning.html" +aliases: +- "/book/zh-tw/Git-工具-儲藏-Stashing.html" +- "/book/zh-tw/v1/Git-工具-儲藏-Stashing.html" ---

Stashing and Cleaning

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Submodules.html" "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Submodules.html" index 4688b074fa..cf4d079ef1 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Submodules.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-Submodules.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-工具-Bundling title: Git - Submodules url: "/book/zh-tw/v2/Git-工具-Submodules.html" +aliases: +- "/book/zh-tw/Git-工具-子模組-Submodules.html" +- "/book/zh-tw/v1/Git-工具-子模組-Submodules.html" ---

Submodules

diff --git "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-\347\270\275\347\265\220.html" "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-\347\270\275\347\265\220.html" index fe82747bc5..db3c1d8d6e 100644 --- "a/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-\347\270\275\347\265\220.html" +++ "b/external/book/content/book/zh-tw/v2/Git-\345\267\245\345\205\267-\347\270\275\347\265\220.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Customizing-Git-Git-Configuration title: Git - 總結 url: "/book/zh-tw/v2/Git-工具-總結.html" +aliases: +- "/book/zh-tw/Git-工具-總結.html" +- "/book/zh-tw/v1/Git-工具-總結.html" ---

總結

diff --git a/external/book/content/book/zh-tw/v2/_index.html b/external/book/content/book/zh-tw/v2/_index.html index 3a22c9145d..22338e7dad 100644 --- a/external/book/content/book/zh-tw/v2/_index.html +++ b/external/book/content/book/zh-tw/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/zh-tw/v2.html" aliases: - "/book/zh-tw/v2/index.html" +- "/book/zh-tw/v1/index.html" - "/book/zh-tw/index.html" --- diff --git "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-Git-\345\270\270\351\247\220\347\250\213\345\274\217.html" "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-Git-\345\270\270\351\247\220\347\250\213\345\274\217.html" index 2fb267787b..cfa0daba51 100644 --- "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-Git-\345\270\270\351\247\220\347\250\213\345\274\217.html" +++ "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-Git-\345\270\270\351\247\220\347\250\213\345\274\217.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/伺服器上的-Git-Smart-HTTP title: Git - Git 常駐程式 url: "/book/zh-tw/v2/伺服器上的-Git-Git-常駐程式.html" +aliases: +- "/book/zh-tw/Git-on-the-Server-Git-Daemon.html" +- "/book/zh-tw/v1/Git-on-the-Server-Git-Daemon.html" ---

Git 常駐程式

diff --git "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\345\234\250\344\274\272\346\234\215\345\231\250\344\270\212\344\275\210\347\275\262-Git.html" "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\345\234\250\344\274\272\346\234\215\345\231\250\344\270\212\344\275\210\347\275\262-Git.html" index 47e5caa7d5..bf4ba4dd27 100644 --- "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\345\234\250\344\274\272\346\234\215\345\231\250\344\270\212\344\275\210\347\275\262-Git.html" +++ "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\345\234\250\344\274\272\346\234\215\345\231\250\344\270\212\344\275\210\347\275\262-Git.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/伺服器上的-Git-產生你的-SSH-公鑰 title: Git - 在伺服器上佈署 Git url: "/book/zh-tw/v2/伺服器上的-Git-在伺服器上佈署-Git.html" +aliases: +- "/book/zh-tw/Git-on-the-Server-Getting-Git-on-a-Server.html" +- "/book/zh-tw/v1/Git-on-the-Server-Getting-Git-on-a-Server.html" ---

在伺服器上佈署 Git

diff --git "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\224\242\347\224\237\344\275\240\347\232\204-SSH-\345\205\254\351\221\260.html" "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\224\242\347\224\237\344\275\240\347\232\204-SSH-\345\205\254\351\221\260.html" index f8ebb06bcf..a9f4cf22d7 100644 --- "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\224\242\347\224\237\344\275\240\347\232\204-SSH-\345\205\254\351\221\260.html" +++ "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\224\242\347\224\237\344\275\240\347\232\204-SSH-\345\205\254\351\221\260.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/伺服器上的-Git-設定伺服器 title: Git - 產生你的 SSH 公鑰 url: "/book/zh-tw/v2/伺服器上的-Git-產生你的-SSH-公鑰.html" +aliases: +- "/book/zh-tw/Git-on-the-Server-Generating-Your-SSH-Public-Key.html" +- "/book/zh-tw/v1/Git-on-the-Server-Generating-Your-SSH-Public-Key.html" ---

產生你的 SSH 公鑰

diff --git "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\254\2543\346\226\271-Git-\350\250\227\347\256\241\346\226\271\346\241\210.html" "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\254\2543\346\226\271-Git-\350\250\227\347\256\241\346\226\271\346\241\210.html" index d9e41b335c..da39fc1d99 100644 --- "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\254\2543\346\226\271-Git-\350\250\227\347\256\241\346\226\271\346\241\210.html" +++ "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\254\2543\346\226\271-Git-\350\250\227\347\256\241\346\226\271\346\241\210.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/伺服器上的-Git-總結 title: Git - 第3方 Git 託管方案 url: "/book/zh-tw/v2/伺服器上的-Git-第3方-Git-託管方案.html" +aliases: +- "/book/zh-tw/Git-on-the-Server-Public-Access.html" +- "/book/zh-tw/v1/Git-on-the-Server-Public-Access.html" ---

第3方 Git 託管方案

diff --git "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\270\275\347\265\220.html" "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\270\275\347\265\220.html" index caa23acee4..7d4a0db54e 100644 --- "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\270\275\347\265\220.html" +++ "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\347\270\275\347\265\220.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/分散式的-Git-分散式工作流程 title: Git - 總結 url: "/book/zh-tw/v2/伺服器上的-Git-總結.html" +aliases: +- "/book/zh-tw/Git-on-the-Server-Summary.html" +- "/book/zh-tw/v1/Git-on-the-Server-Summary.html" ---

總結

diff --git "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\350\250\255\345\256\232\344\274\272\346\234\215\345\231\250.html" "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\350\250\255\345\256\232\344\274\272\346\234\215\345\231\250.html" index 50e7d2b87b..6c0e1f29f9 100644 --- "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\350\250\255\345\256\232\344\274\272\346\234\215\345\231\250.html" +++ "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\350\250\255\345\256\232\344\274\272\346\234\215\345\231\250.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/伺服器上的-Git-Git-常駐程式 title: Git - 設定伺服器 url: "/book/zh-tw/v2/伺服器上的-Git-設定伺服器.html" +aliases: +- "/book/zh-tw/Git-on-the-Server-Setting-Up-the-Server.html" +- "/book/zh-tw/v1/Git-on-the-Server-Setting-Up-the-Server.html" ---

設定伺服器

diff --git "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\351\200\232\350\250\212\345\215\224\345\256\232.html" "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\351\200\232\350\250\212\345\215\224\345\256\232.html" index 9ce95db845..37ca75b610 100644 --- "a/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\351\200\232\350\250\212\345\215\224\345\256\232.html" +++ "b/external/book/content/book/zh-tw/v2/\344\274\272\346\234\215\345\231\250\344\270\212\347\232\204-Git-\351\200\232\350\250\212\345\215\224\345\256\232.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/伺服器上的-Git-在伺服器上佈署-Git title: Git - 通訊協定 url: "/book/zh-tw/v2/伺服器上的-Git-通訊協定.html" +aliases: +- "/book/zh-tw/Git-on-the-Server.html" +- "/book/zh-tw/v1/Git-on-the-Server.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/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\222\214\345\220\210\344\275\265\347\232\204\345\237\272\346\234\254\347\224\250\346\263\225.html" "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\222\214\345\220\210\344\275\265\347\232\204\345\237\272\346\234\254\347\224\250\346\263\225.html" index 9cb3157e07..4bbfd0b990 100644 --- "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\222\214\345\220\210\344\275\265\347\232\204\345\237\272\346\234\254\347\224\250\346\263\225.html" +++ "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\222\214\345\220\210\344\275\265\347\232\204\345\237\272\346\234\254\347\224\250\346\263\225.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/使用-Git-分支-分支管理 title: Git - 分支和合併的基本用法 url: "/book/zh-tw/v2/使用-Git-分支-分支和合併的基本用法.html" +aliases: +- "/book/zh-tw/Git-Branching-Basic-Branching-and-Merging.html" +- "/book/zh-tw/v1/Git-Branching-Basic-Branching-and-Merging.html" ---

分支和合併的基本用法

diff --git "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\267\245\344\275\234\346\265\201\347\250\213.html" "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\267\245\344\275\234\346\265\201\347\250\213.html" index a8124cf000..6e9d7a442f 100644 --- "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\267\245\344\275\234\346\265\201\347\250\213.html" +++ "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\267\245\344\275\234\346\265\201\347\250\213.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/使用-Git-分支-遠端分支 title: Git - 分支工作流程 url: "/book/zh-tw/v2/使用-Git-分支-分支工作流程.html" +aliases: +- "/book/zh-tw/Git-Branching-Branching-Workflows.html" +- "/book/zh-tw/v1/Git-Branching-Branching-Workflows.html" ---

分支工作流程

diff --git "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\241\347\220\206.html" "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\241\347\220\206.html" index e3b563a130..757ab292f2 100644 --- "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\241\347\220\206.html" +++ "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\241\347\220\206.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/使用-Git-分支-分支工作流程 title: Git - 分支管理 url: "/book/zh-tw/v2/使用-Git-分支-分支管理.html" +aliases: +- "/book/zh-tw/Git-Branching-Branch-Management.html" +- "/book/zh-tw/v1/Git-Branching-Branch-Management.html" ---

分支管理

diff --git "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\347\260\241\350\277\260\345\210\206\346\224\257.html" "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\347\260\241\350\277\260\345\210\206\346\224\257.html" index 79301cdcd9..4536d65a49 100644 --- "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\347\260\241\350\277\260\345\210\206\346\224\257.html" +++ "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\347\260\241\350\277\260\345\210\206\346\224\257.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/使用-Git-分支-分支和合併的基本用法 title: Git - 簡述分支 url: "/book/zh-tw/v2/使用-Git-分支-簡述分支.html" +aliases: +- "/book/zh-tw/Git-Branching.html" +- "/book/zh-tw/v1/Git-Branching.html" ---

幾乎每一種版本控制系統(Version Control System,以下簡稱 VCS)都支援某種形式的分支(branch)功能, diff --git "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\347\270\275\347\265\220.html" "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\347\270\275\347\265\220.html" index db9d4ec59b..2fa77f7207 100644 --- "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\347\270\275\347\265\220.html" +++ "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\347\270\275\347\265\220.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/伺服器上的-Git-通訊協定 title: Git - 總結 url: "/book/zh-tw/v2/使用-Git-分支-總結.html" +aliases: +- "/book/zh-tw/Git-Branching-Summary.html" +- "/book/zh-tw/v1/Git-Branching-Summary.html" ---

總結

diff --git "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\350\241\215\345\220\210.html" "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\350\241\215\345\220\210.html" index be492703a5..7aee7f7199 100644 --- "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\350\241\215\345\220\210.html" +++ "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\350\241\215\345\220\210.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/使用-Git-分支-總結 title: Git - 衍合 url: "/book/zh-tw/v2/使用-Git-分支-衍合.html" +aliases: +- "/book/zh-tw/Git-Branching-Rebasing.html" +- "/book/zh-tw/v1/Git-Branching-Rebasing.html" ---

衍合

diff --git "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\351\201\240\347\253\257\345\210\206\346\224\257.html" "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\351\201\240\347\253\257\345\210\206\346\224\257.html" index 1167fbbdc9..14ed534de4 100644 --- "a/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\351\201\240\347\253\257\345\210\206\346\224\257.html" +++ "b/external/book/content/book/zh-tw/v2/\344\275\277\347\224\250-Git-\345\210\206\346\224\257-\351\201\240\347\253\257\345\210\206\346\224\257.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/使用-Git-分支-衍合 title: Git - 遠端分支 url: "/book/zh-tw/v2/使用-Git-分支-遠端分支.html" +aliases: +- "/book/zh-tw/Git-Branching-Remote-Branches.html" +- "/book/zh-tw/v1/Git-Branching-Remote-Branches.html" ---

遠端分支

diff --git "a/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\345\210\206\346\225\243\345\274\217\345\267\245\344\275\234\346\265\201\347\250\213.html" "b/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\345\210\206\346\225\243\345\274\217\345\267\245\344\275\234\346\265\201\347\250\213.html" index e1610e8450..1ef19d0ff5 100644 --- "a/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\345\210\206\346\225\243\345\274\217\345\267\245\344\275\234\346\265\201\347\250\213.html" +++ "b/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\345\210\206\346\225\243\345\274\217\345\267\245\344\275\234\346\265\201\347\250\213.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/分散式的-Git-對專案進行貢獻 title: Git - 分散式工作流程 url: "/book/zh-tw/v2/分散式的-Git-分散式工作流程.html" +aliases: +- "/book/zh-tw/Distributed-Git.html" +- "/book/zh-tw/v1/Distributed-Git.html" ---

Now that you have a remote Git repository set up as a 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/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\345\260\215\345\260\210\346\241\210\351\200\262\350\241\214\350\262\242\347\215\273.html" "b/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\345\260\215\345\260\210\346\241\210\351\200\262\350\241\214\350\262\242\347\215\273.html" index a78fc401ec..397e37b4bd 100644 --- "a/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\345\260\215\345\260\210\346\241\210\351\200\262\350\241\214\350\262\242\347\215\273.html" +++ "b/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\345\260\215\345\260\210\346\241\210\351\200\262\350\241\214\350\262\242\347\215\273.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/分散式的-Git-維護一個專案 title: Git - 對專案進行貢獻 url: "/book/zh-tw/v2/分散式的-Git-對專案進行貢獻.html" +aliases: +- "/book/zh-tw/Distributed-Git-Contributing-to-a-Project.html" +- "/book/zh-tw/v1/Distributed-Git-Contributing-to-a-Project.html" ---

對專案進行貢獻

diff --git "a/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\347\266\255\350\255\267\344\270\200\345\200\213\345\260\210\346\241\210.html" "b/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\347\266\255\350\255\267\344\270\200\345\200\213\345\260\210\346\241\210.html" index 0287fd7593..24713ef71e 100644 --- "a/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\347\266\255\350\255\267\344\270\200\345\200\213\345\260\210\346\241\210.html" +++ "b/external/book/content/book/zh-tw/v2/\345\210\206\346\225\243\345\274\217\347\232\204-Git-\347\266\255\350\255\267\344\270\200\345\200\213\345\260\210\346\241\210.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/分散式的-Git-Summary title: Git - 維護一個專案 url: "/book/zh-tw/v2/分散式的-Git-維護一個專案.html" +aliases: +- "/book/zh-tw/Distributed-Git-Maintaining-a-Project.html" +- "/book/zh-tw/v1/Distributed-Git-Maintaining-a-Project.html" ---

維護一個專案

diff --git "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\345\237\272\347\244\216\350\246\201\351\273\236.html" "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\345\237\272\347\244\216\350\246\201\351\273\236.html" index 1db1bf2009..c22188e361 100644 --- "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\345\237\272\347\244\216\350\246\201\351\273\236.html" +++ "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\345\237\272\347\244\216\350\246\201\351\273\236.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/開始-命令列 title: Git - Git 基礎要點 url: "/book/zh-tw/v2/開始-Git-基礎要點.html" +aliases: +- "/book/zh-tw/開始-Git-基礎要點.html" +- "/book/zh-tw/v1/開始-Git-基礎要點.html" ---

Git 基礎要點

diff --git "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\345\256\211\350\243\235\346\225\231\345\255\270.html" "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\345\256\211\350\243\235\346\225\231\345\255\270.html" index b0acf13976..7a7e9c4a82 100644 --- "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\345\256\211\350\243\235\346\225\231\345\255\270.html" +++ "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\345\256\211\350\243\235\346\225\231\345\255\270.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/開始-初次設定-Git title: Git - Git 安裝教學 url: "/book/zh-tw/v2/開始-Git-安裝教學.html" +aliases: +- "/book/zh-tw/開始-安裝Git.html" +- "/book/zh-tw/v1/開始-安裝Git.html" ---

Git 安裝教學

diff --git "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\347\232\204\347\260\241\345\217\262.html" "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\347\232\204\347\260\241\345\217\262.html" index 81af358ed4..d2efac3354 100644 --- "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\347\232\204\347\260\241\345\217\262.html" +++ "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-Git-\347\232\204\347\260\241\345\217\262.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/開始-Git-基礎要點 title: Git - Git 的簡史 url: "/book/zh-tw/v2/開始-Git-的簡史.html" +aliases: +- "/book/zh-tw/開始-Git-的簡史.html" +- "/book/zh-tw/v1/開始-Git-的簡史.html" ---

Git 的簡史

diff --git "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\345\210\235\346\254\241\350\250\255\345\256\232-Git.html" "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\345\210\235\346\254\241\350\250\255\345\256\232-Git.html" index 28292235b3..5750ff97c6 100644 --- "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\345\210\235\346\254\241\350\250\255\345\256\232-Git.html" +++ "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\345\210\235\346\254\241\350\250\255\345\256\232-Git.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/開始-取得說明文件 title: Git - 初次設定 Git url: "/book/zh-tw/v2/開始-初次設定-Git.html" +aliases: +- "/book/zh-tw/開始-初次設定Git.html" +- "/book/zh-tw/v1/開始-初次設定Git.html" ---

初次設定 Git

diff --git "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\345\217\226\345\276\227\350\252\252\346\230\216\346\226\207\344\273\266.html" "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\345\217\226\345\276\227\350\252\252\346\230\216\346\226\207\344\273\266.html" index 308dcb9851..1e550afd07 100644 --- "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\345\217\226\345\276\227\350\252\252\346\230\216\346\226\207\344\273\266.html" +++ "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\345\217\226\345\276\227\350\252\252\346\230\216\346\226\207\344\273\266.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/開始-摘要 title: Git - 取得說明文件 url: "/book/zh-tw/v2/開始-取得說明文件.html" +aliases: +- "/book/zh-tw/開始-取得說明文件.html" +- "/book/zh-tw/v1/開始-取得說明文件.html" ---

取得說明文件

diff --git "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\346\221\230\350\246\201.html" "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\346\221\230\350\246\201.html" index 070c8f6d44..2f402e07c4 100644 --- "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\346\221\230\350\246\201.html" +++ "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\346\221\230\350\246\201.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/Git-基礎-取得一個-Git-倉儲 title: Git - 摘要 url: "/book/zh-tw/v2/開始-摘要.html" +aliases: +- "/book/zh-tw/開始-總結.html" +- "/book/zh-tw/v1/開始-總結.html" ---

摘要

diff --git "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\351\227\234\346\226\274\347\211\210\346\234\254\346\216\247\345\210\266.html" "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\351\227\234\346\226\274\347\211\210\346\234\254\346\216\247\345\210\266.html" index 28ca4f833a..e212cce62f 100644 --- "a/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\351\227\234\346\226\274\347\211\210\346\234\254\346\216\247\345\210\266.html" +++ "b/external/book/content/book/zh-tw/v2/\351\226\213\345\247\213-\351\227\234\346\226\274\347\211\210\346\234\254\346\216\247\345\210\266.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/開始-Git-的簡史 title: Git - 關於版本控制 url: "/book/zh-tw/v2/開始-關於版本控制.html" +aliases: +- "/book/zh-tw/開始.html" +- "/book/zh-tw/v1/開始.html" ---

本章將介紹 Git 的相關知識。首先將從版本控制工具的背景知識開始,接著是如何在你的系統上運作 Git,而最後則是如何設定它。 閱讀完本章後你應該可以了解為什麼 Git 如此流行、為何你應該使用它,並完成準備工作。

diff --git "a/external/book/content/book/zh-tw/v2/\351\231\204\351\214\204-C:-Git-Commands-Setup-and-Config.html" "b/external/book/content/book/zh-tw/v2/\351\231\204\351\214\204-C:-Git-Commands-Setup-and-Config.html" index 56fdd3e40e..8e0b4f96bd 100644 --- "a/external/book/content/book/zh-tw/v2/\351\231\204\351\214\204-C:-Git-Commands-Setup-and-Config.html" +++ "b/external/book/content/book/zh-tw/v2/\351\231\204\351\214\204-C:-Git-Commands-Setup-and-Config.html" @@ -17,6 +17,9 @@ next: book/zh-tw/v2/附錄-C:-Git-Commands-Getting-and-Creating-Projects title: Git - Setup and Config url: "/book/zh-tw/v2/附錄-C:-Git-Commands-Setup-and-Config.html" +aliases: +- "/book/zh-tw/commands.html" +- "/book/zh-tw/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/zh/v1/_index.html b/external/book/content/book/zh/v1/_index.html new file mode 100644 index 0000000000..8bf65ed205 --- /dev/null +++ b/external/book/content/book/zh/v1/_index.html @@ -0,0 +1,4 @@ +--- +### DO NOT EDIT! Generated by script/update-book2.rb +redirect_to: book/zh/v2 +--- diff --git "a/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\344\275\234\344\270\272\345\256\242\346\210\267\347\253\257\347\232\204-Git.html" "b/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\344\275\234\344\270\272\345\256\242\346\210\267\347\253\257\347\232\204-Git.html" index 75bc265983..2e2d5456b5 100644 --- "a/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\344\275\234\344\270\272\345\256\242\346\210\267\347\253\257\347\232\204-Git.html" +++ "b/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\344\275\234\344\270\272\345\256\242\346\210\267\347\253\257\347\232\204-Git.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-与其他系统-迁移到-Git title: Git - 作为客户端的 Git url: "/book/zh/v2/Git-与其他系统-作为客户端的-Git.html" +aliases: +- "/book/zh/Git-与其他系统.html" +- "/book/zh/v1/Git-与其他系统.html" ---

现实并不总是尽如人意。 通常,你不能立刻就把接触到的每一个项目都切换到 Git。 diff --git "a/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\346\200\273\347\273\223.html" "b/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\346\200\273\347\273\223.html" index 89425d88da..82e88fdeff 100644 --- "a/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\346\200\273\347\273\223.html" +++ "b/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\346\200\273\347\273\223.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-内部原理-底层命令与上层命令 title: Git - 总结 url: "/book/zh/v2/Git-与其他系统-总结.html" +aliases: +- "/book/zh/Git-与其他系统-总结.html" +- "/book/zh/v1/Git-与其他系统-总结.html" ---

总结

diff --git "a/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\350\277\201\347\247\273\345\210\260-Git.html" "b/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\350\277\201\347\247\273\345\210\260-Git.html" index 50a7f93bc6..c93c5e7c37 100644 --- "a/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\350\277\201\347\247\273\345\210\260-Git.html" +++ "b/external/book/content/book/zh/v2/Git-\344\270\216\345\205\266\344\273\226\347\263\273\347\273\237-\350\277\201\347\247\273\345\210\260-Git.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-与其他系统-总结 title: Git - 迁移到 Git url: "/book/zh/v2/Git-与其他系统-迁移到-Git.html" +aliases: +- "/book/zh/Git-与其他系统-迁移到-Git.html" +- "/book/zh/v1/Git-与其他系统-迁移到-Git.html" ---

迁移到 Git

diff --git "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-Git-\345\257\271\350\261\241.html" "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-Git-\345\257\271\350\261\241.html" index fc4f4840d1..6324ed5754 100644 --- "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-Git-\345\257\271\350\261\241.html" +++ "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-Git-\345\257\271\350\261\241.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-内部原理-Git-引用 title: Git - Git 对象 url: "/book/zh/v2/Git-内部原理-Git-对象.html" +aliases: +- "/book/zh/Git-内部原理-Git-对象.html" +- "/book/zh/v1/Git-内部原理-Git-对象.html" ---

Git 对象

diff --git "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-Git-\345\274\225\347\224\250.html" "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-Git-\345\274\225\347\224\250.html" index 96c3b69476..e6758994a1 100644 --- "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-Git-\345\274\225\347\224\250.html" +++ "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-Git-\345\274\225\347\224\250.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-内部原理-包文件 title: Git - Git 引用 url: "/book/zh/v2/Git-内部原理-Git-引用.html" +aliases: +- "/book/zh/Git-内部原理-Packfiles.html" +- "/book/zh/v1/Git-内部原理-Packfiles.html" ---

Git 引用

diff --git "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\344\274\240\350\276\223\345\215\217\350\256\256.html" "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\344\274\240\350\276\223\345\215\217\350\256\256.html" index 1831fa467c..c3929951f1 100644 --- "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\344\274\240\350\276\223\345\215\217\350\256\256.html" +++ "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\344\274\240\350\276\223\345\215\217\350\256\256.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-内部原理-维护与数据恢复 title: Git - 传输协议 url: "/book/zh/v2/Git-内部原理-传输协议.html" +aliases: +- "/book/zh/Git-内部原理-维护及数据恢复.html" +- "/book/zh/v1/Git-内部原理-维护及数据恢复.html" ---

传输协议

diff --git "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\214\205\346\226\207\344\273\266.html" "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\214\205\346\226\207\344\273\266.html" index c58a518099..aad9051e74 100644 --- "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\214\205\346\226\207\344\273\266.html" +++ "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\214\205\346\226\207\344\273\266.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-内部原理-引用规范 title: Git - 包文件 url: "/book/zh/v2/Git-内部原理-包文件.html" +aliases: +- "/book/zh/Git-内部原理-The-Refspec.html" +- "/book/zh/v1/Git-内部原理-The-Refspec.html" ---

包文件

diff --git "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\272\225\345\261\202\345\221\275\344\273\244\344\270\216\344\270\212\345\261\202\345\221\275\344\273\244.html" "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\272\225\345\261\202\345\221\275\344\273\244\344\270\216\344\270\212\345\261\202\345\221\275\344\273\244.html" index e4b553fd18..5097073ed0 100644 --- "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\272\225\345\261\202\345\221\275\344\273\244\344\270\216\344\270\212\345\261\202\345\221\275\344\273\244.html" +++ "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\272\225\345\261\202\345\221\275\344\273\244\344\270\216\344\270\212\345\261\202\345\221\275\344\273\244.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-内部原理-Git-对象 title: Git - 底层命令与上层命令 url: "/book/zh/v2/Git-内部原理-底层命令与上层命令.html" +aliases: +- "/book/zh/Git-内部原理.html" +- "/book/zh/v1/Git-内部原理.html" ---

无论是从之前的章节直接跳到本章,还是读完了其余章节一直到这——你都将在本章见识到 Git 的内部工作原理和实现方式。 我们认为学习这部分内容对于理解 Git 的用途和强大至关重要。不过也有人认为这些内容对于初学者而言可能难以理解且过于复杂。 diff --git "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\274\225\347\224\250\350\247\204\350\214\203.html" "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\274\225\347\224\250\350\247\204\350\214\203.html" index a8f01f5f85..7e6f3a1b43 100644 --- "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\274\225\347\224\250\350\247\204\350\214\203.html" +++ "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\345\274\225\347\224\250\350\247\204\350\214\203.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-内部原理-传输协议 title: Git - 引用规范 url: "/book/zh/v2/Git-内部原理-引用规范.html" +aliases: +- "/book/zh/Git-内部原理-传输协议.html" +- "/book/zh/v1/Git-内部原理-传输协议.html" ---

引用规范

diff --git "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\347\273\264\346\212\244\344\270\216\346\225\260\346\215\256\346\201\242\345\244\215.html" "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\347\273\264\346\212\244\344\270\216\346\225\260\346\215\256\346\201\242\345\244\215.html" index fef6d222ea..c7c058fcab 100644 --- "a/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\347\273\264\346\212\244\344\270\216\346\225\260\346\215\256\346\201\242\345\244\215.html" +++ "b/external/book/content/book/zh/v2/Git-\345\206\205\351\203\250\345\216\237\347\220\206-\347\273\264\346\212\244\344\270\216\346\225\260\346\215\256\346\201\242\345\244\215.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-内部原理-环境变量 title: Git - 维护与数据恢复 url: "/book/zh/v2/Git-内部原理-维护与数据恢复.html" +aliases: +- "/book/zh/Git-内部原理-总结.html" +- "/book/zh/v1/Git-内部原理-总结.html" ---

维护与数据恢复

diff --git "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\274\200\345\217\221\345\267\245\344\275\234\346\265\201.html" "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\274\200\345\217\221\345\267\245\344\275\234\346\265\201.html" index bf829c89cc..ee61debe94 100644 --- "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\274\200\345\217\221\345\267\245\344\275\234\346\265\201.html" +++ "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\345\274\200\345\217\221\345\267\245\344\275\234\346\265\201.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-分支-远程分支 title: Git - 分支开发工作流 url: "/book/zh/v2/Git-分支-分支开发工作流.html" +aliases: +- "/book/zh/Git-分支-利用分支进行开发的工作流程.html" +- "/book/zh/v1/Git-分支-利用分支进行开发的工作流程.html" ---

分支开发工作流

diff --git "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\232\204\346\226\260\345\273\272\344\270\216\345\220\210\345\271\266.html" "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\232\204\346\226\260\345\273\272\344\270\216\345\220\210\345\271\266.html" index a3a38da560..9f9c08a5a7 100644 --- "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\232\204\346\226\260\345\273\272\344\270\216\345\220\210\345\271\266.html" +++ "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\232\204\346\226\260\345\273\272\344\270\216\345\220\210\345\271\266.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-分支-分支管理 title: Git - 分支的新建与合并 url: "/book/zh/v2/Git-分支-分支的新建与合并.html" +aliases: +- "/book/zh/Git-分支-分支的新建与合并.html" +- "/book/zh/v1/Git-分支-分支的新建与合并.html" ---

分支的新建与合并

diff --git "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\200\344\273\213.html" "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\200\344\273\213.html" index 47d7ea45c9..3659b4b4d4 100644 --- "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\200\344\273\213.html" +++ "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\200\344\273\213.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-分支-分支的新建与合并 title: Git - 分支简介 url: "/book/zh/v2/Git-分支-分支简介.html" +aliases: +- "/book/zh/Git-分支.html" +- "/book/zh/v1/Git-分支.html" ---

几乎所有的版本控制系统都以某种形式支持分支。 diff --git "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\241\347\220\206.html" "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\241\347\220\206.html" index edfb068d71..7340eb22dd 100644 --- "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\241\347\220\206.html" +++ "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\210\206\346\224\257\347\256\241\347\220\206.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-分支-分支开发工作流 title: Git - 分支管理 url: "/book/zh/v2/Git-分支-分支管理.html" +aliases: +- "/book/zh/Git-分支-分支的管理.html" +- "/book/zh/v1/Git-分支-分支的管理.html" ---

分支管理

diff --git "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\217\230\345\237\272.html" "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\217\230\345\237\272.html" index 32d7104f87..f539e5d2b8 100644 --- "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\217\230\345\237\272.html" +++ "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\345\217\230\345\237\272.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-分支-总结 title: Git - 变基 url: "/book/zh/v2/Git-分支-变基.html" +aliases: +- "/book/zh/Git-分支-分支的衍合.html" +- "/book/zh/v1/Git-分支-分支的衍合.html" ---

变基

diff --git "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\346\200\273\347\273\223.html" "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\346\200\273\347\273\223.html" index 5e83a6ebe5..290f44dabb 100644 --- "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\346\200\273\347\273\223.html" +++ "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\346\200\273\347\273\223.html" @@ -17,6 +17,9 @@ next: book/zh/v2/服务器上的-Git-协议 title: Git - 总结 url: "/book/zh/v2/Git-分支-总结.html" +aliases: +- "/book/zh/Git-分支-小结.html" +- "/book/zh/v1/Git-分支-小结.html" ---

总结

diff --git "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\350\277\234\347\250\213\345\210\206\346\224\257.html" "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\350\277\234\347\250\213\345\210\206\346\224\257.html" index 7c446c59d4..2eb7bfebfe 100644 --- "a/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\350\277\234\347\250\213\345\210\206\346\224\257.html" +++ "b/external/book/content/book/zh/v2/Git-\345\210\206\346\224\257-\350\277\234\347\250\213\345\210\206\346\224\257.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-分支-变基 title: Git - 远程分支 url: "/book/zh/v2/Git-分支-远程分支.html" +aliases: +- "/book/zh/Git-分支-远程分支.html" +- "/book/zh/v1/Git-分支-远程分支.html" ---

远程分支

diff --git "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-Git-\345\210\253\345\220\215.html" "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-Git-\345\210\253\345\220\215.html" index b11f820f69..09f20646fa 100644 --- "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-Git-\345\210\253\345\220\215.html" +++ "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-Git-\345\210\253\345\220\215.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-基础-总结 title: Git - Git 别名 url: "/book/zh/v2/Git-基础-Git-别名.html" +aliases: +- "/book/zh/Git-基础-技巧和窍门.html" +- "/book/zh/v1/Git-基础-技巧和窍门.html" ---

Git 别名

diff --git "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\200\273\347\273\223.html" "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\200\273\347\273\223.html" index 758b4d5260..122058b201 100644 --- "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\200\273\347\273\223.html" +++ "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\200\273\347\273\223.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-分支-分支简介 title: Git - 总结 url: "/book/zh/v2/Git-基础-总结.html" +aliases: +- "/book/zh/Git-基础-小结.html" +- "/book/zh/v1/Git-基础-小结.html" ---

总结

diff --git "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\211\223\346\240\207\347\255\276.html" "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\211\223\346\240\207\347\255\276.html" index 3faf602480..1dc46af2ce 100644 --- "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\211\223\346\240\207\347\255\276.html" +++ "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\211\223\346\240\207\347\255\276.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-基础-Git-别名 title: Git - 打标签 url: "/book/zh/v2/Git-基础-打标签.html" +aliases: +- "/book/zh/Git-基础-打标签.html" +- "/book/zh/v1/Git-基础-打标签.html" ---

打标签

diff --git "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\222\244\346\266\210\346\223\215\344\275\234.html" "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\222\244\346\266\210\346\223\215\344\275\234.html" index 1fd200d428..9bf1b67ab6 100644 --- "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\222\244\346\266\210\346\223\215\344\275\234.html" +++ "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\222\244\346\266\210\346\223\215\344\275\234.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-基础-远程仓库的使用 title: Git - 撤消操作 url: "/book/zh/v2/Git-基础-撤消操作.html" +aliases: +- "/book/zh/Git-基础-撤消操作.html" +- "/book/zh/v1/Git-基础-撤消操作.html" ---

撤消操作

diff --git "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\237\245\347\234\213\346\217\220\344\272\244\345\216\206\345\217\262.html" "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\237\245\347\234\213\346\217\220\344\272\244\345\216\206\345\217\262.html" index eabc95cba5..05193a527f 100644 --- "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\237\245\347\234\213\346\217\220\344\272\244\345\216\206\345\217\262.html" +++ "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\346\237\245\347\234\213\346\217\220\344\272\244\345\216\206\345\217\262.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-基础-撤消操作 title: Git - 查看提交历史 url: "/book/zh/v2/Git-基础-查看提交历史.html" +aliases: +- "/book/zh/Git-基础-查看提交历史.html" +- "/book/zh/v1/Git-基础-查看提交历史.html" ---

查看提交历史

diff --git "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\216\267\345\217\226-Git-\344\273\223\345\272\223.html" "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\216\267\345\217\226-Git-\344\273\223\345\272\223.html" index e47c9472e7..5ba757eb3b 100644 --- "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\216\267\345\217\226-Git-\344\273\223\345\272\223.html" +++ "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\216\267\345\217\226-Git-\344\273\223\345\272\223.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-基础-记录每次更新到仓库 title: Git - 获取 Git 仓库 url: "/book/zh/v2/Git-基础-获取-Git-仓库.html" +aliases: +- "/book/zh/Git-基础.html" +- "/book/zh/v1/Git-基础.html" ---

如果你只想通过阅读一章来学习 Git,那么本章将是你的不二选择。 本章涵盖了你在使用 Git 完成各种工作时将会用到的各种基本命令。 diff --git "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\256\260\345\275\225\346\257\217\346\254\241\346\233\264\346\226\260\345\210\260\344\273\223\345\272\223.html" "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\256\260\345\275\225\346\257\217\346\254\241\346\233\264\346\226\260\345\210\260\344\273\223\345\272\223.html" index 6159248b96..e435c267ef 100644 --- "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\256\260\345\275\225\346\257\217\346\254\241\346\233\264\346\226\260\345\210\260\344\273\223\345\272\223.html" +++ "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\256\260\345\275\225\346\257\217\346\254\241\346\233\264\346\226\260\345\210\260\344\273\223\345\272\223.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-基础-查看提交历史 title: Git - 记录每次更新到仓库 url: "/book/zh/v2/Git-基础-记录每次更新到仓库.html" +aliases: +- "/book/zh/Git-基础-记录每次更新到仓库.html" +- "/book/zh/v1/Git-基础-记录每次更新到仓库.html" ---

记录每次更新到仓库

diff --git "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\277\234\347\250\213\344\273\223\345\272\223\347\232\204\344\275\277\347\224\250.html" "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\277\234\347\250\213\344\273\223\345\272\223\347\232\204\344\275\277\347\224\250.html" index 0b7967ad83..8716386994 100644 --- "a/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\277\234\347\250\213\344\273\223\345\272\223\347\232\204\344\275\277\347\224\250.html" +++ "b/external/book/content/book/zh/v2/Git-\345\237\272\347\241\200-\350\277\234\347\250\213\344\273\223\345\272\223\347\232\204\344\275\277\347\224\250.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-基础-打标签 title: Git - 远程仓库的使用 url: "/book/zh/v2/Git-基础-远程仓库的使用.html" +aliases: +- "/book/zh/Git-基础-远程仓库的使用.html" +- "/book/zh/v1/Git-基础-远程仓库的使用.html" ---

远程仓库的使用

diff --git "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\344\272\244\344\272\222\345\274\217\346\232\202\345\255\230.html" "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\344\272\244\344\272\222\345\274\217\346\232\202\345\255\230.html" index ef121731a8..b611f3374e 100644 --- "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\344\272\244\344\272\222\345\274\217\346\232\202\345\255\230.html" +++ "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\344\272\244\344\272\222\345\274\217\346\232\202\345\255\230.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-工具-贮藏与清理 title: Git - 交互式暂存 url: "/book/zh/v2/Git-工具-交互式暂存.html" +aliases: +- "/book/zh/Git-工具-交互式暂存.html" +- "/book/zh/v1/Git-工具-交互式暂存.html" ---

交互式暂存

diff --git "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\344\275\277\347\224\250-Git-\350\260\203\350\257\225.html" "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\344\275\277\347\224\250-Git-\350\260\203\350\257\225.html" index bfedc29d86..cb0c2d7f63 100644 --- "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\344\275\277\347\224\250-Git-\350\260\203\350\257\225.html" +++ "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\344\275\277\347\224\250-Git-\350\260\203\350\257\225.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-工具-子模块 title: Git - 使用 Git 调试 url: "/book/zh/v2/Git-工具-使用-Git-调试.html" +aliases: +- "/book/zh/Git-工具-使用-Git-调试.html" +- "/book/zh/v1/Git-工具-使用-Git-调试.html" ---

使用 Git 调试

diff --git "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\345\255\220\346\250\241\345\235\227.html" "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\345\255\220\346\250\241\345\235\227.html" index 4002c2d33c..50ef8d04ed 100644 --- "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\345\255\220\346\250\241\345\235\227.html" +++ "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\345\255\220\346\250\241\345\235\227.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-工具-打包 title: Git - 子模块 url: "/book/zh/v2/Git-工具-子模块.html" +aliases: +- "/book/zh/Git-工具-子模块.html" +- "/book/zh/v1/Git-工具-子模块.html" ---

子模块

diff --git "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\346\200\273\347\273\223.html" "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\346\200\273\347\273\223.html" index 2f6d46bddb..a2d88494ef 100644 --- "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\346\200\273\347\273\223.html" +++ "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\346\200\273\347\273\223.html" @@ -17,6 +17,9 @@ next: book/zh/v2/自定义-Git-配置-Git title: Git - 总结 url: "/book/zh/v2/Git-工具-总结.html" +aliases: +- "/book/zh/Git-工具-总结.html" +- "/book/zh/v1/Git-工具-总结.html" ---

总结

diff --git "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\350\264\256\350\227\217\344\270\216\346\270\205\347\220\206.html" "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\350\264\256\350\227\217\344\270\216\346\270\205\347\220\206.html" index 10e0a31759..736da2d566 100644 --- "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\350\264\256\350\227\217\344\270\216\346\270\205\347\220\206.html" +++ "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\350\264\256\350\227\217\344\270\216\346\270\205\347\220\206.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-工具-签署工作 title: Git - 贮藏与清理 url: "/book/zh/v2/Git-工具-贮藏与清理.html" +aliases: +- "/book/zh/Git-工具-储藏(Stashing).html" +- "/book/zh/v1/Git-工具-储藏(Stashing).html" ---

贮藏与清理

diff --git "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\351\200\211\346\213\251\344\277\256\350\256\242\347\211\210\346\234\254.html" "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\351\200\211\346\213\251\344\277\256\350\256\242\347\211\210\346\234\254.html" index cbb8304ae9..7179471d81 100644 --- "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\351\200\211\346\213\251\344\277\256\350\256\242\347\211\210\346\234\254.html" +++ "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\351\200\211\346\213\251\344\277\256\350\256\242\347\211\210\346\234\254.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-工具-交互式暂存 title: Git - 选择修订版本 url: "/book/zh/v2/Git-工具-选择修订版本.html" +aliases: +- "/book/zh/Git-工具.html" +- "/book/zh/v1/Git-工具.html" ---

现在,你已经学习了管理或者维护 Git 仓库、实现代码控制所需的大多数日常命令和工作流程。 你已经尝试了跟踪和提交文件的基本操作,并且掌握了暂存区和轻量级地分支及合并的威力。

接下来你将学习一些 Git 的强大功能,这些功能你可能并不会在日常操作中使用,但在某些时候你可能会需要。

diff --git "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\351\207\215\345\206\231\345\216\206\345\217\262.html" "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\351\207\215\345\206\231\345\216\206\345\217\262.html" index bcf3726db1..ee0c002b5c 100644 --- "a/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\351\207\215\345\206\231\345\216\206\345\217\262.html" +++ "b/external/book/content/book/zh/v2/Git-\345\267\245\345\205\267-\351\207\215\345\206\231\345\216\206\345\217\262.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-工具-重置揭密 title: Git - 重写历史 url: "/book/zh/v2/Git-工具-重写历史.html" +aliases: +- "/book/zh/Git-工具-重写历史.html" +- "/book/zh/v1/Git-工具-重写历史.html" ---

重写历史

diff --git a/external/book/content/book/zh/v2/_index.html b/external/book/content/book/zh/v2/_index.html index 51baeba50d..e98e83cefe 100644 --- a/external/book/content/book/zh/v2/_index.html +++ b/external/book/content/book/zh/v2/_index.html @@ -13,5 +13,6 @@ url: "/book/zh/v2.html" aliases: - "/book/zh/v2/index.html" +- "/book/zh/v1/index.html" - "/book/zh/index.html" --- diff --git "a/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\345\210\206\345\270\203\345\274\217\345\267\245\344\275\234\346\265\201\347\250\213.html" "b/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\345\210\206\345\270\203\345\274\217\345\267\245\344\275\234\346\265\201\347\250\213.html" index 05449462dd..955939e17d 100644 --- "a/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\345\210\206\345\270\203\345\274\217\345\267\245\344\275\234\346\265\201\347\250\213.html" +++ "b/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\345\210\206\345\270\203\345\274\217\345\267\245\344\275\234\346\265\201\347\250\213.html" @@ -17,6 +17,9 @@ next: book/zh/v2/分布式-Git-向一个项目贡献 title: Git - 分布式工作流程 url: "/book/zh/v2/分布式-Git-分布式工作流程.html" +aliases: +- "/book/zh/分布式-Git.html" +- "/book/zh/v1/分布式-Git.html" ---

你现在拥有了一个远程 Git 版本库,能为所有开发者共享代码提供服务,在一个本地工作流程下,你也已经熟悉了基本 Git 命令。你现在可以学习如何利用 Git 提供的一些分布式工作流程了。

这一章中,你将会学习如何作为贡献者或整合者,在一个分布式协作的环境中使用 Git。 diff --git "a/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\345\220\221\344\270\200\344\270\252\351\241\271\347\233\256\350\264\241\347\214\256.html" "b/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\345\220\221\344\270\200\344\270\252\351\241\271\347\233\256\350\264\241\347\214\256.html" index 1892ed4c6a..bfbce274c1 100644 --- "a/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\345\220\221\344\270\200\344\270\252\351\241\271\347\233\256\350\264\241\347\214\256.html" +++ "b/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\345\220\221\344\270\200\344\270\252\351\241\271\347\233\256\350\264\241\347\214\256.html" @@ -17,6 +17,9 @@ next: book/zh/v2/分布式-Git-维护项目 title: Git - 向一个项目贡献 url: "/book/zh/v2/分布式-Git-向一个项目贡献.html" +aliases: +- "/book/zh/分布式-Git-为项目作贡献.html" +- "/book/zh/v1/分布式-Git-为项目作贡献.html" ---

向一个项目贡献

diff --git "a/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\347\273\264\346\212\244\351\241\271\347\233\256.html" "b/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\347\273\264\346\212\244\351\241\271\347\233\256.html" index 5c8ecd0a7a..cec24ea77e 100644 --- "a/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\347\273\264\346\212\244\351\241\271\347\233\256.html" +++ "b/external/book/content/book/zh/v2/\345\210\206\345\270\203\345\274\217-Git-\347\273\264\346\212\244\351\241\271\347\233\256.html" @@ -17,6 +17,9 @@ next: book/zh/v2/分布式-Git-总结 title: Git - 维护项目 url: "/book/zh/v2/分布式-Git-维护项目.html" +aliases: +- "/book/zh/分布式-Git-项目的管理.html" +- "/book/zh/v1/分布式-Git-项目的管理.html" ---

维护项目

diff --git "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-Git-\345\256\210\346\212\244\350\277\233\347\250\213.html" "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-Git-\345\256\210\346\212\244\350\277\233\347\250\213.html" index ae3c4e7abc..53f5ff8f83 100644 --- "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-Git-\345\256\210\346\212\244\350\277\233\347\250\213.html" +++ "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-Git-\345\256\210\346\212\244\350\277\233\347\250\213.html" @@ -17,6 +17,9 @@ next: book/zh/v2/服务器上的-Git-Smart-HTTP title: Git - Git 守护进程 url: "/book/zh/v2/服务器上的-Git-Git-守护进程.html" +aliases: +- "/book/zh/服务器上的-Git-Git-守护进程.html" +- "/book/zh/v1/服务器上的-Git-Git-守护进程.html" ---

Git 守护进程

diff --git "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\345\215\217\350\256\256.html" "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\345\215\217\350\256\256.html" index da44da24e5..67b674ad0c 100644 --- "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\345\215\217\350\256\256.html" +++ "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\345\215\217\350\256\256.html" @@ -17,6 +17,9 @@ next: book/zh/v2/服务器上的-Git-在服务器上搭建-Git title: Git - 协议 url: "/book/zh/v2/服务器上的-Git-协议.html" +aliases: +- "/book/zh/服务器上的-Git.html" +- "/book/zh/v1/服务器上的-Git.html" ---

到目前为止,你应该已经有办法使用 Git 来完成日常工作。 diff --git "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\345\234\250\346\234\215\345\212\241\345\231\250\344\270\212\346\220\255\345\273\272-Git.html" "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\345\234\250\346\234\215\345\212\241\345\231\250\344\270\212\346\220\255\345\273\272-Git.html" index 9c9a425c16..288ffe11ea 100644 --- "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\345\234\250\346\234\215\345\212\241\345\231\250\344\270\212\346\220\255\345\273\272-Git.html" +++ "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\345\234\250\346\234\215\345\212\241\345\231\250\344\270\212\346\220\255\345\273\272-Git.html" @@ -17,6 +17,9 @@ next: book/zh/v2/服务器上的-Git-生成-SSH-公钥 title: Git - 在服务器上搭建 Git url: "/book/zh/v2/服务器上的-Git-在服务器上搭建-Git.html" +aliases: +- "/book/zh/服务器上的-Git-在服务器上部署-Git.html" +- "/book/zh/v1/服务器上的-Git-在服务器上部署-Git.html" ---

在服务器上搭建 Git

diff --git "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\346\200\273\347\273\223.html" "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\346\200\273\347\273\223.html" index 84db12c943..b9ddc7d006 100644 --- "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\346\200\273\347\273\223.html" +++ "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\346\200\273\347\273\223.html" @@ -17,6 +17,9 @@ next: book/zh/v2/分布式-Git-分布式工作流程 title: Git - 总结 url: "/book/zh/v2/服务器上的-Git-总结.html" +aliases: +- "/book/zh/服务器上的-Git-小结.html" +- "/book/zh/v1/服务器上的-Git-小结.html" ---

总结

diff --git "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\347\224\237\346\210\220-SSH-\345\205\254\351\222\245.html" "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\347\224\237\346\210\220-SSH-\345\205\254\351\222\245.html" index d79a04de2a..5299483fcd 100644 --- "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\347\224\237\346\210\220-SSH-\345\205\254\351\222\245.html" +++ "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\347\224\237\346\210\220-SSH-\345\205\254\351\222\245.html" @@ -17,6 +17,9 @@ next: book/zh/v2/服务器上的-Git-配置服务器 title: Git - 生成 SSH 公钥 url: "/book/zh/v2/服务器上的-Git-生成-SSH-公钥.html" +aliases: +- "/book/zh/服务器上的-Git-生成-SSH-公钥.html" +- "/book/zh/v1/服务器上的-Git-生成-SSH-公钥.html" ---

生成 SSH 公钥

diff --git "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\347\254\254\344\270\211\346\226\271\346\211\230\347\256\241\347\232\204\351\200\211\346\213\251.html" "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\347\254\254\344\270\211\346\226\271\346\211\230\347\256\241\347\232\204\351\200\211\346\213\251.html" index 2c5f43a2c4..c911d064e7 100644 --- "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\347\254\254\344\270\211\346\226\271\346\211\230\347\256\241\347\232\204\351\200\211\346\213\251.html" +++ "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\347\254\254\344\270\211\346\226\271\346\211\230\347\256\241\347\232\204\351\200\211\346\213\251.html" @@ -17,6 +17,9 @@ next: book/zh/v2/服务器上的-Git-总结 title: Git - 第三方托管的选择 url: "/book/zh/v2/服务器上的-Git-第三方托管的选择.html" +aliases: +- "/book/zh/服务器上的-Git-公共访问.html" +- "/book/zh/v1/服务器上的-Git-公共访问.html" ---

第三方托管的选择

diff --git "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\351\205\215\347\275\256\346\234\215\345\212\241\345\231\250.html" "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\351\205\215\347\275\256\346\234\215\345\212\241\345\231\250.html" index 0f03e10d55..f7597f9e2f 100644 --- "a/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\351\205\215\347\275\256\346\234\215\345\212\241\345\231\250.html" +++ "b/external/book/content/book/zh/v2/\346\234\215\345\212\241\345\231\250\344\270\212\347\232\204-Git-\351\205\215\347\275\256\346\234\215\345\212\241\345\231\250.html" @@ -17,6 +17,9 @@ next: book/zh/v2/服务器上的-Git-Git-守护进程 title: Git - 配置服务器 url: "/book/zh/v2/服务器上的-Git-配置服务器.html" +aliases: +- "/book/zh/服务器上的-Git-架设服务器.html" +- "/book/zh/v1/服务器上的-Git-架设服务器.html" ---

配置服务器

diff --git "a/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-Git-\345\261\236\346\200\247.html" "b/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-Git-\345\261\236\346\200\247.html" index ab5795ad44..47e271ec46 100644 --- "a/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-Git-\345\261\236\346\200\247.html" +++ "b/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-Git-\345\261\236\346\200\247.html" @@ -17,6 +17,9 @@ next: book/zh/v2/自定义-Git-Git-钩子 title: Git - Git 属性 url: "/book/zh/v2/自定义-Git-Git-属性.html" +aliases: +- "/book/zh/自定义-Git-Git属性.html" +- "/book/zh/v1/自定义-Git-Git属性.html" ---

Git 属性

diff --git "a/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-Git-\351\222\251\345\255\220.html" "b/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-Git-\351\222\251\345\255\220.html" index 3910004387..7f0ef5b2f7 100644 --- "a/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-Git-\351\222\251\345\255\220.html" +++ "b/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-Git-\351\222\251\345\255\220.html" @@ -17,6 +17,9 @@ next: book/zh/v2/自定义-Git-使用强制策略的一个例子 title: Git - Git 钩子 url: "/book/zh/v2/自定义-Git-Git-钩子.html" +aliases: +- "/book/zh/自定义-Git-Git挂钩.html" +- "/book/zh/v1/自定义-Git-Git挂钩.html" ---

Git 钩子

diff --git "a/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\344\275\277\347\224\250\345\274\272\345\210\266\347\255\226\347\225\245\347\232\204\344\270\200\344\270\252\344\276\213\345\255\220.html" "b/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\344\275\277\347\224\250\345\274\272\345\210\266\347\255\226\347\225\245\347\232\204\344\270\200\344\270\252\344\276\213\345\255\220.html" index cc9b9febff..5a340ed85a 100644 --- "a/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\344\275\277\347\224\250\345\274\272\345\210\266\347\255\226\347\225\245\347\232\204\344\270\200\344\270\252\344\276\213\345\255\220.html" +++ "b/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\344\275\277\347\224\250\345\274\272\345\210\266\347\255\226\347\225\245\347\232\204\344\270\200\344\270\252\344\276\213\345\255\220.html" @@ -17,6 +17,9 @@ next: book/zh/v2/自定义-Git-总结 title: Git - 使用强制策略的一个例子 url: "/book/zh/v2/自定义-Git-使用强制策略的一个例子.html" +aliases: +- "/book/zh/自定义-Git-Git-强制策略实例.html" +- "/book/zh/v1/自定义-Git-Git-强制策略实例.html" ---

使用强制策略的一个例子

diff --git "a/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\346\200\273\347\273\223.html" "b/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\346\200\273\347\273\223.html" index c4e37d0086..3171a5738e 100644 --- "a/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\346\200\273\347\273\223.html" +++ "b/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\346\200\273\347\273\223.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-与其他系统-作为客户端的-Git title: Git - 总结 url: "/book/zh/v2/自定义-Git-总结.html" +aliases: +- "/book/zh/自定义-Git-总结.html" +- "/book/zh/v1/自定义-Git-总结.html" ---

总结

diff --git "a/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\351\205\215\347\275\256-Git.html" "b/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\351\205\215\347\275\256-Git.html" index 5fdf92b1c6..0d49181915 100644 --- "a/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\351\205\215\347\275\256-Git.html" +++ "b/external/book/content/book/zh/v2/\350\207\252\345\256\232\344\271\211-Git-\351\205\215\347\275\256-Git.html" @@ -17,6 +17,9 @@ next: book/zh/v2/自定义-Git-Git-属性 title: Git - 配置 Git url: "/book/zh/v2/自定义-Git-配置-Git.html" +aliases: +- "/book/zh/自定义-Git.html" +- "/book/zh/v1/自定义-Git.html" ---

到目前为止,我们已经阐述了 Git 基本的运作机制和使用方式,介绍了许多 Git 提供的工具来帮助你简单且有效地使用它。 在本章,我们将演示如何借助 Git 的一些重要的配置方法和钩子机制,来满足自定义的需求。 diff --git "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-Git-\346\230\257\344\273\200\344\271\210\357\274\237.html" "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-Git-\346\230\257\344\273\200\344\271\210\357\274\237.html" index 2564e13db9..b3e94162df 100644 --- "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-Git-\346\230\257\344\273\200\344\271\210\357\274\237.html" +++ "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-Git-\346\230\257\344\273\200\344\271\210\357\274\237.html" @@ -17,6 +17,9 @@ next: book/zh/v2/起步-命令行 title: Git - Git 是什么? url: "/book/zh/v2/起步-Git-是什么?.html" +aliases: +- "/book/zh/起步-Git-基础.html" +- "/book/zh/v1/起步-Git-基础.html" ---

Git 是什么?

diff --git "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-Git-\347\256\200\345\217\262.html" "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-Git-\347\256\200\345\217\262.html" index 47bdaeff9a..d9917f4e08 100644 --- "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-Git-\347\256\200\345\217\262.html" +++ "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-Git-\347\256\200\345\217\262.html" @@ -17,6 +17,9 @@ next: book/zh/v2/起步-Git-是什么? title: Git - Git 简史 url: "/book/zh/v2/起步-Git-简史.html" +aliases: +- "/book/zh/起步-Git-简史.html" +- "/book/zh/v1/起步-Git-简史.html" ---

Git 简史

diff --git "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\205\263\344\272\216\347\211\210\346\234\254\346\216\247\345\210\266.html" "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\205\263\344\272\216\347\211\210\346\234\254\346\216\247\345\210\266.html" index 134efa7d79..c13b81a9b6 100644 --- "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\205\263\344\272\216\347\211\210\346\234\254\346\216\247\345\210\266.html" +++ "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\205\263\344\272\216\347\211\210\346\234\254\346\216\247\345\210\266.html" @@ -17,6 +17,9 @@ next: book/zh/v2/起步-Git-简史 title: Git - 关于版本控制 url: "/book/zh/v2/起步-关于版本控制.html" +aliases: +- "/book/zh/起步.html" +- "/book/zh/v1/起步.html" ---

本章为 Git 入门。 我们从介绍版本控制工具的背景知识开始,然后讲解如何在你的系统上运行 Git,最后是关于如何设置 Git 以便开始工作。 diff --git "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\210\235\346\254\241\350\277\220\350\241\214-Git-\345\211\215\347\232\204\351\205\215\347\275\256.html" "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\210\235\346\254\241\350\277\220\350\241\214-Git-\345\211\215\347\232\204\351\205\215\347\275\256.html" index d4a9772e69..c14521680b 100644 --- "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\210\235\346\254\241\350\277\220\350\241\214-Git-\345\211\215\347\232\204\351\205\215\347\275\256.html" +++ "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\210\235\346\254\241\350\277\220\350\241\214-Git-\345\211\215\347\232\204\351\205\215\347\275\256.html" @@ -17,6 +17,9 @@ next: book/zh/v2/起步-获取帮助 title: Git - 初次运行 Git 前的配置 url: "/book/zh/v2/起步-初次运行-Git-前的配置.html" +aliases: +- "/book/zh/起步-初次运行-Git-前的配置.html" +- "/book/zh/v1/起步-初次运行-Git-前的配置.html" ---

初次运行 Git 前的配置

diff --git "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\256\211\350\243\205-Git.html" "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\256\211\350\243\205-Git.html" index 6b9146fc20..65a6336a6d 100644 --- "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\256\211\350\243\205-Git.html" +++ "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-\345\256\211\350\243\205-Git.html" @@ -17,6 +17,9 @@ next: book/zh/v2/起步-初次运行-Git-前的配置 title: Git - 安装 Git url: "/book/zh/v2/起步-安装-Git.html" +aliases: +- "/book/zh/起步-安装-Git.html" +- "/book/zh/v1/起步-安装-Git.html" ---

安装 Git

diff --git "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-\346\200\273\347\273\223.html" "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-\346\200\273\347\273\223.html" index a173dcc898..b06a50cdee 100644 --- "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-\346\200\273\347\273\223.html" +++ "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-\346\200\273\347\273\223.html" @@ -17,6 +17,9 @@ next: book/zh/v2/Git-基础-获取-Git-仓库 title: Git - 总结 url: "/book/zh/v2/起步-总结.html" +aliases: +- "/book/zh/起步-小结.html" +- "/book/zh/v1/起步-小结.html" ---

总结

diff --git "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-\350\216\267\345\217\226\345\270\256\345\212\251.html" "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-\350\216\267\345\217\226\345\270\256\345\212\251.html" index 06ec42a3a7..ba757db333 100644 --- "a/external/book/content/book/zh/v2/\350\265\267\346\255\245-\350\216\267\345\217\226\345\270\256\345\212\251.html" +++ "b/external/book/content/book/zh/v2/\350\265\267\346\255\245-\350\216\267\345\217\226\345\270\256\345\212\251.html" @@ -17,6 +17,9 @@ next: book/zh/v2/起步-总结 title: Git - 获取帮助 url: "/book/zh/v2/起步-获取帮助.html" +aliases: +- "/book/zh/起步-获取帮助.html" +- "/book/zh/v1/起步-获取帮助.html" ---

获取帮助

diff --git "a/external/book/content/book/zh/v2/\351\231\204\345\275\225-C:-Git-\345\221\275\344\273\244-\350\256\276\347\275\256\344\270\216\351\205\215\347\275\256.html" "b/external/book/content/book/zh/v2/\351\231\204\345\275\225-C:-Git-\345\221\275\344\273\244-\350\256\276\347\275\256\344\270\216\351\205\215\347\275\256.html" index e01c53057c..eb25a6c449 100644 --- "a/external/book/content/book/zh/v2/\351\231\204\345\275\225-C:-Git-\345\221\275\344\273\244-\350\256\276\347\275\256\344\270\216\351\205\215\347\275\256.html" +++ "b/external/book/content/book/zh/v2/\351\231\204\345\275\225-C:-Git-\345\221\275\344\273\244-\350\256\276\347\275\256\344\270\216\351\205\215\347\275\256.html" @@ -17,6 +17,9 @@ next: book/zh/v2/附录-C:-Git-命令-获取与创建项目 title: Git - 设置与配置 url: "/book/zh/v2/附录-C:-Git-命令-设置与配置.html" +aliases: +- "/book/zh/commands.html" +- "/book/zh/v1/commands.html" ---

在这一整本书里我们介绍了大量的 Git 命令,并尽可能通过讲故事的方式来介绍它们,慢慢介绍了越来越多的命令。 但是这导致这些命令的示例用法都散落在全书的各处。

在此附录中,我们会将本书中所提到过的命令都过一遍,并根据其用途进行大致分类。 diff --git a/script/book.rb b/script/book.rb index 5c732260a0..0e98ea3386 100644 --- a/script/book.rb +++ b/script/book.rb @@ -133,9 +133,13 @@ def save front_matter["url"] = "/book/#{@language_code}/v#{@edition}.html" front_matter["aliases"] = [ "/book/#{@language_code}/v#{@edition}/index.html", + "/book/#{@language_code}/v1/index.html", "/book/#{@language_code}/index.html" ] - front_matter["aliases"].push("/book/index.html") if @language_code == "en" + if @language_code == "en" + front_matter["aliases"].push("/book/index.html") + front_matter["aliases"].push("/book/v1/index.html") + end front_matter["book"]["front_page"] = true front_matter["book"]["repository_url"] = "https://github.com/#{@@all_books[@language_code]}" front_matter["book"]["sha"] = self.sha @@ -156,14 +160,14 @@ def save end front_matter = { "redirect_to" => "book/#{@language_code}/v#{@edition}" } - File.open(self.absolute_path("../_index.html"), 'w') do |file| - file.write(self.wrap_front_matter(front_matter)) - end + File.write(self.absolute_path("../_index.html"), self.wrap_front_matter(front_matter)) + FileUtils.mkdir_p(self.absolute_path("../v1")) + File.write(self.absolute_path("../v1/_index.html"), self.wrap_front_matter(front_matter)) if @language_code == "en" - File.open(self.absolute_path("../../_index.html"), 'w') do |file| - file.write(self.wrap_front_matter(front_matter)) - end + File.write(self.absolute_path("../../_index.html"), self.wrap_front_matter(front_matter)) + FileUtils.mkdir_p(self.absolute_path("../../v1")) + File.write(self.absolute_path("../../v1/_index.html"), self.wrap_front_matter(front_matter)) end FileUtils.mkdir_p(self.absolute_path("ch00")) @@ -199,6 +203,19 @@ def save end end end + + def book_v1_aliases(cs_number) + if @book_v1_aliases.nil? + path = File.absolute_path(File.join(File.dirname(__FILE__), "..", "data", "book_v1.yml")) + if File.exists?(path) + @book_v1_aliases = YAML.load_file(path)&.[](@language_code) + end + @book_v1_aliases = {} if @book_v1_aliases.nil? + end + return @book_v1_aliases[cs_number]&.flat_map do |title| + return ["/book/#{@language_code}/#{title}.html", "/book/#{@language_code}/v1/#{title}.html"] + end + end end class Chapter @@ -258,6 +275,10 @@ def next_chapter def save # TODO end + + def book_v1_aliases(cs_number) + return @book.book_v1_aliases(cs_number) + end end class Section @@ -299,6 +320,11 @@ def front_matter ] end end + v1_aliases = @chapter.book_v1_aliases(self.cs_number) + unless v1_aliases.nil? + front_matter["aliases"] = [] if front_matter["aliases"].nil? + front_matter["aliases"] += v1_aliases + end return front_matter end diff --git a/script/extract-book-v1-urls.rb b/script/extract-book-v1-urls.rb new file mode 100644 index 0000000000..9e3b6dee61 --- /dev/null +++ b/script/extract-book-v1-urls.rb @@ -0,0 +1,90 @@ +#!/usr/bin/ruby + +require "open-uri" +require 'uri' +require 'yaml' + +# This global variable holds a list corresponding to all ProGit v1 chapters +# (which start at chapter 1, i.e. `$v1_to_v2[4]` corresponds to chapter 4, +# that's why `$v1_to_v2[0]` is `nil`). +# +# The entry for each chapter, is a list corresponding to each section (again, +# starting at 1, that's why the the first item is `nil`) whose value is the +# "cs_number" (i.e. `.

`) of the _ProGit v2_ book to which +# it should map. +$v1_to_v2 = [ + nil, + [nil, "1.1", "1.2", "1.3", "1.5", "1.6", "1.7", "1.8"], + [nil, "2.1", "2.2", "2.3", "2.4", "2.5", "2.6", "2.7", "2.8"], + [nil, "3.1", "3.2", "3.3", "3.4", "3.5", "3.6", "3.7"], + [nil, "4.1", "4.2", "4.3", "4.4", "4.9", "4.9", "4.9", "4.9", "4.5", "4.9", "4.10"], + [nil, "5.1", "5.2", "5.3"], + [nil, "7.1", "7.2", "7.3", "7.6", "7.10", "7.11", "7.1", "7.15"], + [nil, "8.1", "8.2", "8.3", "8.4", "8.5"], + [nil, "9.1", "9.2", "9.3"], + [nil, "10.1", "10.2", "10.2", "10.3", "10.4", "10.5", "10.6", "10.7", "10.9"] +] + +$mapping = {} +$translations = [] + +def retrieve_mapping(language) + puts "Retrieving TOC for #{language}" + cached = "cached.book-toc.#{language}.html" + if File.exists?(cached) + html = File.read(cached) + else + html = URI.parse("https://web.archive.org/web/20140109005424/http://git-scm.com/book/#{language}/").read + File.write(cached, html) + end + lines = html.split("\n") + + # parse translations + if language == "en" + skip = true + lines.each do |line| + if skip + skip = false if line.include? "This book is translated into" + elsif line =~ // + $translations << $1 + elsif line.include?("") + else + if line.include?("
") + skip = true + else + if line =~ /

(\d+)\./ + # map v1 to v2 + cs_number = $v1_to_v2[$1.to_i][1] + elsif line =~ /^\s*(\d+\.\d+)\s*$/ + chapter_v1, section_v1 = $1.split(".") + # map v1 to v2 + cs_number = $v1_to_v2[chapter_v1.to_i][section_v1.to_i] + elsif line =~ />Index of Commands