Subscribe to The infinite monkey theorem

Stay up to date! Get all the latest & greatest posts delivered straight to your inbox

git

A collection of 5 posts

Checkout a file (just one file) from a specific commit (revision) cover image
git

Checkout a file (just one file) from a specific commit (revision)

git checkout 6c1d1862 AppConsumer/Curbsidr.xcodeproj/project.pbxproj

Adding a tag cover image
git

Adding a tag

git tag -a prod-0.9.7 -m 'add analytics'

Update Git to respect a newly added .gitignore cover image
git

Update Git to respect a newly added .gitignore

git rm -r --cached .

Keeping git history clean cover image
git

Keeping git history clean

git rebase -i 95eeee3^

Cannot lock ref ... cover image
git

Cannot lock ref ...

git remote prune origin