Hi Sergey, Thanks for engaging here. Actually, I gave some details in the first email, I'm not sure if they were even noticed. About asking second time: I emphasized this because I felt this part was ignored and I didn't like it. I wanted to describe problem more generally and gave you the commands. But now I will paste the console full output as you demanded: mac:lp3rater noelo$ git status On branch master Your branch is based on 'origin/master', but the upstream is gone. (use "git branch --unset-upstream" to fixup) Changes to be committed: (use "git reset HEAD <file>..." to unstage) new file: .idea/.gitignore new file: .idea/compiler.xml new file: .idea/encodings.xml new file: .idea/jarRepositories.xml new file: .idea/libraries/Maven__commons_codec_commons_codec_1_11.xml new file: .idea/libraries/Maven__commons_io_commons_io_2_6.xml new file: .idea/libraries/Maven__commons_logging_commons_logging_1_2.xml new file: .idea/libraries/Maven__commons_net_commons_net_3_6.xml new file: .idea/libraries/Maven__net_sourceforge_htmlunit_htmlunit_2_39_1.xml new file: .idea/libraries/Maven__net_sourceforge_htmlunit_htmlunit_core_js_2_39_0.xml new file: .idea/libraries/Maven__net_sourceforge_htmlunit_htmlunit_cssparser_1_5_0.xml new file: .idea/libraries/Maven__net_sourceforge_htmlunit_neko_htmlunit_2_39_0.xml new file: .idea/libraries/Maven__org_apache_commons_commons_lang3_3_10.xml new file: .idea/libraries/Maven__org_apache_commons_commons_text_1_8.xml new file: .idea/libraries/Maven__org_apache_httpcomponents_httpclient_4_5_12.xml new file: .idea/libraries/Maven__org_apache_httpcomponents_httpcore_4_4_13.xml new file: .idea/libraries/Maven__org_apache_httpcomponents_httpmime_4_5_12.xml new file: .idea/libraries/Maven__org_brotli_dec_0_1_2.xml new file: .idea/libraries/Maven__org_eclipse_jetty_jetty_client_9_4_27_v20200227.xml new file: .idea/libraries/Maven__org_eclipse_jetty_jetty_http_9_4_27_v20200227.xml new file: .idea/libraries/Maven__org_eclipse_jetty_jetty_io_9_4_27_v20200227.xml new file: .idea/libraries/Maven__org_eclipse_jetty_jetty_util_9_4_27_v20200227.xml new file: .idea/libraries/Maven__org_eclipse_jetty_jetty_xml_9_4_27_v20200227.xml new file: .idea/libraries/Maven__org_eclipse_jetty_websocket_websocket_api_9_4_27_v20200227.xml new file: .idea/libraries/Maven__org_eclipse_jetty_websocket_websocket_client_9_4_27_v20200227.xml new file: .idea/libraries/Maven__org_eclipse_jetty_websocket_websocket_common_9_4_27_v20200227.xml new file: .idea/libraries/Maven__xalan_serializer_2_7_2.xml new file: .idea/libraries/Maven__xalan_xalan_2_7_2.xml new file: .idea/libraries/Maven__xerces_xercesImpl_2_12_0.xml new file: .idea/libraries/Maven__xml_apis_xml_apis_1_4_01.xml new file: .idea/misc.xml new file: .idea/modules.xml new file: .idea/sonarlint/issuestore/2/2/22a598feccb13c958ecc8eff5c53a9a7f9470a72 new file: .idea/sonarlint/issuestore/4/4/442292b8a7efeabbe4cc176709b833b1792140ec new file: .idea/sonarlint/issuestore/c/0/c02b58f69e810278d2d423bdee557628145ed943 new file: .idea/sonarlint/issuestore/f/b/fb31951790c271e26d568f9ac5b7681e7f0804ec new file: .idea/sonarlint/issuestore/index.pb new file: .idea/vcs.xml Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: .idea/sonarlint/issuestore/c/0/c02b58f69e810278d2d423bdee557628145ed943 modified: .idea/sonarlint/issuestore/f/b/fb31951790c271e26d568f9ac5b7681e7f0804ec modified: .idea/sonarlint/issuestore/index.pb modified: src/main/java/Downloader.java mac:lp3rater noelo$ git log commit 50001426b28ed80433484f24831c160fcf15eec1 (HEAD -> master) Author: Ewa Śliwiska <kreska07@xxxxxxxxx> Date: Fri May 1 22:02:10 2020 +0200 content of the main page displayed mac:lp3rater noelo$ git show --pretty="" --name-only 5000142 .gitignore pom.xml src/main/java/Application.java src/main/java/Downloader.java mac:lp3rater noelo$ git log -p .idea/sonarlint/issuestore/c/0/c02b58f69e810278d2d423bdee557628145ed943 mac:lp3rater noelo$ Best regards Ewa On Mon, 4 May 2020 at 19:17, Sergey Organov <sorganov@xxxxxxxxx> wrote: > > Dear Ewa, > > Please see below. > > Ewa Śliwińska <kreska07@xxxxxxxxx> writes: > > >> That actually was a solution to your problem, not a workaround. > > > Not really, because I would like to investigate what happened, not > > just fix it. In that case I could as well recreate repository I > > guess... > > > > I agree that I could add those files accidentally. But I'm really > > disappointed in fact that you seem to ignore all the part where I > > described in details how I checked this and why I think this is not > > the case. > > Except you didn't give actual details. Please give exact commands you > issued and exact answers you've got. > > For example: > > $ ls .test > a x > $ git status > On branch v4.0 > Your branch and 'origin/v4.0' have diverged, > and have 2 and 29 different commits each, respectively. > (use "git pull" to merge the remote branch into yours) > > Changes not staged for commit: > (use "git add <file>..." to update what will be committed) > (use "git checkout -- <file>..." to discard changes in working directory) > > modified: .test/a > > no changes added to commit (use "git add" and/or "git commit -a") > $ git log -- .test > commit e1e7818f4120b5ebc622c8dbf1b257ea8a03530c > Author: Sergey Organov <sorganov@xxxxxxxxx> > Date: Mon May 4 18:55:58 2020 +0300 > > Test > > $ git log -- .test/a > commit e1e7818f4120b5ebc622c8dbf1b257ea8a03530c > Author: Sergey Organov <sorganov@xxxxxxxxx> > Date: Mon May 4 18:55:58 2020 +0300 > > Test > $ git log -- .test/x > $ > > > Could you please answer if there was something wrong with my checking? > > Nobody could tell unless you actually show us your checkings. > > > I'm asking second time. > > Thanks, we've noticed. > > -- Sergey