Unfortunately the audit log doesn't include plugin installation. How can I tell who put in a trial app and when it happened? Is it even possible?
source code repositories provide a tool (for svn it is called 'blame') that allow me to quickly see when a given line was last changed and by who. Is there a similar workflow within the c...
Hi, In git it is possible to call: git blame -w "file-name" in order to get the blame output to ignore white space. is it possible to override sourcetree's default blame command with the "-w" p...
Copied to clipboard