git log - How can I track down a user that deleted all my branches in git -


we using git , stash @ firm , looks deleted branches master.

can please tell me how track down users did it? also, how restore data (if can restored)?

to recover: use git reflog find sha1, use git checkout <sha>.

to track down: use git log see commmit logs - http://git-scm.com/docs/git-log


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -