Top "Commit" questions

Questions about committing a transaction or "unit of work" to a database, application or version control system.

oracle - commit over dblink?

If I connect to an oracle database as user smith, and issue the following 3 commands: update smith.tablea set col_…

sql database oracle commit dblink
Jenkins svn commit post-build

I'm trying to make a post-build commit in Jenkins CI when it's succeeded. Is there a way to make this? …

svn commit jenkins post-build
Close Jira issue via Git commit

Does anyone know if it's possible to change the status of a Jira issue using a Git commit? I am …

git commit jira
run code after transaction commit in Django

Is there any way to run some code after transaction commit in Django? I need to send some messages to …

django transactions signals commit
The working copy '<Project Name>' failed to commit files - Couldnt communicate with helper application

I've just updated to Xcode 7 general release and ive tried committing files. Its failing however, and im getting the following …

xcode git commit xcode7
git commit frequency

Since i switched to git from svn i started make more commits every time i recompile and my tests pass …

git version-control commit
Real difference between one-phase and two-phase (XA) commit

Could someone clarify the difference between one-phase and two-phase commit. As far as I understand one-phase commit represents commit in …

database jakarta-ee jpa commit xa
github for mac doesn't allow to perform partial checkin/commit

I am using GitHub for Mac, and have bunch of changes in my branch. I am have committed some of …

version-control github commit github-for-mac
SVN 405 Error: Could not fetch resource information

Dear Stackoverflow Community! Recently my svn server broke, and I tried nearly everything but I can't get it to work …

apache svn commit svn-server
Git: can't commit a file even though I've resolved the conflict

I pulled from origin to update my local, and one file had conflicting changes. I resolved the conflict, but I …

git add commit conflict stage