Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 6ad26d6

Browse files
Merge pull request #893 from dragonfyre23/patch-4
Update getting-started.md
2 parents d921f9e + 8b73768 commit 6ad26d6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/using/getting-started.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,14 @@ And you should see the GitHub spinner:
1919
- History: A history of commits with title, time stamp, and commit author
2020
- Branches: A list of local and remote branches with the ability to create new branches, switch branches, or checkout remote branches
2121
- Settings: your git configuration (pulled from your local git credentials if they have been previously set), your repository configuration (you can manually put the URL to any remote repository here instead of using the Publish button to publish to GitHub), a list of locked files, your git installation details, and general settings to help us better help you if you get stuck
22-
4. You can
23-
24-
# Connecting to an Existing Repository
2522

2623
# Connecting to an Existing Repository that already has the GitHub for Unity package
24+
If you have an existing Unity project which already has the GitHub for Unity plugin installed and is connected to a remote repository (with the initial commit), you can access the project from another machine.
25+
1. Clone the repository on the second machine (either through command line or with GitHub Desktop https://desktop.github.com/).
26+
2. Open Unity Editor and click Open.
27+
3. Browse to the location of the cloned repository and select the parent directory.
28+
4. When the project opens the plugin should be enabled. If you don't see the GitHub tab, enable it as above.
29+
5. Enter your credentials and verify that the system git location and remote origin link are correct.
30+
6. Submit and push the initial commit.
31+
For further questions see Issue#891
32+

0 commit comments

Comments
 (0)