Skip to content

Commit 95550ee

Browse files
authored
Update undoing.asc
پاراگراف آغازین
1 parent 96c5d9c commit 95550ee

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

book/02-git-basics/sections/undoing.asc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[[_undoing]]
2-
=== Undoing Things
2+
=== برگشت کارها
33

4-
At any stage, you may want to undo something.
5-
Here, we'll review a few basic tools for undoing changes that you've made.
6-
Be careful, because you can't always undo some of these undos.
7-
This is one of the few areas in Git where you may lose some work if you do it wrong.
4+
در هر مرحله، شاید بخواهید که چیزی را یا کاری را برگشت دهید.
5+
اینجا ما برخی ابزار پایه ای برای برگشت تغییرات و کارهایی که انجام دادید را بررسی خواهید کرد.
6+
توجه کنید، شما همین این برگشتها را نمی توانید دوباره برگشت کنید.
7+
اینجا یکی از معدود جاهایی است که اگر حواستان جمع نباشد امکان دارد داده ای از دست برود.
88

99
One of the common undos takes place when you commit too early and possibly forget to add some files, or you mess up your commit message.
1010
If you want to redo that commit, make the additional changes you forgot, stage them, and commit again using the `--amend` option:

0 commit comments

Comments
 (0)