Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Devamani11D opened this issue Oct 3, 2024 · 2 comments
Labels
bug Something isn't working enhancement New feature or request gssoc-ext hacktoberfest hacktoberfest-accepted level3 Score of 30 points

Comments

@Devamani11D
Copy link
Owner

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.

@Devamani11D Devamani11D added the bug Something isn't working label Oct 3, 2024
@farhan-sayeed
Copy link

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

@Devamani11D
Copy link
Owner Author

The problem is with git and gh cli tools. We need to do git branch <branch_name> and git checkout <branch_name> 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request gssoc-ext hacktoberfest hacktoberfest-accepted level3 Score of 30 points
Projects
None yet
Development

No branches or pull requests

2 participants