Project Management/Github

github gist rollback 하는 방법

bluebamus 2022. 4. 2.

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

댓글