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

Commit 3a70020

Browse files
Merge pull request #902 from kant/patch-1
Minor formattin (proposals)
2 parents 5833fbb + 8bb5cb3 commit 3a70020

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

docs/using/quick-guide.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ These documents contain more details on how to use the GitHub for Unity plugin:
3939
### Requirements
4040

4141
- Unity 5.4 or higher
42-
- There's currently an blocker issue opened for 5.3 support, so we know it doesn't run there. Personal edition is fine.
42+
- There's currently a blocker issue opened for 5.3 support, so we know it doesn't run there. Personal edition is fine.
4343
- Git and Git LFS 2.x
4444

4545
#### Git on macOS
4646

47-
The current release has limited macOS support. macOS users will need to install the latest [Git](https://git-scm.com/downloads) and [Git LFS](https://git-lfs.github.com/) manually, and make sure these are on the path. You can configure the Git location in the Settings tab on the GitHub window.
47+
The current release has limited macOS support. macOS users will need to install the latest [Git](https://git-scm.com/downloads) and [Git LFS](https://git-lfs.github.com/) manually, and make sure these are on the path. You can configure the Git location in the `Settings` tab on the GitHub window.
4848

4949
The easiest way of installing git and git lfs is to install [Homebrew](https://brew.sh/) and then do `brew install git git-lfs`.
5050

@@ -73,10 +73,9 @@ Once the extension is installed, you can open a command line with the same Git a
7373
### Installation
7474

7575
This extensions needs to be installed (and updated) for each Unity project that you want to version control.
76-
First step is to download the latest package from [the releases page](https://github.com/github-for-unity/Unity/releases);
77-
it will be saved as a file with the extension `.unitypackage`.
76+
First step is to download the latest package from [the releases page](https://github.com/github-for-unity/Unity/releases); it will be saved as a file with the extension `.unitypackage`.
7877
To install it, open Unity, then open the project you want to version control, and then double click on the downloaded package.
79-
Alternatively, import the package by clicking Assets, Import Package, Custom Package, then select the downloaded package.
78+
Alternatively, import the package by clicking `Assets`, `Import Package`, `Custom Package`, then select the downloaded package.
8079

8180
#### Log files
8281

@@ -102,7 +101,7 @@ further.
102101

103102
### Opening the GitHub window
104103

105-
You can access the GitHub window by going to Windows -> GitHub. The window opens by default next to the Inspector window.
104+
You can access the GitHub window by going to `Windows` -> `GitHub`. The window opens by default next to the Inspector window.
106105

107106
### Initialize Repository
108107

@@ -135,7 +134,7 @@ For more information on Authentication: - **[Authenticating to GitHub](https://g
135134

136135
### Commiting your work - Changes tab
137136

138-
You can see which files have been changed and commit them through the Changes tab. `.meta` files will show up in relation to their files on the tree, so you can select a file for comitting and automatically have their `.meta`
137+
You can see which files have been changed and commit them through the `Changes` tab. `.meta` files will show up in relation to their files on the tree, so you can select a file for comitting and automatically have their `.meta`
139138

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

@@ -158,8 +157,8 @@ For more information on working with changes: - **[Working with Changes](https:/
158157

159158
### Settings tab
160159

161-
You can configure your user data in the Settings tab, along with the path to the Git installation.
160+
You can configure your user data in the `Settings` tab, along with the path to the Git installation.
162161

163162
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.
164163

165-
![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)

0 commit comments

Comments
 (0)