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
If there are untracked files you currently have to use 'git add *' or something like it.
Make a bad ass interactive prompt since we have the power of react, that lets you keypress navigate and pick which files to track.
Some considerations: if there are HUNDREDS of untracked files we shouldn't show the prompt and instead prompt to continue or give the user the opportunity to quit, git add, then bb commit again
The text was updated successfully, but these errors were encountered:
If there are untracked files you currently have to use 'git add *' or something like it.
Make a bad ass interactive prompt since we have the power of react, that lets you keypress navigate and pick which files to track.
Some considerations: if there are HUNDREDS of untracked files we shouldn't show the prompt and instead prompt to continue or give the user the opportunity to quit, git add, then bb commit again
The text was updated successfully, but these errors were encountered: