December 2011
2 posts
1 tag
Charles 3.6.5 released
Charles 3.6.5 was released earlier today. It’s primarily a bug fix release. For Java 1.7 a number of incompatibilities were fixed including a delay during startup and hung network connections. Fixes for a networking regression in 3.6.4 - an improvement to the networking caused an irregular Connection reset (or similar) error to occur when browsing. SSL behaviour improved including better...
Dec 7th
48 notes
1 tag
Recovering lost Git commits
If you rollback to a previous commit you can lose the later commits if they’re not referenced by another branch. I just rolled back and lost a commit that I hadn’t pushed to the remote. Easy fix. git reflog This will show you recent commits, and should include the commit that you’ve just lost. You can then merge it back in.
Dec 6th
4 notes