Leave a reply
Category Archives: Uncategorized
원격 저장소에 올라간 커밋 되돌리기
https://jupiny.com/2019/03/19/revert-commits-in-remote-repository/
gitea master | S3 Browser
- git-scm 에서 git 다운로드, 실행
- https://dl.gitea.io/gitea/1.10.2/ 에서 아래 실행파일 다운로드
gitea-1.10.2-windows-4.0-amd64.exe - 다운로드한 실행 파일 gitea.exe로 rename 후 cmd 창에서 “gitea web” 실행
- http://localhost:3000/, 또는 http://192.168.0.5:3000/ 로 설치
참고 : https://docs.gitea.io/en-us/install-from-binary/ - windows service로 등록
sc.exe create gitea start= auto binPath= “\”C:\gitea\gitea.exe\” web –config \”C:\gitea\custom\conf\app.ini\””
services.msc 실행해서 service 등록 확인, 정지, 재시작 등에 이용
참고 : https://docs.gitea.io/en-us/windows-service/ - 서비스 삭제는 sc.exe delete gitea