티스토리 뷰

Study

git-ftp(깃-에프티피) 관련

메디츠 2023. 2. 3. 21:26
반응형

https://gitforwindows.org

// 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 폴더 모든 권한 부여

반응형
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
more
«   2024/12   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
글 보관함