简体   繁体   English

Atom编辑器到Web服务器和GitHub同步

[英]Atom editor to webserver and to GitHub synchronize

What I want to do (and I need some help with setup): 我想做的(我需要一些设置帮助):

1) I work remotely with Atom editor 1)我使用Atom编辑器进行远程工作

2) When I save my files or doing some changes, I want send them to GitHub repository (commit & pull I guess...) + save it on my web server 2)当我保存文件或进行一些更改时,我想将它们发送到GitHub存储库(提交并拉出我想...)+将其保存在我的Web服务器上

How can I do that from atom? 我怎样才能从原子做到这一点? Is it possible? 可能吗?

(I have GitHub client for window + atom editor + GitHub repository...) (我有用于窗口的GitHub客户端+ Atom编辑器+ GitHub存储库...)

Have a look at the Git Plus package at https://atom.io/packages/git-plus https://atom.io/packages/git-plus上查看Git Plus软件包

This package allows you to do the most important Git commands from within Atom. 该软件包允许您从Atom中执行最重要的Git命令。

For you this probably is adding the changes files, committing them and pushing the commit to the online repository. 对您来说,这可能是添加更改文件,提交更改并将提交推送到在线存储库。 For this common use case Git Plus also has the "Git add all commit and push" command. 对于这种常见用例,Git Plus还具有“ Git添加所有提交和推送”命令。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM