Sublime Forum

Proposal: Native support for git

#1

I’ve just submitted a PR to add a gitconfig package to the official packages. I’d like to hear what people think about it, particularly…

  1. Should Sublime support gitconfig files natively, or as a third-party package?
  2. Should there be a git package instead that supports gitconfig files and commit messages, like Atom has with language-git?
  3. What features would you like to see in such a package? Should I try to add completions? Validation?
  4. Is my code a giant pile of :poop:?

Thanks in advance for the feedback!

UPDATE (09/03/2017): I’ve added sublime-syntax files that cover commits, merges, interactive rebases, and tags. It’s now a full Git package :grinning:

2 Likes

#2

Might also be a good addition for GitSavvy, which already provides rich git integration stuff.

0 Likes