F
F
Forge01002015-06-04 23:45:09
git
Forge0100, 2015-06-04 23:45:09

How to enable access to the bitbucket repository in Sublime Text?

What is the best plugin to use and what needs to be written in the configs to connect to the bitbucket repository?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav, 2015-06-05
@Forge0100

Of the plugins, I only know Git: https://packagecontrol.io/packages/Git
Ctrl+Shift+P → install package → git
I just started learning git myself, I connect bitbucket / github / anygit like this (from the shell):
git init
git remote add origin /
And then work from Sublime Text itself:
Ctrl+Shift+P → Git: add current file
Ctrl+Shift+P → Git: commit
Ctrl+Shift+P → Git: push
Ctrl+Shift+P → Git: quickcommit
Perhaps there are other ways, but they are not yet known to me.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question