-
Publishing Ruby Gems with GitHub Actions
Automate the release of Ruby gems with GitHub Actions
-
Renaming the default Git branch to main
How to change the default Git branch from master to main
-
Running Rubocop before push
Setup the pre-push hook to run rubocop before push
-
Syncing a fork
Updating a local repository with upstream changes
-
Creating a Github repository from CLI
How to initialize a github repo using the Github API
-
How to undo a commit
Steps to undo the last commit
-
Working with Feature Branch Workflow
How to use the feature branch workflow with a simple example