Skip to content

Git with Notepad++

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
GNU_License.txt
Notifications You must be signed in to change notification settings

HybridModels/NPPGit

 
 

NPPGit

Git with Notepad++

Plugin to use Git with Notepad++

The original plugin was posted here: https://forum.lowyat.net/topic/1358320/all

I just needed to add Blame command, so I put the source code here.

Installation

First you need to install TortoiseGit, because this plugin simply uses the command line features of TortoiseGit. https://tortoisegit.org/

Then install Visual C++ Redistributable for Visual Studio 2015.

Important: New versions of Notepad asks you to create a folder for each plugin

After that, take the DLL NPPGit.dll on the Release folder of this repository and copy to the Notepad++ plugins folder. By default located at C:\Program Files (x86)\Notepad++\plugins\NPPGit

If you are using Notepad++ 64bits version use the dll on folder x64\Release. The default folder for 64bits version is C:\Program Files\Notepad++\plugins\NPPGit

Next time you open Notepad++ you can access through menu Plugins->Git

Plugin

About

Git with Notepad++

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
GNU_License.txt

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.9%
  • C++ 17.1%