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
  • 2 hours ago
  • 11 years ago

Installs

  • Total 650
  • Win 341
  • Mac 203
  • Linux 106
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 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.