Skip to content

Commit f87b767

Browse files
Update clone-from-git.md
1 parent ea3a867 commit f87b767

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/laddr/development/clone-from-git.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,18 @@ Optionally, edit the `remote` option to point at your own fork, and switch it to
4747

4848
## Step 4: Initialize git repository
4949

50-
Visit <kbd>/site-admin/sources</kbd> to view initialize the configured git repository. If you are
51-
cloning via HTTPS you will need to SSH into the server and use the git CLI to push changes. If you switch the remote to an SSH git URL before initializing, a deploy key will be generated for you that you can install on GitHub before continueing to enable web-based read/write access.
50+
Visit <kbd>/site-admin/sources</kbd> to initialize the configured git repository. If you switch the remote to an SSH git URL before initializing, a deploy key will be generated for you that you can install on GitHub before continueing to enable web-based read/write access. Otherwise, if you are
51+
cloning via HTTPS, you will need to SSH into the server and use the git CLI to push changes after initializing the repository.
5252

5353
## Step 5: Pull code from git
5454

5555
Visit <kbd>/site-admin/sources/laddr</kbd> and click **Pull** if needed to pull the latest commits from github into your
5656
git working copy. Then click the **Sync** -> **Update emergence VFS** button to import the git working tree copy into your
5757
emergence instance.
5858

59+
## Next steps
60+
61+
If you run into any trouble, need to reconfigure the repository, or execute any advanced maneuvers, use `emergence-git-shell my-instance-name laddr` on your host machine to drop into a properly-configured git shell where you can make full use of the git CLI client without any permissions issues.
62+
5963
[emergence-install]: https://emergenceplatform.gitbook.io/emergence-book/server-setup/installation/ubuntu-16.04
6064
[git-config]: https://github.com/CodeForPhilly/laddr/blob/develop/php-config/Git.config.d/laddr.php

0 commit comments

Comments
 (0)