Pulling with empty repository will lead to crash
Closed this issue · 1 comments
aikawayataro commented
Steps to reproduce:
cd /tmp
mkdir test
cd test
git init
git remote add origin https://github.com/sourcegit-scm/sourcegit.git
sourcegit .Press Pull toolbar button.
SourceGit should emit a warning when there's no branch yet.
love-linger commented
Fixed