- Notifications
You must be signed in to change notification settings - Fork126
Using TortoiseGit to work with plugin sdk
To simplify the work with plugin-sdk repository, you can use TortoiseGit utility.
Openplugin-sdk page on github, press theClone 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), clickRMB, thenGit Clone:
If the link was copied correctly, the program will set everything up:
ClickOK, after downloading - Close.
Now you will have the repository folder of plugin-sdk.
To work with the repository, pressRMB on the📁 plugin-sdk folder, then selectGit Sync ...:
Before this procedure, it is recommended to close Visual Studio.
PressPull.
After the upgrade, you can see the list of "commits" that were downloaded:
ClickClose.
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 buttonCommit
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):
PressCommit & Push (on theCommit button there is an arrow on the right that opens additional options), after sending, clickClose.








