jupyterlab-git
jupyterlab-git copied to clipboard
Feature branch and git icon disappears
Description
Current branch abruptly switches back to master
branch while working on a feature branch and git icon disappears.
Reproduce
After switching to a feature branch and working on new/old files, the git plugin switches back to master branch periodically and the gui does not show any other branches. After restarting the jupyterlab instance, the git plugin icon is no longer available.
Expected behavior
The expected behavior would be for the branch to maintain on the feature branch and for the git plugin icon to appear.
Context
# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
# pip list | grep jupyterlab-git
jupyterlab-git 0.35.0
# jupyter labextension list
JupyterLab v3.2.8
@jupyterlab/git v0.35.0 enabled OK (python, jupyterlab-git)
# git --version
git version 2.20.1
@willyyang are you still able to reproduce this bug?
If so, could you please report any error seen in the browser console log (See how to access the console) and/or in the server log?