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
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.
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.
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.