How to integrate Sublime Text with a Github repository

Asked

Viewed 731 times

1

I own a repository on Github, like I integrate this repository into Sublime Text to commit my sources?

I searched tutorials, but could not find.

  • If you are looking for plugins, you can use https://packagecontrol.io/search/git. After installing the plugin, simply install the git > configure and then run (on your terminal) git clone <link do seu repositório>

  • Just use the Vscode. It’s way better than sublime and it already does automatic integration with GIT (just have it installed on your pc and added the Github remote address). If you follow my lead, you won’t regret it :)

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.