GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#rust #git #github #tauri

GitButler is a tool that helps you manage multiple Git branches easily. It lets you work on several branches at the same time without switching between them, which can be very time-consuming. You can organize your file changes into separate virtual branches and push or create pull requests for each branch individually. This makes it easier to fix bugs or try out someone else's branch while still working on your own project. GitButler also offers features like easy commit management, undo timelines, and integration with GitHub, making your development workflow more efficient and flexible. This tool is especially useful for developers who need to handle multiple tasks simultaneously without the hassle of constant branch switching.

https://github.com/gitbutlerapp/gitbutler
#typescript #azure_devops #bitbucket #dependencies #dependencies_checking #dependency_manager #github #gitlab #npm #package_management

Renovate is a tool that automatically updates the dependencies in your code. It checks for newer versions of dependencies and creates pull requests to update them, so you don't have to do it manually. Renovate supports many languages and platforms like GitHub, GitLab, and Bitbucket. It provides useful information to help you decide which updates to accept and is highly configurable to fit your needs. You can run Renovate using cloud-hosted or self-hosted solutions, making it easy to keep your code up-to-date without much effort. This saves you time and ensures your project stays secure and efficient.

https://github.com/renovatebot/renovate
#go #ci #devops #github_actions #golang

Using `act` allows you to run your GitHub Actions locally, which is very useful. Here’s why: You get fast feedback because you don’t have to commit and push your changes every time you want to test them. Instead, you can test your workflow files locally, saving time. Additionally, `act` can replace your `Makefile` by using the GitHub Actions defined in your project, so you don’t have to repeat tasks. This makes your development process faster and more efficient.

https://github.com/nektos/act