File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
book/02-git-basics/sections Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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----
You can’t perform that action at this time.
0 commit comments