I have a git repo with two branches: develop
and master
. I work mostly at develop
and when files are ready (sometimes not so sticky to
When you make a commit, all the staged file are included in the commit. If you wish to exclude certain files from a commit, unstage those files first.
I'm not sure how to do that with the Git UI you are using, but there should be a screen or something to manage which files with changes are staged and which aren't.