├── .gitignore ├── Images ├── chapter five │ ├── 0000364_-_450.png │ ├── benevolent-dictator.png │ ├── centralized_workflow.png │ ├── git-diff-check.png │ ├── integration-manager.png │ ├── large-merges-1.png │ ├── large-merges-2.png │ ├── managed-team-1.png │ ├── managed-team-2.png │ ├── managed-team-3.png │ ├── managed-team-flow.png │ ├── merging-workflows-1.png │ ├── merging-workflows-2.png │ ├── merging-workflows-3.png │ ├── merging-workflows-4.png │ ├── merging-workflows-5.png │ ├── public-small-1.png │ ├── public-small-2.png │ ├── public-small-3.png │ ├── rebasing-1.png │ ├── rebasing-2.png │ ├── small-team-1.png │ ├── small-team-2.png │ ├── small-team-3.png │ ├── small-team-4.png │ ├── small-team-5.png │ ├── small-team-6.png │ ├── small-team-7.png │ └── small-team-flow.png ├── chapter four │ ├── basic-branching-2.png │ ├── gitlab-groups.png │ ├── gitlab-menu.png │ ├── gitlab-users.png │ └── vb-tutorial-image14-94d4c1d5.png ├── chapter one │ ├── areas.png │ ├── centralized.png │ ├── deltas.png │ ├── distributed.png │ ├── git-osx-installer.png │ ├── local.png │ └── snapshots.png ├── chapter seven │ └── double-dot.png ├── chapter six │ ├── 2fa-1.png │ ├── account-settings.png │ ├── avatar-crop.png │ ├── email-settings.png │ ├── forkbutton.png │ ├── signup.png │ ├── ssh-keys.png │ └── your-profile.png ├── chapter three │ ├── advance-master.png │ ├── advance-testing.png │ ├── basic-branching-1.png │ ├── basic-branching-2.png │ ├── basic-branching-3.png │ ├── basic-branching-4.png │ ├── basic-branching-5.png │ ├── basic-branching-6.png │ ├── basic-merging-1.png │ ├── basic-merging-2.png │ ├── basic-rebase-1.png │ ├── basic-rebase-2.png │ ├── basic-rebase-3.png │ ├── basic-rebase-4.png │ ├── branch-and-history.png │ ├── checkout-master.png │ ├── commit-and-tree.png │ ├── commits-and-parents.png │ ├── head-to-master.png │ ├── head-to-testing.png │ ├── interesting-rebase-1.png │ ├── interesting-rebase-2.png │ ├── interesting-rebase-3.png │ ├── interesting-rebase-4.png │ ├── interesting-rebase-5.png │ ├── lr-branches-1.png │ ├── lr-branches-2.png │ ├── perils-of-rebasing-1.png │ ├── perils-of-rebasing-2.png │ ├── perils-of-rebasing-3.png │ ├── perils-of-rebasing-4.png │ ├── perils-of-rebasing-5.png │ ├── remote-branches-1.png │ ├── remote-branches-2.png │ ├── remote-branches-3.png │ ├── remote-branches-4.png │ ├── remote-branches-5.png │ ├── topic-branches-1.png │ ├── topic-branches-2.png │ └── two-branches.png └── chapter two │ └── lifecycle.png ├── Pro Git.docx ├── README.md └── progit-en.1084.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | ~* -------------------------------------------------------------------------------- /Images/chapter five/0000364_-_450.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/0000364_-_450.png -------------------------------------------------------------------------------- /Images/chapter five/benevolent-dictator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/benevolent-dictator.png -------------------------------------------------------------------------------- /Images/chapter five/centralized_workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/centralized_workflow.png -------------------------------------------------------------------------------- /Images/chapter five/git-diff-check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/git-diff-check.png -------------------------------------------------------------------------------- /Images/chapter five/integration-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/integration-manager.png -------------------------------------------------------------------------------- /Images/chapter five/large-merges-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/large-merges-1.png -------------------------------------------------------------------------------- /Images/chapter five/large-merges-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/large-merges-2.png -------------------------------------------------------------------------------- /Images/chapter five/managed-team-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/managed-team-1.png -------------------------------------------------------------------------------- /Images/chapter five/managed-team-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/managed-team-2.png -------------------------------------------------------------------------------- /Images/chapter five/managed-team-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/managed-team-3.png -------------------------------------------------------------------------------- /Images/chapter five/managed-team-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/managed-team-flow.png -------------------------------------------------------------------------------- /Images/chapter five/merging-workflows-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/merging-workflows-1.png -------------------------------------------------------------------------------- /Images/chapter five/merging-workflows-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/merging-workflows-2.png -------------------------------------------------------------------------------- /Images/chapter five/merging-workflows-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/merging-workflows-3.png -------------------------------------------------------------------------------- /Images/chapter five/merging-workflows-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/merging-workflows-4.png -------------------------------------------------------------------------------- /Images/chapter five/merging-workflows-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/merging-workflows-5.png -------------------------------------------------------------------------------- /Images/chapter five/public-small-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/public-small-1.png -------------------------------------------------------------------------------- /Images/chapter five/public-small-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/public-small-2.png -------------------------------------------------------------------------------- /Images/chapter five/public-small-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/public-small-3.png -------------------------------------------------------------------------------- /Images/chapter five/rebasing-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/rebasing-1.png -------------------------------------------------------------------------------- /Images/chapter five/rebasing-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/rebasing-2.png -------------------------------------------------------------------------------- /Images/chapter five/small-team-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/small-team-1.png -------------------------------------------------------------------------------- /Images/chapter five/small-team-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/small-team-2.png -------------------------------------------------------------------------------- /Images/chapter five/small-team-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/small-team-3.png -------------------------------------------------------------------------------- /Images/chapter five/small-team-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/small-team-4.png -------------------------------------------------------------------------------- /Images/chapter five/small-team-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/small-team-5.png -------------------------------------------------------------------------------- /Images/chapter five/small-team-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/small-team-6.png -------------------------------------------------------------------------------- /Images/chapter five/small-team-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/small-team-7.png -------------------------------------------------------------------------------- /Images/chapter five/small-team-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter five/small-team-flow.png -------------------------------------------------------------------------------- /Images/chapter four/basic-branching-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter four/basic-branching-2.png -------------------------------------------------------------------------------- /Images/chapter four/gitlab-groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter four/gitlab-groups.png -------------------------------------------------------------------------------- /Images/chapter four/gitlab-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter four/gitlab-menu.png -------------------------------------------------------------------------------- /Images/chapter four/gitlab-users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter four/gitlab-users.png -------------------------------------------------------------------------------- /Images/chapter four/vb-tutorial-image14-94d4c1d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter four/vb-tutorial-image14-94d4c1d5.png -------------------------------------------------------------------------------- /Images/chapter one/areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter one/areas.png -------------------------------------------------------------------------------- /Images/chapter one/centralized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter one/centralized.png -------------------------------------------------------------------------------- /Images/chapter one/deltas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter one/deltas.png -------------------------------------------------------------------------------- /Images/chapter one/distributed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter one/distributed.png -------------------------------------------------------------------------------- /Images/chapter one/git-osx-installer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter one/git-osx-installer.png -------------------------------------------------------------------------------- /Images/chapter one/local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter one/local.png -------------------------------------------------------------------------------- /Images/chapter one/snapshots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter one/snapshots.png -------------------------------------------------------------------------------- /Images/chapter seven/double-dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter seven/double-dot.png -------------------------------------------------------------------------------- /Images/chapter six/2fa-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter six/2fa-1.png -------------------------------------------------------------------------------- /Images/chapter six/account-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter six/account-settings.png -------------------------------------------------------------------------------- /Images/chapter six/avatar-crop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter six/avatar-crop.png -------------------------------------------------------------------------------- /Images/chapter six/email-settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter six/email-settings.png -------------------------------------------------------------------------------- /Images/chapter six/forkbutton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter six/forkbutton.png -------------------------------------------------------------------------------- /Images/chapter six/signup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter six/signup.png -------------------------------------------------------------------------------- /Images/chapter six/ssh-keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter six/ssh-keys.png -------------------------------------------------------------------------------- /Images/chapter six/your-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter six/your-profile.png -------------------------------------------------------------------------------- /Images/chapter three/advance-master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/advance-master.png -------------------------------------------------------------------------------- /Images/chapter three/advance-testing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/advance-testing.png -------------------------------------------------------------------------------- /Images/chapter three/basic-branching-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-branching-1.png -------------------------------------------------------------------------------- /Images/chapter three/basic-branching-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-branching-2.png -------------------------------------------------------------------------------- /Images/chapter three/basic-branching-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-branching-3.png -------------------------------------------------------------------------------- /Images/chapter three/basic-branching-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-branching-4.png -------------------------------------------------------------------------------- /Images/chapter three/basic-branching-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-branching-5.png -------------------------------------------------------------------------------- /Images/chapter three/basic-branching-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-branching-6.png -------------------------------------------------------------------------------- /Images/chapter three/basic-merging-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-merging-1.png -------------------------------------------------------------------------------- /Images/chapter three/basic-merging-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-merging-2.png -------------------------------------------------------------------------------- /Images/chapter three/basic-rebase-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-rebase-1.png -------------------------------------------------------------------------------- /Images/chapter three/basic-rebase-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-rebase-2.png -------------------------------------------------------------------------------- /Images/chapter three/basic-rebase-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-rebase-3.png -------------------------------------------------------------------------------- /Images/chapter three/basic-rebase-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/basic-rebase-4.png -------------------------------------------------------------------------------- /Images/chapter three/branch-and-history.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/branch-and-history.png -------------------------------------------------------------------------------- /Images/chapter three/checkout-master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/checkout-master.png -------------------------------------------------------------------------------- /Images/chapter three/commit-and-tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/commit-and-tree.png -------------------------------------------------------------------------------- /Images/chapter three/commits-and-parents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/commits-and-parents.png -------------------------------------------------------------------------------- /Images/chapter three/head-to-master.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/head-to-master.png -------------------------------------------------------------------------------- /Images/chapter three/head-to-testing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/head-to-testing.png -------------------------------------------------------------------------------- /Images/chapter three/interesting-rebase-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/interesting-rebase-1.png -------------------------------------------------------------------------------- /Images/chapter three/interesting-rebase-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/interesting-rebase-2.png -------------------------------------------------------------------------------- /Images/chapter three/interesting-rebase-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/interesting-rebase-3.png -------------------------------------------------------------------------------- /Images/chapter three/interesting-rebase-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/interesting-rebase-4.png -------------------------------------------------------------------------------- /Images/chapter three/interesting-rebase-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/interesting-rebase-5.png -------------------------------------------------------------------------------- /Images/chapter three/lr-branches-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/lr-branches-1.png -------------------------------------------------------------------------------- /Images/chapter three/lr-branches-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/lr-branches-2.png -------------------------------------------------------------------------------- /Images/chapter three/perils-of-rebasing-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/perils-of-rebasing-1.png -------------------------------------------------------------------------------- /Images/chapter three/perils-of-rebasing-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/perils-of-rebasing-2.png -------------------------------------------------------------------------------- /Images/chapter three/perils-of-rebasing-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/perils-of-rebasing-3.png -------------------------------------------------------------------------------- /Images/chapter three/perils-of-rebasing-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/perils-of-rebasing-4.png -------------------------------------------------------------------------------- /Images/chapter three/perils-of-rebasing-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/perils-of-rebasing-5.png -------------------------------------------------------------------------------- /Images/chapter three/remote-branches-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/remote-branches-1.png -------------------------------------------------------------------------------- /Images/chapter three/remote-branches-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/remote-branches-2.png -------------------------------------------------------------------------------- /Images/chapter three/remote-branches-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/remote-branches-3.png -------------------------------------------------------------------------------- /Images/chapter three/remote-branches-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/remote-branches-4.png -------------------------------------------------------------------------------- /Images/chapter three/remote-branches-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/remote-branches-5.png -------------------------------------------------------------------------------- /Images/chapter three/topic-branches-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/topic-branches-1.png -------------------------------------------------------------------------------- /Images/chapter three/topic-branches-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/topic-branches-2.png -------------------------------------------------------------------------------- /Images/chapter three/two-branches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter three/two-branches.png -------------------------------------------------------------------------------- /Images/chapter two/lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Images/chapter two/lifecycle.png -------------------------------------------------------------------------------- /Pro Git.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/Pro Git.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/README.md -------------------------------------------------------------------------------- /progit-en.1084.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/odises/ProGitPersianTranslation/HEAD/progit-en.1084.pdf --------------------------------------------------------------------------------