Top "Commit" questions

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

How can I list all commits that changed a specific file?

Is there a way to list all commits that changed a specific file?

git commit
git revert back to certain commit

how do i revert all my files on my local copy back to a certain commit? commit 4a155e5b3…

git commit revert
Git error on commit after merge - fatal: cannot do a partial commit during a merge

I ran a git pull that ended in a conflict. I resolved the conflict and everything is fine now (I …

git commit
How to edit log message already committed in Subversion?

Is there a way to edit the log message of a certain revision in Subversion? I accidentally wrote the wrong …

svn commit
How do I create a new Git branch from an old commit?

Possible Duplicate / a more recent/less clear question Branch from a previous commit using Git I have a Git branch …

git branch commit
git: updates were rejected because the remote contains work that you do not have locally

I'm working on a team with a few developers using git on BitBucket. We are all working on a dev …

git version-control merge commit bitbucket
git - Your branch is ahead of 'origin/master' by 1 commit

I am newbie in git and I am working on git. I added some files in git : git add <…

git push commit
Merging 2 branches together in GIT

I've only just started to use GIT and think its wonderful, however I'm a little confused over what the merge …

git merge commit
How to add multiple files to Git at the same time

This will be my first git use. I have added new files ( a lot ) to the folder/project ( git local …

git push commit
How to move certain commits to be based on another branch in git?

The situation: master is at X quickfix1 is at X + 2 commits Such that: o-o-X (master HEAD) \ q1a--q1b (quickfix1 …

git commit patch