Skip to content

Commit 497c05b

Browse files
committed
Update viewing-history.asc
1 parent c85fb50 commit 497c05b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

book/02-git-basics/sections/viewing-history.asc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ Date: Sat Mar 15 10:31:28 2008 -0700
4242
دستور `git log` برای برآوردن نیاز شما و نشان دادن هر آنجه که به دنبال آن هستید، گزینه های فراوان و گوناگونی دارد.
4343
در این ما چندتا از پرکاربردهایشان را به شما نشان می دهیم.
4444

45-
یک گزینه سودمند که می تواند تفاوتهای موجود در هر ثبت
46-
One of the more helpful options is `-p` or `--patch`, which shows the difference (the _patch_ output) introduced in each commit.
47-
You can also limit the number of log entries displayed, such as using `-2` to show only the last two entries.
45+
یک گزینه سودمند که می تواند تفاوتهای موجود در هر ثبت را نشان دهد گزینه `p` یا `--patch` است.
46+
همچنین می توانید تعداد ردیف های نمایش داده شده را محدود کنید، برای نمونه با `2` برای نمایش داده دو ورودی آخر.
4847

4948
[source,console]
5049
----

0 commit comments

Comments
 (0)