Skip to main content
Best practices
1 vote
3 replies
62 views

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 ...
OSWorX's user avatar
  • 138
2 votes
1 answer
71 views

I have a MariaDB cluster made with Galera and my clients use MaxScale with RW router. I'm having an issue because the application has something this sequential steps: Start trx1 Insert new record ...
Tobia's user avatar
  • 9,609
0 votes
0 answers
18 views

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 ...
ifsawal's user avatar
0 votes
1 answer
133 views

We use a common git strategy: branch from main to a feature branch. do commits in feature. if main progresses, merge it to feature. merge feature to main. I want to view the changes that happened ...
l000p's user avatar
  • 334
0 votes
1 answer
45 views

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 ...
Daniel's user avatar
  • 7,800
0 votes
1 answer
115 views

Azure DevOps Repos, situation is really simple, we have Branch Master ---+---+ Head Branch Develop ---+---+ Head + ... + changes After some commit on Develop, we create pull request from ...
Domenico Monaco's user avatar
-2 votes
1 answer
85 views

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 ...
Sz2013's user avatar
  • 358
-1 votes
1 answer
55 views

There is new version of 8 of my files which I have cloned , Those new 8 files are presented in a patchset which is not yet merged with the master,So I want to replace my old 8 files in local with that ...
ABD saleem's user avatar
0 votes
1 answer
54 views

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 ...
Mixchange's user avatar
  • 1,287
0 votes
1 answer
102 views

I'm working in a clustered MariaDB database with Galera and MaxScale in r/w routing. My question is if the commit command successful return implies a completed replication or not. This is the scenario:...
Tobia's user avatar
  • 9,609
0 votes
0 answers
46 views

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 ...
Divakar Upadhyay's user avatar
1 vote
0 answers
52 views

Using EclipseLink 2.6.4 with JTA and the property eclipselink.persistence-context.flush-mode=commit. The UPDATE in the database is not done when I'm trying to commit a transaction where several merges ...
EmilienLF's user avatar
1 vote
1 answer
3k views

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 ...
Simon Skoda's user avatar
-5 votes
1 answer
103 views

I'm Developing an MauiApp on my windows machine and on GitHub Desktop there are many unnecessary changes which are appearing . these changes are related to bin/obj and other files ,Due to which it ...
GainzNCode's user avatar
0 votes
2 answers
117 views

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. ...
Floren's user avatar
  • 591

15 30 50 per page
1
2 3 4 5
225