comparison help/topics/21.txt @ 525:721a8e30822b

Merge
author Chris Cannam
date Thu, 17 Nov 2011 17:12:39 +0000
parents fb95d70c80d5
children
comparison
equal deleted inserted replaced
524:eea753f1cae8 525:721a8e30822b
1 {Making changes}
2
3 I have changed some files and I want to record the changes
4
5 Click the Commit button in the toolbar on the left to commit all of
6 the changes you have made to tracked files in your working folder.
7 That is, all files listed as *"Modified"*, *"Removed"*, or *"Added"*
8 under "My Work".
9
10 (If the files you have changed are still listed as *"Untracked"*, then
11 you must add them before you can commit. See [[20|I've added a new file...]].
12
13 When you commit your changes, you will be asked for a commit message
14 which will accompany that change set in the history. Enter something
15 that will help you remember -- and other readers understand -- what
16 you have changed and why.
17
18 If you want to commit only some files, right-click on them in the list
19 and choose Commit from the context menu.
20
21 * Note: the equivalent Mercurial command for this is *hg commit*
22