Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kibwen
on March 7, 2013
|
parent
|
context
|
favorite
| on:
Unix tricks
- 'cd -' change to the previous directory you were working on
To my surprise, this also works with git:
git checkout - # to checkout the previous branch
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
To my surprise, this also works with git: