Tag: github
-
Three years ago, I created a CMake project, aiming to build a C/C++ project with Dynamsoft Barcode Reader on Windows, Linux, and macOS. Today, as the world’s top barcode SDK, Dynamsoft Barcode Reader has extended to more operating systems and CPU architectures: ARM32 Linux: Raspberry Pi ARM64 Linux: Jetson Nano...
-
If you are using GitHub to manage your website source code, you can use webhooks to send GitHub events to external services. In this article, I will share how to deploy my website to IIS, as well as how to pull the source code and update the site automatically when...
-
Basic Steps: Login to Github or SourceForge to fork (not clone) a project. Clone the forked project from your remote repo to your local disk. Coding and commit changes to your local repo. Push your changes to your remote repo. Send a merge request to the project owner. The project...