1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-11 15:21:03 +01:00

Fix a typo in the Diffusion importing user guide

Summary: This word isn't the right word.

Test Plan: Reading?

Reviewers: avivey, amckinley

Reviewed By: avivey

Differential Revision: https://secure.phabricator.com/D19404
This commit is contained in:
epriestley 2018-04-24 15:55:56 -07:00
parent cac41d1e48
commit 2319d2ede2

View file

@ -47,7 +47,7 @@ There are two primary ways to import an existing repository:
Once the import completes, change the "I/O Type" on the **Observe** URI to Once the import completes, change the "I/O Type" on the **Observe** URI to
"No I/O" mode to automatically convert it into a hosted repository. "No I/O" mode to automatically convert it into a hosted repository.
**Push to Empty Repository**: Create an activate an empty repository, then push **Push to Empty Repository**: Create and activate an empty repository, then push
all of your changes to the empty repository. all of your changes to the empty repository.
In Git and Mercurial, you can do this with `git push` or `hg push`. In Git and Mercurial, you can do this with `git push` or `hg push`.