sublime-text-git icon indicating copy to clipboard operation
sublime-text-git copied to clipboard

Plugin for some git integration into sublime text

Results 103 sublime-text-git issues
Sort by recently updated
recently updated
newest added

I'm trying to clone my professor's code from GitHub to qt but the message "fatal: could not read Username for 'https://github.com': Device not configured" appears at checkout. I tried changing...

Hello there! While there has been a lot of work on this plugin, a new release tag has not been cut for 6 years. I hit this in confusion when...

When I open files in my `.config/sublime-text/Packages/User` folder (a git repo), I'm seeing 2+ second freezes. Here's what my Plugin Event Profile shows: ``` on_activated: Git.git.ignore: 0.005s total, mean: 0.000s,...

Hi! Where can I set the password for SSH private key in Sublime? Sublime works fine with non-encrypted key but with encrypted key it says: ``` Permission denied (publickey). fatal:...

Hi, I get the following trying to push/pull with this plugin. # fatal: could not read Username for 'https://github.com': Device not configured But I cant seem to figure out where...

Git (well `git` in general, but Git is a big culprit here to try to run `git status` constantly) on a SMB share with a 45k-file repo, most of which...

Sublime Merge implements many of its commands using Input Handlers ![image](https://user-images.githubusercontent.com/33235928/154810283-ba9f1908-20c5-4f7d-b876-38d292923562.png) It would be helpful if Git did the same.

what the short cut for git quick commit (repo) ?

Hi, I've been using sublime-text-git on sublimetext3 for quite awhile. It works really well. However, sometimes it just stops working---I can enter a commit message for git quick commit but...