Github/git
2024. 3. 25.
깃허브 commit의 작성자 변경하기(git-filter-repo)
공식문서 newren/git-filter-repo: Quickly rewrite git repository history (filter-branch replacement) (github.com) 🟩 0. 준비물 python git 환경변수를 설정할 지식 🟩 1. git-filter-repo를 다운받는다. git clone https://github.com/newren/git-filter-repo.git 어디로 다운 받는지 상관 없습니다. 환경변수를 저장할거이기 때문입니다. 🟩 2. 환경변수 저장을 해준다. git-filter-repo.py가 있는 폴더를 환경변수로 저장해준다. clone 받은 폴더를 통체로 저장해주세요 🟩 3. filter-repo가 잘 설정됬는지 확인한다. git filter-repo ..