Notifications
Clear all

[Closed] Setting up Git in the Scite editor

I’m using Git to keep track of versions in my scripting projects. However, on a regular scripting day I’m pretty lazy committing files and adding messages.
Now I’ve added a few Git functions to the Scite maxscript editor. This lowers the threshold for committing files. I’m committing more often and adding more messages now. This makes my version history much more finegrained and functional.
Check out the blog article to see how it’s done.

1 Reply

Nice one! We’re using SVN, but that would just change the command line, so great thanx! I always wanted to take a look into that.