git checkout -b newBranch && echo a > a && git commit -a -m "first change"
Gitifier -> check now - nothing shown
echo b >> a && git commit -a -m "second change"
Gitifier -> check now - "second change" is notified about.
Gitifier seems to skip all the commits in new branches that happened before a sync.