Skip to content
/ gitftp Public

Send your changes from your GIT to your FTP like a ninja !

Notifications You must be signed in to change notification settings

jevin/gitftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GITFTP

What is gitftp ?

Well gitftp is a neat little tool that allows you to push your unstaged changes directly to your FTP.

But why FTP ? Didn't we all agree it's old and unsafe ?

While this is entirely true, some of us are still stuck in FTP hell. And besides, if you have an SFTP access, wouldn't you be better off doing pulls directly from your server ?

Why only send unstaged changes ?

Because that's a great way to force you to have the same code locally and on your server. Also, that's how my workflow is. So yeah, it's mainly because I like it suits me. ;-)

Okay you've convinced me. How do I install this ?

As simple as a Blink 182 song :

git clone [email protected]:jevin/gitftp.git
cd gitftp
ln -s gitftp /usr/local/bin

Lastly, be aware that all your FTP credentials will be stored in the /projects folder!

About

Send your changes from your GIT to your FTP like a ninja !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages