- If you want to reset previous commit, then
> git reset --soft HEAD^
https://qiita.com/shuntaro_tamura/items/06281261d893acf049ed
- If you want to rebase your commits, then
> git log --oneline
> git rebase -i [commitID]
> git push -f origin HEAD
https://qiita.com/tsuuuuu_san/items/f708a9f7ea8ab8eb6945
-
Jump to the definition F12
-
Back to the caller function Cntl + -
- kill process
lsof -i :7545
kill -9 <PID>
local execute
circleci config process .circleci/config.yml > process.yml
circleci local execute -c process.yml