반응형 etc/Git Hub3 git에서 특정파일 히스토리 삭제 *.properties에 삭제하려고하는 파일명 $ git filter-branch --force --index-filter "git rm --cached --ignore-unmatch *.properties" --prune-empty --tag-name-filter cat -- --all $ git push origin master --force 2019. 9. 30. Remote branch명 변경하기 git 원격 브랜치명 변경하기 1. 로컬 브랜치명 변경$>git branch -m oldbranch newbranch $>git push origin :oldbranch $>git push origin newbranch 2019. 3. 8. GitHub 기초 GitHub 설명 번역https://nolboo.github.io/blog/2013/10/06/github-for-beginner/ 2015. 12. 2. 이전 1 다음 반응형