티스토리 뷰
반응형
// git 설치
C:\Program Files\Git\git-bash.exe 관리자 권한으로 실행
curl https://raw.githubusercontent.com/git-ftp/git-ftp/master/git-ftp > /bin/git-ftp
chmod 755 /bin/git-ftp
// 윈도우 git-ftp 설치
git clone https://github.com/git-ftp/git-ftp git-ftp
// clone해서 sudo make install 하는건 linux. git-bash에서 git-ftp.git을 /bin에 복사해도 되는듯.
git tag
git checkout <tag> // 버전 설정
git config git-ftp.url url
git config git-ftp.user user
git config git-ftp.password password
// 계정 설정.
git ftp init
// 초기화 및 업로드
git ftp catchup
// 업로드 된 파일 동기화
git add . // 파일 있어야함.
git commit -m 'test'
git ftp push
// commit후 ftp에 push
폴더와 그대로 매칭. 로컬 삭제시 삭제도 됨.
git 폴더 모든 권한 부여
반응형
'Study' 카테고리의 다른 글
PhantomJS(팬텀제이에스) 관련 (0) | 2023.02.03 |
---|---|
git-ftp(깃-에프티피) sourcetree(소스트리) custom action(커스텀 액션) (0) | 2023.02.03 |
PSFTP(피에스에프티피) 관련 (0) | 2023.01.28 |
SmartFoxServer(스마트폭스서버) 관련 (0) | 2023.01.28 |
Linux(리눅스) Debian(데비안) Telegram(텔레그램) CLI (0) | 2023.01.26 |
댓글