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 one is tricky: we do not want to touch the file system after every "enter". Rather, it looks like we need to be watching .git/HEAD in a separate thread, and update an internal variable every time the git branch changes. Then in the prompt we want to just print the branch.
Later we should change the git branch right when it happens (no need to press enter).
The text was updated successfully, but these errors were encountered:
This one is tricky: we do not want to touch the file system after every "enter". Rather, it looks like we need to be watching
.git/HEAD
in a separate thread, and update an internal variable every time the git branch changes. Then in the prompt we want to just print the branch.Later we should change the git branch right when it happens (no need to press enter).
The text was updated successfully, but these errors were encountered: