3,375 questions
Best practices
1 vote
3 replies
52 views
How to make one commit of several changes on GitHub when working via the GUI and not using command line
First of all, yes, I have read all topics here related to my question. But other questions are based on changes made locally and using command line. I'm asking about this specific situation: working ...
0 votes
0 answers
16 views
Transactions not rolled back in FrankenPHP worker mode cause data loss after deployment — has anyone experienced this?
I’m running an application using FrankenPHP in worker mode. In one script, I use BEGIN TRANSACTION → SELECT → INSERT → COMMIT if certain conditions are met. But I forgot to call ROLLBACK when the ...
0 votes
1 answer
45 views
Create commit from several files of another branch
Suppose I have a branch B1 that added files A, B, C, ..., Z. Suppose I am at branch B2. What I want is to get a subset of files (say A, E, I, O, U) from the latest state of B1 and create a commit in ...
-2 votes
1 answer
84 views
Visual Studio Code Source control not displaying files modified
I am trying to setup a React project in my laptop , cloning from a repository. Using VS code . Any files changed or added is not displaying on the source control. However only when made some changes ...
0 votes
1 answer
51 views
Create a new branch from a commit online in GitHub?
I need to make a new branch from an old commit because I don't want the new broken code. I want to do it on GitHub online. That is, I don't have GitHub desktop and I can't get it because of work ...
0 votes
0 answers
46 views
System.Data.Entity.Infrastructure.CommitFailedException
System.Data.Entity.Infrastructure.CommitFailedException: An error was reported while committing a database transaction but it could not be determined whether the transaction succeeded or failed on the ...
1 vote
1 answer
3k views
How to Use GitHub Copilot for Commit Message Generation
I am interested in using GitHub Copilot to help generate commit messages for my project. I have heard that it can provide suggestions based on specific commit message instructions. However, I am not ...
0 votes
2 answers
116 views
Unable to update PR with a verified commit created by createCommitOnBranch
My goal is to generate verified commits, using GitHub's Graphql API. I created a test repository to validate the verified PR creation, and I see the GitHub Action generating the new README.md file. ...