docs: drop outdated tip
[TortoiseGit.git] / doc / source / en / TortoiseGit / tsvn_dug / dug_rebase.xml
blobde39b602461f1746389dee812bcef341b24d0392
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!DOCTYPE sect1 SYSTEM "../../../dtd/dblite.dtd">\r
3 <sect1 id="tsvn-dug-rebase">\r
4   <title>Rebase</title>\r
5   <?dbhh topicname="HIDD_REBASE"?>\r
6   <indexterm>\r
7     <primary>Rebase</primary>\r
8   </indexterm>\r
9   <para>\r
10         Rebase is quite complex. Please read <xref linkend="Rebasin"/> to\r
11         understand git rebase.\r
12   </para>\r
13   <para>\r
14         <menuchoice>\r
15                 <guimenu>TortoiseGit</guimenu>\r
16                 <guimenuitem>Rebase</guimenuitem>\r
17         </menuchoice>\r
18   </para>\r
19   <para>\r
20         Rebase dialog will be shown. <graphic fileref="../images/GitRebase.png"/>\r
21   </para>\r
22         <tip>\r
23                 <para>\r
24                         Instead of setting "pick", "skip", "edit", "squash" by using the context-menu, you can also use the following keys:\r
25                         <keycap>space</keycap>: shifts the state, <keycap>s</keycap>: skip, <keycap>e</keycap>: edit, <keycap>p</keycap>: pick, <keycap>q</keycap>: squash\r
26                 </para>\r
27         </tip>\r
28 </sect1>