I am very new to Git
perhaps I don't like eclipse's git plugin. So I prefer to use git using Linux terminal.
So consider I am creating a branch using the terminal
git branch test
git checkout test
And I am typing the code in a file without refreshing the eclipse
java project will my changes reflect in that branch.
Also let me know the exceptional cases one should consider while using git with eclipse
.