I am trying to use SourceTree GUI. I successfully created a local repo, made several additions, deletions and mods, and also successfully clicked on my remote.
My problem is that every time I try to commit, the “Staged Changes” file list in my commit window is empty, and I have to manually drag the contents of the “Working copies of changes” file list to “Phased changes”.
I realized if I release 'git add.' command in my terminal then the same thing happens.
Is there any way not to do this always before I commit it?
source
share