I accidentally typed git checkout
in GIT CMD without any arguments in my working branch. The parent branch name is development.
After I hit the command it showed the following:
M analytics-engine/build.gradle
M analytics-engine/src/main/groovy/com/oracle/emcsas/securityanalytics/stats/timebucket/ExternalizeTimeBucket.java
M analytics-engine/src/main/groovy/com/oracle/emcsas/securityanalytics/stats/timebucket/TimeBucket.java
But I did not notice any changes in my local branch. All the changes are there. So what did it actually do.
git version 2.15.0.windows.1