ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

autogit

by chrisparnin ST2

Automatic checkins to local git repository (Sublime Text)

Details

  • 2013.09.19.07.54.19
  • github.​com
  • github.​com
  • 11 years ago
  • 1 hour ago
  • 11 years ago

Installs

  • Total 650
  • Win 341
  • Mac 203
  • Linux 106
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

autogit-st

Automatic git checkins from your text editor saves.

autogit will automatically commit a version of a file to a local git repository everytime a change is saved in Sublime. In windows, this is stored in $(APPDATA)\autogit. In linux, /usr/local/autogit. In OSX, ~Library/Application Support/autogit.

Why use autogit?

Some simple reasons:

  • simple insurance against accidental changes or deletions.
  • makes it easier to support smarter undo, backtracking, or exploratory programming.
  • resume a task or track a task by seeing changes at a fine-grain level as they happened.
  • light-weight, stays invisible until you need it.

Some deeper reasons:

  • Better Task Resumption: research suggests that resuming an interrupted task or reviewing a change made by another is made easier when changes can be reviewed in an time-ordered manner (in comparision to a flat commit).

  • Auto-blog: automark is a sister project that can examine a git repository and then automatically generate a markdown file, in a format suitable for publishing a blog post.

  • Personal Analytics: Watts Humphrey has advocated the idea of tracking personal activity for self-improvement, using methods such as the Personal Software Process. Using services, such as codealike or codeivate, you can track things like time spent editing, etc. Tracking the actual changes can take this analysis to another level.

  • Api Analytics: Frequent mistakes are made when programming or using particular apis. This can be analyzed: “You spent 3 hours figuring out how to correctly use pygit2.create_commit(), create github issue?”

Other Editors

See the main auto-git project for other editor support.