kernelsmith
8/13/2013 - 2:05 AM

MSF snippets, one-liners, tricks and cheats

MSF snippets, one-liners, tricks and cheats

* New Indentation Rules
https://github.com/rapid7/metasploit-framework/wiki/Indentation-Standards
* Pick up a defunct submitter's change
someone else could pick up the change while committing like so:

git merge --no-ff upstream/pr/2212
git merge --no-ff dmaloney-r7/pr/8
(assuming you added @dmaloney-r7's branch as a remote)

Doing so will tend to violate two-person code review practices when
committing to master, and therefore should only be done if the original
author went AWOL, or you want to create a new PR with the changes for 
re-review