You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>There are two ways to approach this problem, depending on what your desired outcome is.</p>
@@ -629,7 +629,7 @@ <h4 id="_fix_the_references">Fix the references</h4>
629
629
<divclass="content">
630
630
<imgsrc="{{< relurl "book/fa/v2/images/undomerge-reset.png" >}}" alt="History after `git reset --hard HEAD~`.">
631
631
</div>
632
-
<divclass="title">نمودار 136. History after <code>git reset --hard HEAD~</code>
632
+
<divclass="title">نمودار 137. History after <code>git reset --hard HEAD~</code>
633
633
</div>
634
634
</div>
635
635
<divclass="paragraph">
@@ -680,7 +680,7 @@ <h4 id="_reverse_commit">Reverse the commit</h4>
680
680
<divclass="content">
681
681
<imgsrc="{{< relurl "book/fa/v2/images/undomerge-revert.png" >}}" alt="History after `git revert -m 1`.">
682
682
</div>
683
-
<divclass="title">نمودار 137. History after <code>git revert -m 1</code>
683
+
<divclass="title">نمودار 138. History after <code>git revert -m 1</code>
684
684
</div>
685
685
</div>
686
686
<divclass="paragraph">
@@ -701,7 +701,7 @@ <h4 id="_reverse_commit">Reverse the commit</h4>
701
701
<divclass="content">
702
702
<imgsrc="{{< relurl "book/fa/v2/images/undomerge-revert2.png" >}}" alt="History with a bad merge.">
703
703
</div>
704
-
<divclass="title">نمودار 138. History with a bad merge</div>
704
+
<divclass="title">نمودار 139. History with a bad merge</div>
705
705
</div>
706
706
<divclass="paragraph">
707
707
<p>The best way around this is to un-revert the original merge, since now you want to bring in the changes that were reverted out, <strong>then</strong> create a new merge commit:</p>
@@ -717,7 +717,7 @@ <h4 id="_reverse_commit">Reverse the commit</h4>
717
717
<divclass="content">
718
718
<imgsrc="{{< relurl "book/fa/v2/images/undomerge-revert3.png" >}}" alt="History after re-merging a reverted merge.">
719
719
</div>
720
-
<divclass="title">نمودار 139. History after re-merging a reverted merge</div>
720
+
<divclass="title">نمودار 140. History after re-merging a reverted merge</div>
721
721
</div>
722
722
<divclass="paragraph">
723
723
<p>In this example, <code>M</code> and <code>^M</code> cancel out.
Copy file name to clipboardExpand all lines: external/book/content/book/fa/v2/GitHub-گیت-هاب-Account-Setup-and-Configuration-ستاپ-و-کانفیگ-کردن-اکانت.html
اولین کاری که باید انجام دهید، ایجاد یک حساب کاربری رایگان است.
30
30
کافی است به نشانی <ahref="https://github.com" class="bare">https://github.com</a> بروید، یک نام کاربری که قبلاً انتخاب نشده باشد وارد کنید، یک آدرس ایمیل و رمز عبور مشخص کنید و روی دکمهی سبز بزرگ «Sign up for GitHub» کلیک کنید.</p>
<divclass="title">نمودار 83. The “SSH keys” link.</div>
91
+
<divclass="title">نمودار 84. The “SSH keys” link.</div>
90
92
</div>
91
93
<divclass="paragraph">
92
94
<p>از آنجا، روی دکمه "<code>Add an SSH key</code>" کلیک کنید، یک نام برای کلید خود وارد کنید، محتوای فایل کلید عمومی <code>~/.ssh/id_rsa.pub</code> (یا هر اسمی که برای آن گذاشتهاید) را در کادر متن قرار دهید و سپس روی «Add key» کلیک کنید.</p>
<p>در بخش <ahref="{{< relurl "book/fa/v2/ch00/_add_email_addresses" >}}">Add email addresses</a> میتوانیم برخی از حالتهای مختلف مربوط به آدرسهای ایمیل را ببینیم:</p>
@@ -173,7 +175,7 @@ <h3 id="_two_factor_authentication_تایید_دو_مرحله_ای">Two Factor A
173
175
<divclass="content">
174
176
<imgsrc="{{< relurl "book/fa/v2/images/2fa-1.png" >}}" alt="2FA in the Security Tab">
175
177
</div>
176
-
<divclass="title">نمودار 87. 2FA in the Security Tab</div>
178
+
<divclass="title">نمودار 88. 2FA in the Security Tab</div>
177
179
</div>
178
180
<divclass="paragraph">
179
181
<p>اگر روی دکمه «Set up two-factor authentication» کلیک کنید، به صفحهای هدایت میشوید که در آن میتوانید روش دلخواه خود را برای دریافت کد دومرحلهای انتخاب کنید:
0 commit comments