comparison help/a-23.html @ 498:21aa41b62c3a

Add back/forward/home to Help window, and some Help edits
author Chris Cannam
date Mon, 22 Aug 2011 18:46:06 +0100
parents a9032181c37d
children
comparison
equal deleted inserted replaced
497:a9032181c37d 498:21aa41b62c3a
1 <link rel="stylesheet" type="text/css" href="help.css"/> 1 <link rel="stylesheet" type="text/css" href="help.css"/>
2 <p><a href="topics.html">Back to Topics</a></p><hr>
3 2
4 3
5 <h2>I just deleted a file using the system file manager &ndash; then remembered I hadn't told the version control tool about it &ndash; what now?</h2> 4 <h2>I just deleted a file using the system file manager &ndash; then remembered I hadn't told the version control tool about it &ndash; what now?</h2>
6 5
7 <p>No problem.</p> 6 <p>Any files that the version control system thinks should be there, but
8 7 that can't be found in your working copy are shown as <b>&ldquo;Missing&rdquo;</b>
9 <p>Any files that the version control system knows about but that can't 8 under &ldquo;My work&rdquo;. All you need to do is:</p>
10 be found in your working copy are shown as <b>&ldquo;Missing&rdquo;</b> under &ldquo;My
11 work&rdquo;. All you need to do is:</p>
12 9
13 <p><b>1. Find your file in the &ldquo;Missing&rdquo; list and select it</b></p> 10 <p><b>1. Find your file in the &ldquo;Missing&rdquo; list and select it</b></p>
14 11
15 <p><b>2. Click Remove in the toolbar on the left of the window</b></p> 12 <p><b>2. Click Remove in the toolbar on the left of the window</b></p>
16 13
18 you intended to remove it. The next time you commit, it will be 15 you intended to remove it. The next time you commit, it will be
19 removed from tracking in version control.</p> 16 removed from tracking in version control.</p>
20 17
21 18
22 19
23
24
25
26
27
28 <hr><p><a href="topics.html">Back to Topics</a></p>