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
{{ message }}
This repository was archived by the owner on Dec 15, 2018. It is now read-only.
GitPython returns a empty diff when HEAD is unavailable (eg. when there are no commits). Adding untracked files works, but nothing can be done with them.
Workaround: once your untracked files are added, commit through the command line. Everything should work fine from there.