Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create README @godsourcecode #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README @godsourcecode
Original file line number Diff line number Diff line change
@@ -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