데이터 백업 가이드
Git 백업
터미널 명령어를 통한 백업 방법

폴더/파일 내보내기
파일 내보내기

폴더 내보내기

마지막 업데이트
도움이 되었나요?



마지막 업데이트
도움이 되었나요?
도움이 되었나요?
git initgit remote add origin <원격저장소URL>git add .
git commit -m "백업: YYYY-MM-DD"git push -u origin main