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
At present the for loop included in "run_autogit()" results in "cd()" loose the ability to detect if its in a git repo.
Once I changed back to your old logic it worked again; so changed back to:
The text was updated successfully, but these errors were encountered:
simz-gh
changed the title
For loop in run_autogit() makes function cd() run autogit against every folder
For loop in run_autogit() makes cd() run autogit against every folder
Jun 6, 2023
At present the for loop included in "run_autogit()" results in "cd()" loose the ability to detect if its in a git repo.
Once I changed back to your old logic it worked again; so changed back to:
The text was updated successfully, but these errors were encountered: