|
|
|
|
|
by malingo
2265 days ago
|
|
Git checkout understands "hyphen expansion" for your previous branch (a la `cd -` to switch to your previous working directory), so switching between two branches is as easy as `git checkout -` or even `git co -` if you have an alias. |
|
All build systems (that people actually use) are really bad.