Notes from a coder
  • Publishing Ruby Gems with GitHub Actions

    Automate the release of Ruby gems with GitHub Actions

    September 1, 2024 - 7 minute read -
    Automation Ruby Git Github
  • Renaming the default Git branch to main

    How to change the default Git branch from master to main

    April 18, 2023 - 2 minute read -
    Git Github
  • Running Rubocop before push

    Setup the pre-push hook to run rubocop before push

    May 1, 2018 - 2 minute read -
    Git Rubocop
  • Syncing a fork

    Updating a local repository with upstream changes

    February 2, 2018 - 1 minute read -
    Git Github
  • Creating a Github repository from CLI

    How to initialize a github repo using the Github API

    May 6, 2017 - 2 minute read -
    Git Github
  • How to undo a commit

    Steps to undo the last commit

    April 3, 2017 - 1 minute read -
    Git
  • Working with Feature Branch Workflow

    How to use the feature branch workflow with a simple example

    April 2, 2017 - 1 minute read -
    Git

Notes, tips and tricks by Alberto Rocha.

ALL TAGS