You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/using/getting-started.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,10 @@ And you should see the GitHub spinner:
19
19
- History: A history of commits with title, time stamp, and commit author
20
20
- Branches: A list of local and remote branches with the ability to create new branches, switch branches, or checkout remote branches
21
21
- 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
22
24
-
# Connecting to an Existing Repository
25
-
26
-
# Connecting to an Existing Repository that already has the GitHub for Unity package
23
+
# Cloning an Existing Repository
24
+
GitHub for Unity does not have the functionality to clone projects (yet!).
25
+
1. Clone the repository (either through command line or with GitHub Desktop https://desktop.github.com/).
26
+
2. Open the project in Unity.
27
+
3. Install GitHub for Unity if it is not already installed.
28
+
4. The GitHub plugin should load with all functionality enabled.
- Otherwise, it's best to stop Unity and delete GitHub for Unity from your project. Startup Unity and run the package installer like normal. Allowing it to restore everything.
Copy file name to clipboardExpand all lines: docs/using/quick-guide.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@
5
5
These documents contain more details on how to use the GitHub for Unity plugin:
6
6
-**[Installing and Updating the GitHub for Unity package](https://github.com/github-for-unity/Unity/blob/master/docs/using/how-to-install-and-update.md)**
7
7
-**[Getting Started with the GitHub for Unity package](https://github.com/github-for-unity/Unity/blob/master/docs/using/getting-started.md)**
8
+
-**[Authenticating to GitHub](https://github.com/github-for-unity/Unity/blob/master/docs/using/authenticating-to-github.md)**
For more information on Authentication: - **[Authenticating to GitHub](https://github.com/github-for-unity/Unity/blob/master/docs/using/authenticating-to-github.md)**
126
+
121
127
### Publish a new repository
122
128
123
129
1. Go to [github.com](https://github.com) and create a new empty repository - do not add a license, readme or other files during the creation process.
@@ -132,6 +138,8 @@ You can see which files have been changed and commit them through the Changes ta
For more information on working with changes: - **[Working with Changes](https://github.com/github-for-unity/Unity/blob/master/docs/using/working-with-changes.md#commit-changes)**
142
+
135
143
### Pushing/pulling your work - History tab
136
144
137
145
The history tab includes a `Push` button to push your work to the server. Make sure you have a remote url configured in the `Settings` tab so that you can push and pull your work.
@@ -140,6 +148,9 @@ To receive updates from the server by clicking on the `Pull` button. You cannot
For more information on working with changes: - **[Working with Changes](https://github.com/github-for-unity/Unity/blob/master/docs/using/working-with-changes.md#pulling-changes)**
0 commit comments