Hello everyone!! Everything good?
I bring you DockerHunt, all hunter tools.
Hope you like it...
- [@wellpunk] 👑 (https://twitter.com/wellpunk)
1. Fork the project
2. Clone the fork to your machine
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
3. Set the remote upstream from original repository
cd into/cloned/fork-repo
git remote add upstream https://github.com/KingOfBugbounty/DockerHunt.git
git fetch upstream
4. Submitting Pull Requests:
-
work on your local branch and submit it to your fork master.
-
Create a PR from your branch to the original repository.
5. Syncing a fork