skla.blogg.se

Notepad++ compare plugin git
Notepad++ compare plugin git












notepad++ compare plugin git notepad++ compare plugin git

The GitHub Desktop application will even refresh automatically, without any interaction being required from you, after you make any editions to the files (using Notepadd++) or any changes in the file structure (add, rename, move, delete files). I find this to be even more convenient and fluid than having to open a separate plugin dialogue for doing my Git related stuff. Make some changes, save and use the GitHub Desktop Application to do all GitHub related stuff.īy the way, if you have two monitors, or a big one, you can just have the two applications open side by side, which emulates similar setups you can find in advanced IDEs (Eclipse, for example). As you can see in the referenced page, an added benefit to this approach is that the application provides a rich set of features, difficult to match by a plugin.Īfter creating the repository, just open the files you wish to edit with Notepad++. Just login with your account, and then create a local repository for your project. You can use GitHub Desktop App to set you repository locally, make commits, pulls, pushes, etc. This is a really old question, but I just bumped into it today and thought I'd share my strategy (second path asked for by the OP), as I can't seem to be able to find a convenient plugin for making Notepad++ and GitHub work together.

notepad++ compare plugin git

There's also a TortoiseGit, if you're familiar with TortoiseSVN. Since it is a git diff command, it can use the guitool and difftool you specify for Git, even though the -no-index allows git. If you're working on Windows, have you considered msysgit? sephiith you can compare against file (not commit or even not a git repo) with: git diff -no-index - file1 file2 (again, file1 and file2 can be anywhere, completely unrelated to any git repo). Git is generally designed to be fairly independent of editor.














Notepad++ compare plugin git