Skip to content

sajjee68/git-ftp-installing-commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

git-ftp installing commands

Commands for adding git-ftp in your project

  • step one open gitBash in adminstrator mode

  • then write these commands one by one

git clone https://github.com/git-ftp/git-ftp git-ftp.git
cd git-ftp.git && chmod +x git-ftp
cp ~/git-ftp.git/git-ftp /bin/git-ftp
  • go to your project file and run gitBash

  • check for install git-ftp by this command

git ftp -v
  • Setup

git config git-ftp.url "ftp://ftp.example.net:21/public_html"
git config git-ftp.user "ftp-user"
git config git-ftp.password "secr3t"
  • first init command

git ftp init
  • Or if the files are already there

git ftp catchup
  • enjoy push comand

git ftp push

About

the command for adding git-ftp in your project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors