Skip to content

spyluxos/pspad-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

pspad-git

Add local and remote Git commands for the PSPad editor (http://www.pspad.com/)

How to install

Copy the gitCommands.vbsfile into the Script\VBScript directory of where PSPad was installed on your PC which is by default C:\Program Files (x86)\PSPad editor\ in Windows7. Quit and restart the PSPad editor.

You could press Scripts | Recompile scripts to make certain that no remaining errors occur. The menu will look like this:

git-commands after installation

Prerequisites:

GIT should already be installed and available in the path environment variable, accessible from everywhere.

The first thing to do when Git is installed is to set your user name and email address.

   git config --global user.name "John Doe"
   git config --global user.email [email protected]

This is important because every Git commit uses this information, This information will be stored in the local file .git\config file

[user] 
   user.name=John Doe
   [email protected]

About

Local and remote Git commands for the PsPad editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published