Top "Commit" questions

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

How do I revert a pushed commit back to being unstaged?

I tried searching for an answer to this, but haven't found anything that matches quite like this problem. Feel free …

git commit revert unstage
Azure Devops: Search Commit History of Author on ALL Branches

How do I find the commit History for Author in All Branches in Azure Devops? This option, only lets me …

.net git azure-devops commit git-history
How to undo git rm -rf dirname without a first commit?

I did: git init git add . git rm -rf dirname Looking at other answsers, git reset --hard HEAD, git checkout …

git commit delete-file undo rm
Combine local Git commits into one commit for git-svn

Currently, when I run git svn dcommit git creates a separate commit in SVN for every local commit I've made …

git-svn commit dcommit
Can git commit "empty versions" of new, non-empty files?

Can git commit empty versions of some files? The case in point is that I need new (untracked), non-empty files …

git commit add
SVN: Committing Changes Made to Trunk to a Branch

I have made a checkout from Trunk, made changes and committed the changes back to the trunk. Now, I want …

svn branch commit trunk
Can't exclude user interface state from commit in xcode

I can't exclude user interface state file from commit. Every time I'm trying to push to github it asks me …

xcode git github xcode4.5 commit
"ERROR: invalid transaction termination" when trying to execute a procedure with nested transaction control

According to the documentation (https://www.postgresql.org/docs/current/app-psql.html), even with AUTOCOMMIT set to off, PSQL issues …

postgresql transactions plpgsql commit postgresql-11
How to make Git Extensions browser show all commits like gitk --all

The Git Extensions repository browser seems to be more versatile than gitk in many ways. However, my very favorite command …

git logging commit git-extensions gitk
How can I specify Batch commit in Oracle Merge Statement?

I am doing a bulk insert/update for millions of records using the MERGE statement in oracle. Well, the other …

batch-file oracle10g commit merge-statement