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
I, independently, had developed much the same script (in bash).
I noticed that if I did the squash in a sub-folder, I would miss other files in the hierarchy.
You probably want the same fix:
git add --all :/
Have a go, see if you agree.
The text was updated successfully, but these errors were encountered:
I, independently, had developed much the same script (in bash).
I noticed that if I did the squash in a sub-folder, I would miss other files in the hierarchy.
You probably want the same fix:
git add --all :/
Have a go, see if you agree.
The text was updated successfully, but these errors were encountered: