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
# This script will check all unmerged branches to see if they contain unmerged commits to files within the specified directory
# Check if the path argument is provided
if [ -z "$1" ]; then
echo -e "Usage: \e[32m $0 <path-to-folder>\e[37m Use this script to iterate over unmerged branches and see if any commits contain changes to file in the directory supplied as the argument"