We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebaee4 commit da9963dCopy full SHA for da9963d
msfupdate
@@ -119,6 +119,9 @@ if is_git
119
$stderr.puts "[-] /usr/local/bin instead of running this file directly (e.g.: ./msfupdate)"
120
$stderr.puts "[-] to ensure a proper environment."
121
exit 1
122
+ else
123
+ $stdout.puts "[*] Stashed local changes (if any) to avoid merge conflicts."
124
+ $stdout.puts "[*] Run 'git stash pop' to reapply local changes."
125
end
126
127
system("git", "reset", "HEAD", "--hard")
0 commit comments