My online tech scrapbook where I keep my notes in case I need to look them up later
Sunday, June 22, 2014
Article on Using Recruiters
Interesting article, could use for future reference: http://firstround.com/article/Ive-Worked-with-Hundreds-of-Recruiters-Heres-What-I-Learned
Tuesday, June 10, 2014
Git Checkout to a Specific Commit
In Git, to get your workspace code to that of a specific commit:
To go back to HEAD e.g. in the "master" branch:
References:
git checkout 0fe3207
|
To go back to HEAD e.g. in the "master" branch:
git checkout master
|
References:
Subscribe to:
Posts (Atom)