Skip to content
#

awesome-go

Here are 49 public repositories matching this topic...

ghorg
gabrie30
gabrie30 commented Jul 30, 2021

Is your feature request related to a problem? Please describe.
If the default branch is updated on a repo in github after it has been cloned locally into the ghorg dir and the branch didn't already exist when originally cloned, ghorg will error saying the repo does not have that branch. This typically happens when someone migrates an established repos default branch from master to main but lo

1build
akhilbojedla
akhilbojedla commented May 17, 2020

Description

Currently, we have before and after life cycle hooks that get executed before and after all the specified commands are executed. However, In some scenarios, it might be the case that we also need more granular life cycle hooks within the scope of a single command.

project: Sample Web App
before: export VARNAME="my value"
after: unset VARNAME
commands:
   - build: 

Improve this page

Add a description, image, and links to the awesome-go topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the awesome-go topic, visit your repo's landing page and select "manage topics."

Learn more