You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
git pull origin main
The list of files is longer than these screenshots. This is just the beginning and end of the list.
We can forcefully download all files from the server. But this will overwrite all local copies.
For example, you have ExpertMacd.mq5 locally and the same file is on the server. The local file will be replaced with the file from the server.
This means that all files from the list (which you got as a result of git pull) will be replaced with the files from the server.
Is this an option for you?
We can forcefully download all files from the server. But this will overwrite all local copies.
For example, you have ExpertMacd.mq5 locally and the same file is on the server. The local file will be replaced with the file from the server.
This means that all files from the list (which you got as a result of git pull) will be replaced with the files from the server.
Is this an option for you?
Yes, it is.
I have no local files at the moment of my own after the new installation of MetaTrader.
All my own files are online now.
Yes, it is.
I have no local files at the moment of my own after the new installation of MetaTrader.
All my own files are online now.
Be sure to close MetaEditor, then run the following commands in sequence:
git reset --hard origin/main
This is the result
This is the result
Yesssss!!!!
All my files are back local and visible in IDE.
I tried to do a commit, and successful!
Thank you very much for your help and support.
I am super thankful everything is working again. 🙏🏻