Skip to content

Instantly share code, notes, and snippets.

@MertSenel
Created August 22, 2020 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MertSenel/0eac75976f5b525056a0fcc5658dadee to your computer and use it in GitHub Desktop.
Save MertSenel/0eac75976f5b525056a0fcc5658dadee to your computer and use it in GitHub Desktop.
New-FeatureBranchName-example
> New-FeatureBranchName -id 264 -title 'Create Azure VM via ARM Template'
feature/264_Create_Azure_VM_via_ARM_Template
#or with initials
> New-FeatureBranchName -id 264 -title 'Create Azure VM via ARM Template' -initials ms
feature/ms/264_Create_Azure_VM_via_ARM_Template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment