Skip to content

Commit 291f0b4

Browse files
authored
Merge pull request #18 from progit/book/translation/sections-overview
2 parents 0c030a9 + d3e505e commit 291f0b4

18 files changed

Lines changed: 400 additions & 417 deletions

.idea/workspace.xml

Lines changed: 50 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

A-git-in-other-environments.asc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[[A-git-in-other-environments]]
22
[appendix]
3-
== Git in Other Environments
3+
== گیت در محیط‌های دیگر (Git in Other Environments)
44

5-
If you read through the whole book, you've learned a lot about how to use Git at the command line.
6-
You can work with local files, connect your repository to others over a network, and work effectively with others.
7-
But the story doesn't end there; Git is usually used as part of a larger ecosystem, and the terminal isn't always the best way to work with it.
8-
Now we'll take a look at some of the other kinds of environments where Git can be useful, and how other applications (including yours) work alongside Git.
5+
اگر کل کتاب را خوانده باشید، چیزهای زیادی دربارهٔ استفاده از گیت از طریق خط فرمان آموخته‌اید.
6+
می‌توانید با فایل‌های محلی کار کنید، مخزن خود را از طریق شبکه به مخازن دیگر متصل کنید و به‌صورت مؤثر با دیگران همکاری کنید.
7+
اما داستان به همین‌جا ختم نمی‌شود؛ گیت معمولاً بخشی از یک اکوسیستم بزرگ‌تر است و ترمینال همیشه بهترین راه کار با آن نیست.
8+
حال به چند نوع دیگر از محیط‌هایی که گیت در آن‌ها کاربردی است نگاهی می‌اندازیم و بررسی می‌کنیم که چگونه برنامه‌های دیگر (از جمله برنامه‌های شما) در کنار گیت کار می‌کنند.
99

1010
include::book/A-git-in-other-environments/sections/guis.asc[]
1111

@@ -23,6 +23,6 @@ include::book/A-git-in-other-environments/sections/zsh.asc[]
2323

2424
include::book/A-git-in-other-environments/sections/powershell.asc[]
2525

26-
=== Summary
26+
=== خلاصه (Summary)
2727

28-
You've learned how to harness Git's power from inside the tools that you use during your everyday work, and also how to access Git repositories from your own programs.
28+
آموخته‌اید چگونه از قدرت گیت درون ابزارهایی که در کار روزمره‌تان استفاده می‌کنید بهره ببرید و همچنین چگونه به مخازن گیت از طریق برنامه‌های خود دسترسی پیدا کنید.

B-embedding-git-in-your-applications.asc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[[B-embedding-git-in-your-applications]]
22
[appendix]
3-
== Embedding Git in your Applications
3+
== گنجاندن گیت در برنامه‌های شما (Embedding Git in your Applications)
44

5-
If your application is for developers, chances are good that it could benefit from integration with source control.
6-
Even non-developer applications, such as document editors, could potentially benefit from version-control features, and Git's model works very well for many different scenarios.
5+
اگر برنامهٔ شما برای توسعه‌دهندگان است، احتمال زیادی وجود دارد که از یکپارچگی با سیستم کنترل نسخه بهره‌مند شود.
6+
حتی برنامه‌های غیردِولپر، مانند ویرایشگرهای اسناد، نیز می‌توانند از قابلیت‌های کنترل نسخه سود ببرند و مدل گیت برای بسیاری از سناریوها به‌خوبی کار می‌کند.
77

8-
If you need to integrate Git with your application, you have essentially two options: spawn a shell and call the `git` command-line program, or embed a Git library into your application.
9-
Here we'll cover command-line integration and several of the most popular embeddable Git libraries.
8+
اگر لازم است گیت را با برنامهٔ خود یکپارچه کنید، در اصل دو گزینه دارید: یک پوسته (شِل) اجرا کنید و برنامهٔ خط فرمان git را فراخوانی کنید، یا یک کتابخانهٔ گیت را در برنامهٔ خود جاسازی کنید.
9+
در اینجا به یکپارچه‌سازی از طریق خط فرمان و چند مورد از محبوب‌ترین کتابخانه‌های قابل‌جاسازیِ گیت می‌پردازیم.
1010

1111
include::book/B-embedding-git/sections/command-line.asc[]
1212

0 commit comments

Comments
 (0)