3,383 questions
-3
votes
0
answers
45
views
Git rebase process stuck due to another rebase-merge directory existence
Were doing a rebase, somehow the ide restarted in between and now when try rebase, I get this error for all the projects cloned:
It seems that there is already a rebase-merge directory, and I wonder ...
0
votes
1
answer
49
views
Why on Azure DevOps after pull request on repo one appear 1 behind
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 ...
-2
votes
1
answer
49
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 ...
-1
votes
1
answer
44
views
There is one active patchset which is not merged to my Master....I want to merge that patch set to my local and don't want to affect remote
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 ...
0
votes
1
answer
15
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
1
answer
42
views
Commit delay for MariaDB Galera cluster and MaxScale
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:...
0
votes
0
answers
28
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
0
answers
43
views
JPA EclipseLink: UPDATE Not Executed After Committing Merges
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 ...
0
votes
1
answer
1k
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 ...
-5
votes
1
answer
72
views
Unnecessary files on GitHub Desktop [duplicate]
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 ...
0
votes
2
answers
77
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. ...
-1
votes
1
answer
48
views
VS Code Local commits showing even after deleting them
the upper 2 commits are the problem
i tried doing what was answered on this similar question
i tried using chatGPT and doing commands like
git fetch --all
git reset --hard origin/main
and
git reflog ...
0
votes
0
answers
48
views
Gitlab contributor analytics across all projects
I need to see commits, merge request analytics or dashboard across all projects on Gitlab. I can see all of these analytics under analyze menu when I entered into the specific project. However there ...
4
votes
1
answer
902
views
IntelliJ not showing diff in commit window
I use Windows and IntelliJ IDEA 2024.2.4. (Ultimate Edition)
I've been looking at all options and I do not find anything where I can change this behaviour... When I commit I see a window which does ...
-1
votes
1
answer
66
views
How can i find rebased commits in remote git repo
Now, i am trying to find rebased commits in remote git repo using Python.
I used Github api to find it.
The repository is huge, there are many contributors and branches.
In certain branch, finding new ...