[email protected] (axiaoxin)

GitHub Actions Advanced: How to Customize Workflow Parameters with User Inputs

GitHub Actions is a very powerful and flexible tool in continuous integration and continuous delivery (CI/CD) workflows. It allows developers to automate build, test, and deployment processes. However, in some cases, we would like to be able to set some parameters dynamically each time we manually trigger a workflow, instead of modifying hard-coded values at […]

GitHub Actions Advanced: How to Customize Workflow Parameters with User Inputs Read More »

5 Git Repository Optimization Commands: Tips for Cleaning, Compressing, and Improving Performance

Git is a powerful version control system, and as you use it over time, the repository accumulates a large amount of historical data, objects, and commits. While these elements are critical to code history, in some cases they can lead to large, inefficient repositories. To help developers optimize the performance of their Git repositories and

5 Git Repository Optimization Commands: Tips for Cleaning, Compressing, and Improving Performance Read More »