Skip to content

Instantly share code, notes, and snippets.

@binarykore
Created October 8, 2023 22:52
Show Gist options
  • Select an option

  • Save binarykore/f92e9fbbac69efcc4813f137f30eb687 to your computer and use it in GitHub Desktop.

Select an option

Save binarykore/f92e9fbbac69efcc4813f137f30eb687 to your computer and use it in GitHub Desktop.
Create Custom Github or Bitbucket Branch based on the Git Flow Standards Specifications..
git init
git add
git commit -m "0"
git remote add origin https://www.github.com/username/project_name.git
git branch -M branch_name
git push origin branch_name
//Credits to Github Documentations
git add runner.sh
git update-index --chmod=+x runner.sh
//Git Update Docker Runner File to executable..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment