Is there a text editor that integrates with Github?

Asked

Viewed 205 times

0

I’m using Notepad++ to program in the Lua language (small programs, I’m still studying), and I usually save the codes on Github when I have to stop to continue afterwards.

But manually I need to go to the Github website and add the file, and if you want to modify it, change it there. In Android Studio there is an integration where you configure a repository and then can commit easily. Is there a text editor that does this, or even an IDE that supports Lua?

In fact, this would also be useful for other languages such as C++ and Java.

  • Atom and Visual Studio Code do. But even on Notepad++, you don’t need to add each file manually from Github, you could use the command line...

  • I downloaded the Atom now, you know which package I have to install?

  • This video explains how to use Atom with Git: https://www.youtube.com/watch?v=7Id1_VfbEKo

No answers

Browser other questions tagged

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