sourcegit-scm/sourcegit

Pulling with empty repository will lead to crash

Closed this issue · 1 comments

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.

Fixed