Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Using TortoiseGit to work with plugin sdk

Dmitry edited this pageOct 27, 2017 ·1 revision

To simplify the work with plugin-sdk repository, you can use TortoiseGit utility.

TortoiseGit

Copying plugin-sdk repository to your disk

Openplugin-sdk page on github, press theClone or Download button, and copy the link:

Img1

Now go to the folder with your projects (if there is already a plugin-sdk folder - delete it), clickRMB, thenGit Clone:

Img2

If the link was copied correctly, the program will set everything up:

Img3

ClickOK, after downloading - Close.

Now you will have the repository folder of plugin-sdk.

Img4

To work with the repository, pressRMB on the📁 plugin-sdk folder, then selectGit Sync ...:

Img5

Updating

Before this procedure, it is recommended to close Visual Studio.

PressPull.

Img6

After the upgrade, you can see the list of "commits" that were downloaded:

Img7

ClickClose.

Making your changes. Editors list

Only editors can make changes "directly". To become an editor, you need to:

  1. Create an account atgithub.
  2. Tell us your nickname.
  3. Get confirmation link and confirm.

Being an editor, click the buttonCommit

Img8

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):

Img9

PressCommit & Push (on theCommit button there is an arrow on the right that opens additional options), after sending, clickClose.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp