My online tech scrapbook where I keep my notes in case I need to look them up later
Tuesday, March 31, 2015
Tuesday, March 24, 2015
Apache POI List of Supported Spreadsheet Formulas
It's a little outdated (2012) but serves as a good guide for the most part:
Monday, March 9, 2015
Git Undo Uncommitted Fast Forward Merges
This can only happen when there are conflicts. Fast forward merges are otherwise auto-committed.
git merge --abort
Reference: http://stackoverflow.com/questions/5741407/how-to-undo-a-git-merge-with-conflicts
git merge --abort
Reference: http://stackoverflow.com/questions/5741407/how-to-undo-a-git-merge-with-conflicts
Subscribe to:
Posts (Atom)