description | cover | coverY |
---|---|---|
Any help to maintain this website is appreciated ! |
.gitbook/assets/OT_Deep_Dive_Logo_Presentation_12.jpg |
-1027.3439116936875 |
If you would like to help the TRAC community build this page, please follow the steps below:
-
Create your own GitHub account
-
On the top right corner of this GitHub Repository, click fork
You have now successfully "copied" this website into your GitHub account ! Now all changes you make will be under your account.
-
When you are done editing a file, you can save the changes
-
Then, go back to your main Repository page
-
Click on Contribute and then Open Pull Request
-
You can write a description, then click Create Pull Request
-
The changes will then be sent back to my main Repository pending my review. Done !
Another way to edit your repository is by using VS code. This program will allow you a lot more options rather than directly modifying on GitHub.
-
Once you have installed VS code, install Git
-
Then, install the GitHub Pull Requests and Issues extension
-
Log in to your GitHub account on the extension
-
In the browser window popup, you will receive your authorization token
-
Copy the token, and switch back to VS Code
-
Select Signing in to github.com... in the Status bar, paste the token, and hit Enter
-
Once signed in, click on Open Folder to select a local folder that will serve as your working directory
-
Open your browser, and copy the address of your GitHub Repository.
Mine, for example, is: https://github.com/Valcyclovir/tracdeepdive
-
Go back to VS code, press F1
-
On the command palette, type the following:
git clone <paste the address you copied on step 8 here>
Your GitHub Repository is now on VS code and you can use it to edit tracdeepdive !
The principle is the same as before. Once you're done editing a page, ctrl+s to save the edited file on your local computer, then commit it to your GitHub Repository, and finally, create a Pull Request to my main Repository for my review. Everything can be done within VS Code !
Welcome to the #derpdive gang and thanks for contributing !
If you have any problems following the steps above, please create an issue here.