Top "Commit" questions

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

Git commit not possible. There are no staged files

I am using EGits with Eclipse and running into some issues. I have one change from head; I have made …

eclipse git commit egit eclipse-mars
Renamed file, now SVN not allowing me to commit?

I'm developing a ColdFusion website using Aptana. We're using SVN for version control. I renamed a few files and am …

svn commit
See "real" commit date in github (hour/day)

Is there a way to see the date of a commit in github, with day/hour precision? Older commits appear …

git date github commit
Undo last commit/merge

I have messed up my git repo a little. I worked on a feature in a separate branch. After finishing …

git version-control commit revert
Stored Procedure Transaction

I have never used a Transaction, Commit and Rollback before and now I need to use one. I have checked …

sql-server stored-procedures transactions commit rollback
How to get a list of all Subversion commit author usernames?

I'm looking for an efficient way to get the list of unique commit authors for an SVN repository as a …

svn metadata unique commit username
How can I split up a Git commit buried in history?

I flubbed up my history and want to do some changes to it. Problem is, I have a commit with …

git split commit revision-history
What should I do when git revert aborts with an error message?

OK, so I'm getting an error sometimes when I try to revert a commit (with Git). All that I do …

git commit git-revert mergetool
Move tag one commit ahead

I have a repository with only one branch (master). I'm the only contributor to my repo. I've recently added a …

git github version versioning commit
How can I commit multiple directories at once using subversion?

I tried using svn ci dir/a dir/b -m "my comment" but this doesn't work. I also used svn …

svn commit checkin