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

Commit c71161a

Browse files
Adding more internal documentation links
1 parent bb03bf1 commit c71161a

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

docs/using/quick-guide.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
These documents contain more details on how to use the GitHub for Unity plugin:
66
- **[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)**
77
- **[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)**
9+
- **[Managing Branches](https://github.com/github-for-unity/Unity/blob/master/docs/using/managing-branches.md)**
10+
- **[Locking Files](https://github.com/github-for-unity/Unity/blob/master/docs/using/locking-files.md)**
11+
- **[Working with Changes](https://github.com/github-for-unity/Unity/blob/master/docs/using/working-with-changes.md)**
812

913
## Table of Contents
1014

@@ -118,6 +122,8 @@ To set up credentials in Git so you can push and pull, you can sign in to GitHub
118122

119123
![Authentication screenshot](https://user-images.githubusercontent.com/121322/27644895-8f22f904-5bd9-11e7-8a93-e6bfe0c24a74.png)
120124

125+
For more information on Authentication: - **[Authenticating to GitHub](https://github.com/github-for-unity/Unity/blob/master/docs/using/authenticating-to-github.md)**
126+
121127
### Publish a new repository
122128

123129
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
132138

133139
![Changes tab screenshot](https://user-images.githubusercontent.com/121322/27644933-ab00af72-5bd9-11e7-84c3-edec495f87f5.png)
134140

141+
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+
135143
### Pushing/pulling your work - History tab
136144

137145
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
140148

141149
![History tab screenshot](https://user-images.githubusercontent.com/121322/27644965-c1109bba-5bd9-11e7-9257-4fa38f5c67d1.png)
142150

151+
152+
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)**
153+
143154
### Branches tab
144155

145156
![Branches tab screenshot](https://user-images.githubusercontent.com/121322/27644978-cd3c5622-5bd9-11e7-9dcb-6ae5d5c7dc8a.png)
@@ -150,4 +161,4 @@ You can configure your user data in the Settings tab, along with the path to the
150161

151162
Locked files will appear in a list in the Settings tab. You can see who has locked a file and release file locks after you've pushed your work.
152163

153-
![Settings tab screenshot](https://user-images.githubusercontent.com/121322/27644993-d9d325a0-5bd9-11e7-86f5-beee00e9e8b8.png)
164+
![Settings tab screenshot](https://user-images.githubusercontent.com/121322/27644993-d9d325a0-5bd9-11e7-86f5-beee00e9e8b8.png)

docs/using/working-with-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Working with changes
22

3-
## Commit changes to GitHub
3+
## Commit changes
44

55
All changes made to a repository will show up under the **Changes** view.
66

0 commit comments

Comments
 (0)