linux – Edit files under Git control on CentOS with atom

Question: Question:

I'm using atom on Windows 7.
Of course, you can edit files under Git management locally,
Is there a way to directly edit Git-managed files on CentOS?

Currently, what you have committed in your local working directory, etc.
I'm pushing to a shared repository on CentOS.
Create a working directory on CentOS and work there.
I want to reflect it in the shared repository on CentOS.

Is there any way?

Answer: Answer:

Solved by a comment from h2so5.

I installed win-sshfs by referring to the URL below.
http://www.maruko2.com/mw/Windows_%E3%81%A7_sshfs_%E3%82%92%E5%88%A9%E7%94%A8%E3%81%99%E3%82%8B% E6% 96% B9% E6% B3% 95

Scroll to Top