From 6026d8d51ef227331eaf64e4415c0497a53e8c82 Mon Sep 17 00:00:00 2001 From: giuseppeFlor <46314528+giuseppeFlor@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:22:26 +0200 Subject: [PATCH] Create README @godsourcecode --- README @godsourcecode | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README @godsourcecode diff --git a/README @godsourcecode b/README @godsourcecode new file mode 100644 index 0000000..cd3a21b --- /dev/null +++ b/README @godsourcecode @@ -0,0 +1,21 @@ +Hi @godsourcecode, + +I noticed that your fork of the MalwareDetectionAPK repository https://github.com/topics/malware-detection?l=c%23 does not reference the original repository https://github.com/topics/malware-detection?l=c%23. + +This can make it difficult for others to contribute to the project and for users to stay up-to-date with the latest changes. + +To fix this, you can follow these steps: + +In your local repository, run the following commands: + +git remote add upstream https://github.com/giuseppeFlor/MalwareDetectionAPK.git +git fetch upstream +git checkout master +git merge upstream/master +git push origin master + +Once you have completed these steps, your fork will be referencing the original repository and you will be able to pull in the latest changes from upstream. + +Thank you for your time and consideration. + +Best regards