Sometimes information regarding git are more detailed and easier accessible when using git-bash than using TortoiseGit. Therefore, I would want to use git-bash for very specific issues (e.g. creating a branch/checkout at the same time and commit uncomitted changes).
git checkout -b my_new_branch
git commit
Could I work with TortoiseGit without any problems afterwards? And vice versa?