Project Management/Github
github gist rollback 하는 방법
1. git clone을 한다
- # replace the Gist ID with your own
- git clone git@github.com:cc13e0fcf2c348cc126f918e4a3917eb.git
2. git reset을 한다
- git reset --hard HEAD~1 && git push -f origin master
'Project Management > Github' 카테고리의 다른 글
github actions 자동 배포 : ssh-action 사용 방법 (0) | 2023.06.04 |
---|---|
MS - GitHub Actions로 개발 주기 자동화 학습 정리 (0) | 2023.05.31 |
중요한 정보가 노출되었을 경우 (git filter-repo/bfg로 안되는 경우) (0) | 2023.01.11 |
github readme / profile 꾸미기 정보 (0) | 2022.10.24 |
생활코딩 git - 리마인드 학습 정리 (0) | 2022.07.04 |
댓글