In our company we are using git.
If I have some file which isn't there and I run command gitk
, I can see red dot with description:
Local uncomitted changes, not checked in to index
Now I create new repository in GitHub because I want to work with this tool more efficiently.
But here when I have some file which isn't committed, I can't see any red dot when I run gitk
.
Is there some option how to set this ?