A plain-text format for exchanging family tree data between genealogy programs — and how to use it with FamilyBushes.com.
GEDCOM (Genealogical Data Communication) is a plain-text file format with the
.ged extension. It was created in 1984 to let genealogists move
their data between different software without losing information. Today it is
the universal export format supported by every major genealogy platform:
Ancestry, MyHeritage, FamilySearch, MacFamilyTree, Gramps, and many others.
A GEDCOM file stores individuals, families, dates, places, and relationships
as a sequence of tagged lines. Each record begins with a level number, a tag
(like INDI for individual or FAM for family), and a
value.
A minimal example showing one person and one family unit:
0 @I1@ INDI 1 NAME John /Smith/ 1 SEX M 1 BIRT 2 DATE 12 MAR 1950 2 PLAC New York, USA 0 @F1@ FAM 1 HUSB @I1@ 1 WIFE @I2@ 1 CHIL @I3@ 1 MARR 2 DATE 5 JUN 1975
Photos are referenced by file path, not embedded — so they are typically lost when moving between programs.
.ged file.After importing you can save the tree as a .fbft file to keep a full backup that includes photos and life events.
GEDCOM is the best choice when moving data between programs. The .fbft format used by FamilyBushes.com goes further: it bundles photos, life events with map coordinates, and full tree data into a single ZIP file. If you work exclusively in FamilyBushes.com, .fbft is the recommended backup format.
GEDCOM stands for Genealogical Data Communication. It was developed by The Church of Jesus Christ of Latter-day Saints in 1984 as a standard way to exchange genealogical data between different software programs.
Yes. Open the editor, go to Import, and upload your .ged file. FamilyBushes.com will parse the people, relationships, and dates and render them as an interactive family tree you can continue editing.
GEDCOM files reference photos by file path but do not embed them. Photos are not carried over during import — you can add them manually after importing your tree.
FamilyBushes.com supports GEDCOM 5.5 and 5.5.1, which are the most widely used versions exported by Ancestry, MyHeritage, FamilySearch, and most desktop genealogy software.
Not yet — export is currently available in the native .fbft format. GEDCOM export is on the roadmap.