Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 832dda8a96942b3789ac4d207c63660fd803dae7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<?xml version='1.0' encoding='utf-8' ?>
<toc topic="help/EGit/User_Guide/User-Guide.html" label="EGit Documentation">
	<topic href="help/EGit/User_Guide/User-Guide.html" label="EGit User Guide">
		<topic href="help/EGit/User_Guide/User-Guide.html" label="Getting Started">
			<topic href="help/EGit/User_Guide/User-Guide.html#Overview" label="Overview"></topic>
			<topic href="help/EGit/User_Guide/User-Guide.html#Basic_Tutorial:_Adding_a_project_to_version_control" label="Basic Tutorial: Adding a project to version control">
				<topic href="help/EGit/User_Guide/User-Guide.html#Configuration" label="Configuration">
					<topic href="help/EGit/User_Guide/User-Guide.html#Identifying_yourself" label="Identifying yourself"></topic>
					<topic href="help/EGit/User_Guide/User-Guide.html#Setting_up_the_Home_Directory_on_Windows" label="Setting up the Home Directory on Windows"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/User-Guide.html#Create_Repository" label="Create Repository"></topic>
				<topic href="help/EGit/User_Guide/User-Guide.html#Track_Changes" label="Track Changes"></topic>
				<topic href="help/EGit/User_Guide/User-Guide.html#Inspect_History" label="Inspect History"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/User-Guide.html#Github_Tutorial" label="Github Tutorial">
				<topic href="help/EGit/User_Guide/User-Guide.html#Create_Local_Repository" label="Create Local Repository"></topic>
				<topic href="help/EGit/User_Guide/User-Guide.html#Create_Repository_at_GitHub" label="Create Repository at GitHub"></topic>
				<topic href="help/EGit/User_Guide/User-Guide.html#Eclipse_SSH_Configuration" label="Eclipse SSH Configuration"></topic>
				<topic href="help/EGit/User_Guide/User-Guide.html#Push_Upstream" label="Push Upstream"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/User-Guide.html#EGit_Tutorial_.28EclipseCon_March_2011.29" label="EGit Tutorial (EclipseCon March 2011)">
				<topic href="help/EGit/User_Guide/User-Guide.html#Installation_and_Configuration" label="Installation and Configuration"></topic>
				<topic href="help/EGit/User_Guide/User-Guide.html#Exercises" label="Exercises"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/User-Guide.html#EGit_Tutorial_.28EclipseCon_Europe_Nov_2011.29" label="EGit Tutorial (EclipseCon Europe Nov 2011)">
				<topic href="help/EGit/User_Guide/User-Guide.html#Exercises_2" label="Exercises"></topic>
			</topic>
		</topic>
		<topic href="help/EGit/User_Guide/Concepts.html" label="Concepts">
			<topic href="help/EGit/User_Guide/Concepts.html#Repository" label="Repository"></topic>
			<topic href="help/EGit/User_Guide/Concepts.html#Index" label="Index"></topic>
			<topic href="help/EGit/User_Guide/Concepts.html#Working_Directory" label="Working Directory"></topic>
			<topic href="help/EGit/User_Guide/Concepts.html#Recording_Changes_in_the_Repository" label="Recording Changes in the Repository"></topic>
		</topic>
		<topic href="help/EGit/User_Guide/Tasks.html" label="Tasks">
			<topic href="help/EGit/User_Guide/Tasks.html#Creating_Repositories" label="Creating Repositories">
				<topic href="help/EGit/User_Guide/Tasks.html#Considerations_for_Git_Repositories_to_be_used_in_Eclipse" label="Considerations for Git Repositories to be used in Eclipse">
					<topic href="help/EGit/User_Guide/Tasks.html#The_short_story" label="The short story"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#The_longer_story" label="The longer story">
						<topic href="help/EGit/User_Guide/Tasks.html#Eclipse_Workspace_and_Repository_working_directory" label="Eclipse Workspace and Repository working directory"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Implications" label="Implications"></topic>
					</topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Creating_a_new_empty_Git_Repository" label="Creating a new empty Git Repository"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Creating_a_Git_Repository_for_multiple_Projects" label="Creating a Git Repository for multiple Projects"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Starting_from_existing_Git_Repositories" label="Starting from existing Git Repositories">
				<topic href="help/EGit/User_Guide/Tasks.html#Starting_the_import_wizard" label="Starting the import wizard"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Cloning_or_adding_Repositories" label="Cloning or adding Repositories">
					<topic href="help/EGit/User_Guide/Tasks.html#Cloning_a_Repository" label="Cloning a Repository"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Adding_a_Repository" label="Adding a Repository"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Selecting_a_Repository_from_the_List" label="Selecting a Repository from the List"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Importing_projects" label="Importing projects"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Wizard_for_project_import" label="Wizard for project import">
					<topic href="help/EGit/User_Guide/Tasks.html#Import_Existing_Projects" label="Import Existing Projects">
						<topic href="help/EGit/User_Guide/Tasks.html#Limiting_the_Scope_for_Project_Import" label="Limiting the Scope for Project Import"></topic>
					</topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Use_the_New_Projects_Wizard" label="Use the New Projects Wizard"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Import_as_General_Project" label="Import as General Project"></topic>
				</topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Working_with_remote_Repositories" label="Working with remote Repositories">
				<topic href="help/EGit/User_Guide/Tasks.html#Cloning_Remote_Repositories" label="Cloning Remote Repositories">
					<topic href="help/EGit/User_Guide/Tasks.html#Repository_Selection" label="Repository Selection"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Branch_Selection" label="Branch Selection"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Local_Destination" label="Local Destination"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Gerrit_Configuration" label="Gerrit Configuration"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Pushing_to_other_Repositories" label="Pushing to other Repositories">
					<topic href="help/EGit/User_Guide/Tasks.html#Pushing_to_upstream" label="Pushing to upstream">
						<topic href="help/EGit/User_Guide/Tasks.html#Configuring_upstream_push" label="Configuring upstream push"></topic>
					</topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Direct_Push" label="Direct Push"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Push_Wizard" label="Push Wizard">
						<topic href="help/EGit/User_Guide/Tasks.html#Push_URI" label="Push URI"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Push_Ref_Specifications" label="Push Ref Specifications"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Delete_Ref_Specifications" label="Delete Ref Specifications"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Conflicting_Push_Ref_Specifications" label="Conflicting Push Ref Specifications"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Push_Confirmation" label="Push Confirmation"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Push_Result_Report" label="Push Result Report"></topic>
					</topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Fetching_from_other_Repositories" label="Fetching from other Repositories">
					<topic href="help/EGit/User_Guide/Tasks.html#Fetching_from_upstream" label="Fetching from upstream">
						<topic href="help/EGit/User_Guide/Tasks.html#Configuring_upstream_fetch" label="Configuring upstream fetch"></topic>
					</topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Direct_Fetch" label="Direct Fetch"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Fetch_Wizard" label="Fetch Wizard">
						<topic href="help/EGit/User_Guide/Tasks.html#Fetch_Ref_Specifications" label="Fetch Ref Specifications"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Fetch_Result_Report" label="Fetch Result Report"></topic>
					</topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Pulling_New_Changes_from_Upstream_Branch" label="Pulling New Changes from Upstream Branch"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Fetching_a_change_from_a_Gerrit_Code_Review_Server" label="Fetching a change from a Gerrit Code Review Server"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Inspecting_the_state_of_the_Repository" label="Inspecting the state of the Repository">
				<topic href="help/EGit/User_Guide/Tasks.html#Label_Decorations" label="Label Decorations">
					<topic href="help/EGit/User_Guide/Tasks.html#Text_Decorations" label="Text Decorations"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Icon_Decorations" label="Icon Decorations"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Commit_Dialog" label="Commit Dialog"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Comparing_Content" label="Comparing Content">
					<topic href="help/EGit/User_Guide/Tasks.html#Compare_editor_and_Git_Tree_Compare_View" label="Compare editor and Git Tree Compare View"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Compare_working_tree_with_last_commit" label="Compare working tree with last commit"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Comparing_Working_Tree_with_Index" label="Comparing Working Tree with Index"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Comparing_Working_Tree_with_a_branch.2C_a_tag_or_a_reference" label="Comparing Working Tree with a branch, a tag or a reference"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Comparing_Working_Tree_with_Any_Commit" label="Comparing Working Tree with Any Commit">
						<topic href="help/EGit/User_Guide/Tasks.html#From_the_project_explorer:" label="From the project explorer:"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#From_the_history_view_.28files_only.29:" label="From the history view (files only):"></topic>
					</topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Comparing_Two_Commits" label="Comparing Two Commits"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Comparing_Index_with_HEAD_or_Any_Other_Commit" label="Comparing Index with HEAD or Any Other Commit"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Comparing_with_Branches_.28Synchronize.29" label="Comparing with Branches (Synchronize)"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Quickdiff" label="Quickdiff"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Inspecting_Commits" label="Inspecting Commits">
					<topic href="help/EGit/User_Guide/Tasks.html#View_Diff_for_a_Commit" label="View Diff for a Commit"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Showing_the_contents_of_a_Commit" label="Showing the contents of a Commit"></topic>
				</topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Committing_Changes" label="Committing Changes">
				<topic href="help/EGit/User_Guide/Tasks.html#Modifying_the_content" label="Modifying the content"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Committing" label="Committing">
					<topic href="help/EGit/User_Guide/Tasks.html#Commit_Message" label="Commit Message"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Amending_Commits" label="Amending Commits"></topic>
				</topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Reverting_Changes" label="Reverting Changes">
				<topic href="help/EGit/User_Guide/Tasks.html#Reverting_changes_in_the_working_tree" label="Reverting changes in the working tree">
					<topic href="help/EGit/User_Guide/Tasks.html#Replace_with_File_in_Git_Index" label="Replace with File in Git Index"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Replace_with_HEAD" label="Replace with HEAD"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Revert_using_quickdiff" label="Revert using quickdiff"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Reverting_changes_introduced_by_a_specific_commit" label="Reverting changes introduced by a specific commit"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Resetting_your_current_HEAD" label="Resetting your current HEAD">
					<topic href="help/EGit/User_Guide/Tasks.html#Reset_to_specific_branch_or_tag" label="Reset to specific branch or tag"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Reset_to_a_specific_commit" label="Reset to a specific commit"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Revert_all_local_and_staged_changes" label="Revert all local and staged changes"></topic>
				</topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Branching" label="Branching">
				<topic href="help/EGit/User_Guide/Tasks.html#Checking_out_an_existing_Branch" label="Checking out an existing Branch">
					<topic href="help/EGit/User_Guide/Tasks.html#From_the_team_menu_on_a_project_node:" label="From the team menu on a project node:"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#From_the_Git_Repositories_View" label="From the Git Repositories View"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#From_the_History_View" label="From the History View"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Creating_a_New_Local_Branch" label="Creating a New Local Branch">
					<topic href="help/EGit/User_Guide/Tasks.html#From_the_team_menu_on_a_project_node.2C_based_on_a_branch.2C_a_tag_or_a_Reference:" label="From the team menu on a project node, based on a branch, a tag or a Reference:"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#From_the_Repositories_View.2C_based_on_a_branch.2C_a_tag_or_a_Reference:" label="From the Repositories View, based on a branch, a tag or a Reference:"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#From_the_History_View.2C_based_on_a_given_commit:" label="From the History View, based on a given commit:"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Renaming_an_Existing_Branch" label="Renaming an Existing Branch"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Deleting_Branch" label="Deleting Branch"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Branch_Creation_Dialog" label="Branch Creation Dialog"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Merging" label="Merging">
				<topic href="help/EGit/User_Guide/Tasks.html#Merging_a_branch_or_a_tag_into_the_current_branch" label="Merging a branch or a tag into the current branch">
					<topic href="help/EGit/User_Guide/Tasks.html#Starting_merge_from_the_team_menu" label="Starting merge from the team menu"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Starting_merge_from_the_Git_Repositories_View" label="Starting merge from the Git Repositories View"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Possible_merge_results" label="Possible merge results">
						<topic href="help/EGit/User_Guide/Tasks.html#Merge_Result_dialog" label="Merge Result dialog"></topic>
					</topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Resolving_a_merge_conflict" label="Resolving a merge conflict">
					<topic href="help/EGit/User_Guide/Tasks.html#Using_Merge_Tool" label="Using Merge Tool"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Manual_conflict_resolution" label="Manual conflict resolution"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Finding_conflicting_files" label="Finding conflicting files"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Editing_conflicting_files" label="Editing conflicting files"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Adding_conflict_resolution_to_the_git_index" label="Adding conflict resolution to the git index"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Committing_a_merge" label="Committing a merge"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Aborting_Merge" label="Aborting Merge"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Rebasing" label="Rebasing">
				<topic href="help/EGit/User_Guide/Tasks.html#Rebase_Introduction" label="Rebase Introduction"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Rebase.2C_A_Simple_Example" label="Rebase, A Simple Example"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#The_Real_World:_Rebase_Conflicts" label="The Real World: Rebase Conflicts"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Starting_Rebase" label="Starting Rebase"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Rebase_Confirmation_Dialog" label="Rebase Confirmation Dialog"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Rebase_Conflicts" label="Rebase Conflicts"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Aborting_Rebase" label="Aborting Rebase"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Rebase_Limitation" label="Rebase Limitation"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Cherry_Picking" label="Cherry Picking">
				<topic href="help/EGit/User_Guide/Tasks.html#Cherry-pick_Introduction" label="Cherry-pick Introduction"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Cherry-pick_Example" label="Cherry-pick Example"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Tagging" label="Tagging">
				<topic href="help/EGit/User_Guide/Tasks.html#Creating_a_Tag" label="Creating a Tag"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Replacing_an_Existing_Tag" label="Replacing an Existing Tag"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Deletion_of_tags" label="Deletion of tags"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Light-weight_and_Signed_Tags" label="Light-weight and Signed Tags"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Patches" label="Patches">
				<topic href="help/EGit/User_Guide/Tasks.html#Creating_Patches" label="Creating Patches">
					<topic href="help/EGit/User_Guide/Tasks.html#Create_a_Patch_from_a_Commit" label="Create a Patch from a Commit"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Patch_Wizard" label="Patch Wizard"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Applying_Patches" label="Applying Patches"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Managing_Repositories" label="Managing Repositories">
				<topic href="help/EGit/User_Guide/Tasks.html#Adding_Repositories_to_the_Git_Repositories_View" label="Adding Repositories to the Git Repositories View">
					<topic href="help/EGit/User_Guide/Tasks.html#Adding_a_Repository_manually" label="Adding a Repository manually"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Cloning_a_Repository_2" label="Cloning a Repository"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Creating_a_Repository" label="Creating a Repository"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Adding_a_Repository_using_Copy_and_Paste" label="Adding a Repository using Copy and Paste"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Removing_Repositories" label="Removing Repositories">
					<topic href="help/EGit/User_Guide/Tasks.html#Removing_a_Repository_from_the_Repositories_View" label="Removing a Repository from the Repositories View"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Deleting_a_Repository" label="Deleting a Repository"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Structure_of_the_Git_Repositories_View" label="Structure of the Git Repositories View"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Functions_of_the_Git_Repositories_View" label="Functions of the Git Repositories View">
					<topic href="help/EGit/User_Guide/Tasks.html#Project_Import" label="Project Import"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Branch_and_Tag_Support" label="Branch and Tag Support">
						<topic href="help/EGit/User_Guide/Tasks.html#Check-out_of_Branches_and_Tags" label="Check-out of Branches and Tags"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Creation_and_Deletion_of_Branches" label="Creation and Deletion of Branches"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Rebasing_2" label="Rebasing"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Merging_a_Branch_or_a_Tag" label="Merging a Branch or a Tag"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Synchronizing_with_a_Branch_or_a_Tag" label="Synchronizing with a Branch or a Tag"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Determining_the_Checked-out_Branch" label="Determining the Checked-out Branch"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Resetting_to_a_Branch_or_a_Tag" label="Resetting to a Branch or a Tag"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#.22Detached.22_HEAD" label="&quot;Detached&quot; HEAD"></topic>
					</topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Inspecting_References" label="Inspecting References"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Browsing_the_Working_Directory" label="Browsing the Working Directory"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Repository_Configuration" label="Repository Configuration"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Remote_Repositories" label="Remote Repositories">
						<topic href="help/EGit/User_Guide/Tasks.html#Direct_Fetch_and_Push_Support" label="Direct Fetch and Push Support"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Adding_a_Remote_Configuration" label="Adding a Remote Configuration"></topic>
						<topic href="help/EGit/User_Guide/Tasks.html#Changing_Remote_Configurations" label="Changing Remote Configurations"></topic>
					</topic>
				</topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Refresh" label="Refresh"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Link_with_Selection" label="Link with Selection"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Link_with_Editor" label="Link with Editor"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Hierarchical_Branch_Layout" label="Hierarchical Branch Layout"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Bare_Repositories" label="Bare Repositories"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Removing_Repositories_from_the_Git_Repositories_View" label="Removing Repositories from the Git Repositories View"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Showing_Repository_in_Related_Views" label="Showing Repository in Related Views">
					<topic href="help/EGit/User_Guide/Tasks.html#Show_in_History" label="Show in History"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Show_in_Reflog" label="Show in Reflog"></topic>
					<topic href="help/EGit/User_Guide/Tasks.html#Show_in_Properties" label="Show in Properties"></topic>
				</topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Working_with_Tasks" label="Working with Tasks">
				<topic href="help/EGit/User_Guide/Tasks.html#Installation" label="Installation"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Commit_Message_Template" label="Commit Message Template"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Viewing_Commits" label="Viewing Commits">
				<topic href="help/EGit/User_Guide/Tasks.html#Tagging_a_commit" label="Tagging a commit"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Creating_a_branch_from_a_commit" label="Creating a branch from a commit"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Checking_out_a_commit" label="Checking out a commit"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Cherry_picking_a_commit" label="Cherry picking a commit"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Opening_the_commit_viewer" label="Opening the commit viewer"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Searching_for_commits" label="Searching for commits">
				<topic href="help/EGit/User_Guide/Tasks.html#Git_Search_page" label="Git Search page"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Browsing_Search_Results" label="Browsing Search Results"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Launching_Git_Search" label="Launching Git Search"></topic>
				<topic href="help/EGit/User_Guide/Tasks.html#Open_commit_dialog" label="Open commit dialog"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Tasks.html#Finding_the_author_of_each_line_in_a_file" label="Finding the author of each line in a file"></topic>
		</topic>
		<topic href="help/EGit/User_Guide/Reference.html" label="Reference">
			<topic href="help/EGit/User_Guide/Reference.html#Menus" label="Menus">
				<topic href="help/EGit/User_Guide/Reference.html#Project_Context_Menu" label="Project Context Menu"></topic>
				<topic href="help/EGit/User_Guide/Reference.html#Resource_Context_Menu" label="Resource Context Menu"></topic>
				<topic href="help/EGit/User_Guide/Reference.html#Repositories_View_Menus" label="Repositories View Menus"></topic>
				<topic href="help/EGit/User_Guide/Reference.html#History_View_Menus" label="History View Menus"></topic>
				<topic href="help/EGit/User_Guide/Reference.html#Git_Workbench_Toolbar_and_Git_Workbench_Menu" label="Git Workbench Toolbar and Git Workbench Menu"></topic>
				<topic href="help/EGit/User_Guide/Reference.html#Menu_Actions" label="Menu Actions"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Reference.html#Git_Perspective_and_Views" label="Git Perspective and Views">
				<topic href="help/EGit/User_Guide/Reference.html#Git_Perspective" label="Git Perspective"></topic>
				<topic href="help/EGit/User_Guide/Reference.html#Git_Repositories_View" label="Git Repositories View"></topic>
				<topic href="help/EGit/User_Guide/Reference.html#History_View" label="History View">
					<topic href="help/EGit/User_Guide/Reference.html#Overview_2" label="Overview"></topic>
					<topic href="help/EGit/User_Guide/Reference.html#Opening_the_History_View" label="Opening the History View"></topic>
					<topic href="help/EGit/User_Guide/Reference.html#Organization_of_the_History_View" label="Organization of the History View"></topic>
					<topic href="help/EGit/User_Guide/Reference.html#Using_the_History_View" label="Using the History View">
						<topic href="help/EGit/User_Guide/Reference.html#Inspecting_the_Commit_Graph" label="Inspecting the Commit Graph"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Displaying_and_Comparing_versions_of_a_File" label="Displaying and Comparing versions of a File"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Working_with_the_Filter_Settings" label="Working with the Filter Settings"></topic>
					</topic>
					<topic href="help/EGit/User_Guide/Reference.html#Toolbar_actions" label="Toolbar actions">
						<topic href="help/EGit/User_Guide/Reference.html#Find" label="Find"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Filter_settings" label="Filter settings"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Compare_Mode" label="Compare Mode"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#All_Branches" label="All Branches"></topic>
					</topic>
					<topic href="help/EGit/User_Guide/Reference.html#View_Menu_actions" label="View Menu actions">
						<topic href="help/EGit/User_Guide/Reference.html#Configuring_the_View" label="Configuring the View"></topic>
					</topic>
					<topic href="help/EGit/User_Guide/Reference.html#Context_Menu_actions" label="Context Menu actions">
						<topic href="help/EGit/User_Guide/Reference.html#Compare_with_working_tree" label="Compare with working tree"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Compare_with_each_other" label="Compare with each other"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Open" label="Open"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Checkout" label="Checkout"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Create_Branch..." label="Create Branch..."></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Delete_Branch" label="Delete Branch"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Create_Tag..." label="Create Tag..."></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Create_Patch..." label="Create Patch..."></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Cherry_Pick" label="Cherry Pick"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Revert_Commit" label="Revert Commit"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Merge" label="Merge"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Rebase_on_top_of" label="Rebase on top of"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Reset_.3E_Soft.2FMixed.2FHard" label="Reset &quot; Soft/Mixed/Hard"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Quickdiff_.3E_Reset_Quickdiff_Basline_to_HEAD" label="Quickdiff &quot; Reset Quickdiff Basline to HEAD"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Quickdiff_.3E_Reset_Quickdiff_Basline_to_first_parent_of_HEAD" label="Quickdiff &quot; Reset Quickdiff Basline to first parent of HEAD"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Quickdiff_.3E_Set_as_Baseline" label="Quickdiff &quot; Set as Baseline"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Copy" label="Copy"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Show_Revision_Comment" label="Show Revision Comment"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Show_Revision_Details" label="Show Revision Details"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Wrap_Comments" label="Wrap Comments"></topic>
						<topic href="help/EGit/User_Guide/Reference.html#Fill_Paragraphs" label="Fill Paragraphs"></topic>
					</topic>
					<topic href="help/EGit/User_Guide/Reference.html#Drag_and_Drop_Support" label="Drag and Drop Support"></topic>
					<topic href="help/EGit/User_Guide/Reference.html#Working_with_the_Revision_Details_Area" label="Working with the Revision Details Area"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Reference.html#Synchronize_View" label="Synchronize View">
					<topic href="help/EGit/User_Guide/Reference.html#Synchronization_State" label="Synchronization State"></topic>
					<topic href="help/EGit/User_Guide/Reference.html#Mode" label="Mode"></topic>
					<topic href="help/EGit/User_Guide/Reference.html#Models" label="Models"></topic>
					<topic href="help/EGit/User_Guide/Reference.html#Navigation" label="Navigation"></topic>
				</topic>
				<topic href="help/EGit/User_Guide/Reference.html#Git_Tree_Compare_View" label="Git Tree Compare View"></topic>
				<topic href="help/EGit/User_Guide/Reference.html#Git_Staging_View" label="Git Staging View"></topic>
				<topic href="help/EGit/User_Guide/Reference.html#Git_Reflog_View" label="Git Reflog View"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Reference.html#Git_URLs" label="Git URLs"></topic>
			<topic href="help/EGit/User_Guide/Reference.html#Git_References" label="Git References"></topic>
			<topic href="help/EGit/User_Guide/Reference.html#Refspecs" label="Refspecs">
				<topic href="help/EGit/User_Guide/Reference.html#Push_Refspecs" label="Push Refspecs"></topic>
				<topic href="help/EGit/User_Guide/Reference.html#Fetch_Refspecs" label="Fetch Refspecs"></topic>
			</topic>
			<topic href="help/EGit/User_Guide/Reference.html#Remotes" label="Remotes"></topic>
			<topic href="help/EGit/User_Guide/Reference.html#Git_Ignore" label="Git Ignore"></topic>
			<topic href="help/EGit/User_Guide/Reference.html#Git_Fetch_Factory_for_PDE_Build" label="Git Fetch Factory for PDE Build"></topic>
		</topic>
		<topic href="help/EGit/User_Guide/Updating-This-Document.html" label="Updating This Document"></topic>
	</topic>
	<topic href="help/JGit/User_Guide/User-Guide.html" label="JGit User Guide">
		<topic href="help/JGit/User_Guide/User-Guide.html" label="Getting Started">
			<topic href="help/JGit/User_Guide/User-Guide.html#Taking_JGit_for_a_Spin" label="Taking JGit for a Spin">
				<topic href="help/JGit/User_Guide/User-Guide.html#Building_the_JGit_CLI" label="Building the JGit CLI"></topic>
				<topic href="help/JGit/User_Guide/User-Guide.html#Running_the_JGit_CLI" label="Running the JGit CLI">
					<topic href="help/JGit/User_Guide/User-Guide.html#Overview" label="Overview"></topic>
					<topic href="help/JGit/User_Guide/User-Guide.html#Inspecting_the_Repository" label="Inspecting the Repository"></topic>
					<topic href="help/JGit/User_Guide/User-Guide.html#Graphical_History_View" label="Graphical History View"></topic>
				</topic>
			</topic>
		</topic>
		<topic href="help/JGit/User_Guide/Concepts.html" label="Concepts">
			<topic href="help/JGit/User_Guide/Concepts.html#API" label="API">
				<topic href="help/JGit/User_Guide/Concepts.html#Repository" label="Repository"></topic>
				<topic href="help/JGit/User_Guide/Concepts.html#Git_Objects" label="Git Objects"></topic>
				<topic href="help/JGit/User_Guide/Concepts.html#Ref" label="Ref"></topic>
				<topic href="help/JGit/User_Guide/Concepts.html#RevWalk" label="RevWalk"></topic>
				<topic href="help/JGit/User_Guide/Concepts.html#RevCommit" label="RevCommit"></topic>
				<topic href="help/JGit/User_Guide/Concepts.html#RevTag" label="RevTag"></topic>
				<topic href="help/JGit/User_Guide/Concepts.html#RevTree" label="RevTree"></topic>
			</topic>
		</topic>
		<topic href="help/JGit/User_Guide/Reference.html" label="Reference">
			<topic href="help/JGit/User_Guide/Reference.html#Porcelain_API" label="Porcelain API">
				<topic href="help/JGit/User_Guide/Reference.html#AddCommand_.28git-add.29" label="AddCommand (git-add)"></topic>
				<topic href="help/JGit/User_Guide/Reference.html#CommitCommand_.28git-commit.29" label="CommitCommand (git-commit)"></topic>
				<topic href="help/JGit/User_Guide/Reference.html#TagCommand_.28git-tag.29" label="TagCommand (git-tag)"></topic>
				<topic href="help/JGit/User_Guide/Reference.html#LogCommand_.28git-log.29" label="LogCommand (git-log)"></topic>
				<topic href="help/JGit/User_Guide/Reference.html#MergeCommand_.28git-merge.29" label="MergeCommand (git-merge)"></topic>
			</topic>
			<topic href="help/JGit/User_Guide/Reference.html#Ant_Tasks" label="Ant Tasks">
				<topic href="help/JGit/User_Guide/Reference.html#git-clone" label="git-clone"></topic>
				<topic href="help/JGit/User_Guide/Reference.html#git-init" label="git-init"></topic>
				<topic href="help/JGit/User_Guide/Reference.html#git-checkout" label="git-checkout"></topic>
				<topic href="help/JGit/User_Guide/Reference.html#git-add" label="git-add"></topic>
			</topic>
		</topic>
		<topic href="help/JGit/User_Guide/Snippets.html" label="Snippets">
			<topic href="help/JGit/User_Guide/Snippets.html#Finding_children_of_a_commit" label="Finding children of a commit"></topic>
		</topic>
		<topic href="help/JGit/User_Guide/Advanced-Topics.html" label="Advanced Topics">
			<topic href="help/JGit/User_Guide/Advanced-Topics.html#Reducing_memory_usage_with_RevWalk" label="Reducing memory usage with RevWalk">
				<topic href="help/JGit/User_Guide/Advanced-Topics.html#Restrict_the_walked_revision_graph" label="Restrict the walked revision graph"></topic>
				<topic href="help/JGit/User_Guide/Advanced-Topics.html#Discard_the_body_of_a_commit" label="Discard the body of a commit"></topic>
				<topic href="help/JGit/User_Guide/Advanced-Topics.html#Subclassing_RevWalk_and_RevCommit" label="Subclassing RevWalk and RevCommit"></topic>
				<topic href="help/JGit/User_Guide/Advanced-Topics.html#Cleaning_up_after_a_revision_walk" label="Cleaning up after a revision walk"></topic>
			</topic>
		</topic>
		<topic href="help/JGit/User_Guide/Updating-This-Document.html" label="Updating This Document"></topic>
	</topic>
	<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html" label="EGit 1.2 New and Noteworthy">
		<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html" label="New Features">
			<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Improved_decorator_performance" label="Improved decorator performance"></topic>
			<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Support_for_project_rename_and_move_for_some_cases" label="Support for project rename and move for some cases"></topic>
			<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Option_to_auto-share_projects_on_import_when_located_in_a_working_tree" label="Option to auto-share projects on import when located in a working tree"></topic>
			<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Interactive_adding_in_Compare_Editors" label="Interactive adding in Compare Editors"></topic>
			<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Repositories_View" label="Repositories View">
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Pull_with_multi-selection" label="Pull with multi-selection"></topic>
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Property_page_for_repository_configuration" label="Property page for repository configuration"></topic>
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Delete_tag_command" label="Delete tag command"></topic>
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Drag_file_from_working_tree_to_open_editor" label="Drag file from working tree to open editor"></topic>
			</topic>
			<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#History_View" label="History View">
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Option_to_follow_renames" label="Option to follow renames"></topic>
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Delete_Branch_Command" label="Delete Branch Command"></topic>
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Show_annotations_from_file_table_in_history_view" label="Show annotations from file table in history view"></topic>
			</topic>
			<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Reflog_View" label="Reflog View">
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Show_Timestamp_and_Commit_Short_Message" label="Show Timestamp and Commit Short Message"></topic>
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#New_Commands" label="New Commands"></topic>
			</topic>
			<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Commit_Editor" label="Commit Editor">
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Checkout_Command" label="Checkout Command"></topic>
				<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#Cherry-Pick_Command" label="Cherry-Pick Command"></topic>
			</topic>
			<topic href="help/EGit/New_and_Noteworthy/1.2/1.2.html#GitHub_Mylyn_Connector" label="GitHub Mylyn Connector"></topic>
		</topic>
		<topic href="help/EGit/New_and_Noteworthy/1.2/Bugs-Closed.html" label="Bugs Closed"></topic>
		<topic href="help/EGit/New_and_Noteworthy/1.2/Commits.html" label="Commits"></topic>
		<topic href="help/EGit/New_and_Noteworthy/1.2/Updating-This-Document.html" label="Updating This Document"></topic>
	</topic>
	<topic href="help/JGit/New_and_Noteworthy/1.2/1.2.html" label="JGit 1.2 New and Noteworthy">
		<topic href="help/JGit/New_and_Noteworthy/1.2/1.2.html" label="Git Porcelain API Updates"></topic>
		<topic href="help/JGit/New_and_Noteworthy/1.2/Features.html" label="Features"></topic>
		<topic href="help/JGit/New_and_Noteworthy/1.2/Bugs-Closed.html" label="Bugs Closed"></topic>
		<topic href="help/JGit/New_and_Noteworthy/1.2/Commits.html" label="Commits"></topic>
		<topic href="help/JGit/New_and_Noteworthy/1.2/Updating-This-Document.html" label="Updating This Document"></topic>
	</topic>
	<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html" label="Git for Eclipse Users">
		<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html" label="Centralised version control systems"></topic>
		<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html#Distributed_Version_Control_Systems" label="Distributed Version Control Systems"></topic>
		<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html#How_does_it_work.3F" label="How does it work?"></topic>
		<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html#Changesets_and_branches" label="Changesets and branches"></topic>
		<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html#Merging" label="Merging"></topic>
		<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html#Pulling_and_pushing" label="Pulling and pushing"></topic>
		<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html#Cloning_and_remotes" label="Cloning and remotes"></topic>
		<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html#Initialising.2C_committing_and_branching" label="Initialising, committing and branching"></topic>
		<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html#Worked_example" label="Worked example"></topic>
		<topic href="help/EGit/Git_For_Eclipse_Users/Git-For-Eclipse-Users.html#Rebasing_and_fast-forwarding" label="Rebasing and fast-forwarding"></topic>
		<topic href="help/EGit/Git_For_Eclipse_Users/Updating-This-Document.html" label="Updating This Document"></topic>
	</topic>
</toc>

Back to the top