- Move the file to another folder (to the desktop, for example).
- Make a commit (git thinks the file is deleted and stops tracking it).
- Put the file back.
Vladislav Boyko #:
- Move the file to another folder (to the desktop, for example).
- Make a commit (git thinks the file is deleted and stops tracking it).
- Put the file back.
Thank you,
I think this is the easiest way to do it.
But if there are many files in many folders, doing it this way will be time-consuming and prone to errors.
You should create a separate repository for each project. This way, nothing unnecessary gets in the way.
But to work confidently, you will need knowledge of Git in general, and not just knowledge of the buttons in MetaEditor. I studied Git using this book: https://git-scm.com/book/en/v2
This is not a Git issue or a MetaEditor issue, this is a workflow issue.
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
Hi everyone,
I have created some Gits in mql5. Git Commit, Git Push functions work well.
However, I can't Git Delete a file from Git record list without Delete file.
Please help me!