Introduction to Interactive Rebase in Git
This way, you will have full control of your Git history and commits.
Jan 31, 20236 min read366

Search for a command to run...
Articles tagged with #programming
This way, you will have full control of your Git history and commits.

One of the coolest GitHub Actions abilities is to run a CI task to do some operations to repositories. For example, you can show the weather status on your project's readme and schedule the execution time. Eventually, you can step way further with he...
