Devamani11D / salt-app-kickstart

A CLI tool that can be installed as an npm package, featuring pre-installed Salt dependencies and templates such as AGGrid, Dashboard etc. Simplifies project setup by automatically launching on localhost.
10 stars 26 forks source link

Problems in Pushing to Custom Branches (Other than Master) on GitHub #4

Open Devamani11D opened 1 month ago

Devamani11D commented 1 month ago

when pushing code to custom branches other than master or main, especially with CI/CD systems , we need to create a branch on our local machine and then push to Github. There are some problems in doing this.

farhan-sayeed commented 2 weeks ago

@Devamani11D can you specify what you need here, do you want some GitHub workflows to be triggered automatically when pushing to GitHub?

Devamani11D commented 2 weeks ago

The problem is with git and gh cli tools. We need to do git branch and git checkout and push to that branch.But it is'nt working as expected. We need to add the code here.I have checked and removed that part of code as it was not working.You can either try this way and fix errors or come with other approach. image