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.
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.
Browser other questions tagged github sublime-text commit
You are not signed in. Login or sign up in order to post.
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>
– Valdeir Psr
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 :)
– Marconi