You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git stash push -m "my_stash_name"
git stash pop stash@{n}
Search string in log
// Looks for commits where the given string is present, from oldest to most recent commits
git log -S 'string to search inside commit diffs' --oneline --reverse path/