Comments on: Deploying a Git repository via FTP /2012/04/deploying-a-git-repository-via-ftp/ The virtual home of Web developer Daniel Hollands, the place to be if you're looking for articles and tutorials (and rants) on all aspects of the World Wide Web. Sun, 19 Apr 2015 23:29:32 +0000 hourly 1 http://wordpress.org/?v=3.9 By: Ayo /2012/04/deploying-a-git-repository-via-ftp/#comment-19029 Sun, 19 Apr 2015 23:29:32 +0000 /?p=342#comment-19029 How to you use both git-ftp and bitbucket together. Thanks

]]>
By: Daniel /2012/04/deploying-a-git-repository-via-ftp/#comment-11710 Tue, 12 Aug 2014 10:48:18 +0000 /?p=342#comment-11710 I’m not sure I understand what you’re asking, dody. Each repo that you use will have it’s own unique FTP settings, as defined when you set-up git-ftp. If you have multiple projects which need to be uploaded to the same server, but in different folders, you can specify this in the config, i.e.:

git config git-ftp.url ftp.testing.com/path/to/folder

]]>
By: dody /2012/04/deploying-a-git-repository-via-ftp/#comment-11659 Sat, 09 Aug 2014 01:13:34 +0000 /?p=342#comment-11659 I have a question, if I work with two repository, could I config git ftp to use like: myhost/repo1 and myhost/repo2? or always I have an unique ftp url?
Thanks!

]]>
By: Luke Gedeon /2012/04/deploying-a-git-repository-via-ftp/#comment-2378 Wed, 16 Apr 2014 01:52:02 +0000 /?p=342#comment-2378 Make sure to quote your password if it has any special characters. And if you choose not to store your password in git-ftp you can use -p to make it prompt for a password.

]]>
By: Christian /2012/04/deploying-a-git-repository-via-ftp/#comment-2254 Thu, 12 Sep 2013 01:48:22 +0000 /?p=342#comment-2254 Nice work, great article. I was looking for some way of deploying my git repo, and free is nice :)

]]>