-
Notifications
You must be signed in to change notification settings - Fork 119
Using TortoiseGit to work with plugin sdk
To simplify the work with plugin-sdk repository, you can use TortoiseGit utility.
Open plugin-sdk
page on github
, press the Clone or Download
button, and copy the link:
Now go to the folder with your projects (if there is already a plugin-sdk folder - delete it), click RMB
, then Git Clone
:
If the link was copied correctly, the program will set everything up:
Click OK
, after downloading - Close
.
Now you will have the repository folder of plugin-sdk.
To work with the repository, press RMB
on the 📁 plugin-sdk
folder, then select Git Sync ...
:
Before this procedure, it is recommended to close Visual Studio.
Press Pull
.
After the upgrade, you can see the list of "commits" that were downloaded:
Click Close
.
Only editors can make changes "directly". To become an editor, you need to:
- Create an account at
github
. - Tell us your nickname.
- Get confirmation link and confirm.
Being an editor, click the button Commit
Next, in the "commit" window, give it a name (usually a description of the changes) and select all files that have been changed (by default, newly added files are not automatically marked):
Press Commit & Push
(on the Commit
button there is an arrow on the right that opens additional options), after sending, click Close
.