Author:
erics, July 9th, 2020
shell$ git log | head -1 commit a203e1bd04718bff10a3df4a3389c493c97c0432 Use the commit string as the last argument to the git revert command: shell$ git revert -m 1 a203e1bd04718bff10a3df4a3389c493c97c0432
Categories: How-To's, Technology Tags: commit, git, git merge, git revert, howto, last, Last Commit, Merge, Mistake, Revert, Revert Commit, revert merge, tips
|
No comments
Author:
erics, April 25th, 2011
Use the :first-child or :last-child CSS Selectors The :first-child pseudo class means “if this element is the first child of its parent”. :last-child means “if this element is the last child of its parent”. Note that only element nodes (HTML tags) count, these pseudo-classes ignore text nodes. Click here for the original article on Quirksmode
Categories: How-To's, Technology Tags: :first-child, :last-child, CSS, first, first-chile, last
|
No comments