git

A collection of 5 posts

Git

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

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

  • git
Git

Adding a tag

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

Git

Update Git to respect a newly added .gitignore

git rm -r --cached .

Git

Keeping git history clean

git rebase -i 95eeee3^

Git

Cannot lock ref ...

git remote prune origin

Subscribe to The infinite monkey theorem

We fling fresh posts—no banana peels attached—straight to your inbox.