Is it possible to push from a GIT repository to my Webfaction server? This would be to replace using FTP. Thanks, Grant asked 14 Dec '13, 13:26 grantnovey |
Hi Grant, Yes, Git is fully supported, including the ability to push to a repository stored on the WebFaction server. Two popular ways to accomplish this are to use SSH or HTTP. SSH is a bit simpler since you don't need to install anything special. HTTP is more flexible and general, since you don't need your users to necessarily have SSH access to your server. We make HTTP easy by providing the Git one-click installer in the WebFaction Control Panel. That provides a nice GitWeb user interface, which is ideal for sharing your Git projects with the world. Regards, ~Christopher S, WebFaction Support answered 14 Dec '13, 14:54 likebike |