Hacker News new | past | comments | ask | show | jobs | submit login

It's a generic git syntax for "this reference 3 versions ago", see `man git-rev-parse`

It works for other things too, e.g. you can undo rebase with `git reset master@{1}` (i.e. reset master to previous location of master).




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: