Top "Commit" questions

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

how do i find a list of files committed to a branch?

How do I list all the files that I committed to a specific branch? I've committed about 40+ files to a …

git git-svn commit
GIT Error:- expected committer email '' but found '[email protected]'

Git push is getting rejected with the following error message: expected committer email '' but found '[email protected]' I …

git commit git-commit git-config
How does Tortoise's non recursive commit work?

I've checked out a copy of the SVN branch (my branch) locally to which I've merged from a different branch (…

tortoisesvn commit non-recursive
How can I prevent Subversion commits without comments?

Does anybody know how to prevent commits to a Subversion code repository when there is no commit comment entered?

svn hook commit
Can I delete a commit in Subversion?

Per accident I committed twice because I forgot to add two files. Can I remove a specific commit from the …

svn version-control commit cornerstone
How can I uncommit the last commit in a git bare repository?

Taking into consideration that there are several git commands that make no sense in a bare repository (because bare repositories …

git repository commit reset git-bare
How do I "move" my commits from "no branch" to an actual branch?

I made a mistake, and started making commits "to the last tag", which lands my commits in "no branch". They …

git merge branch commit git-branch
How to restore previous version of code in Xcode

I'm working on an Objective C project in Xcode and need to restore to a previous version that was committed …

xcode commit restore
Show full Git commit message in console

I'm trying to output the full commit message in the console and I am able get the message, however in …

git logging commit
Subversion commands to add new user and grant all permissions

Currently, I am not able to commit with the SVN user I added. I tried by manually editing the svnserve.…

svn commit command smartsvn