Top "Commit" questions

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

How do you commit code as a different user?

I want to be able to do this for a script. I'm essentially re-creating the entire version history of some …

git command-line commit
List commits between 2 commit hashes in git

I know there has been very similar questions here, but they didn't solve my problem. Perhaps there's something I'm not …

git commit
How can I force subversion to commit an unchanged file?

I want subversion to commit a file even if it's unchanged. Is there a way to do this?

svn version-control commit
Start a git commit message with a hashmark (#)

Git treats lines starting with # as comment lines when committing. this is very annoying when working with a ticket tracking …

git commit ticket-system ticket-tracking
Committing the code on Subversion (first time)

I am new on Subversion. I have to commit a code on subversion and this is the first time that …

svn ssh commit svn-checkout
git - Find commit where file was added

Say I have a file foo.js that was committed some time ago. I would like to simply find the …

git commit git-commit git-log
How to undo a merge (without commit)?

I just did an svn merge to merge changes from the trunk to a branch: $ svn merge -r328:HEAD file:///…

svn merge commit undo
How can I make git commit messages divide into multiple lines?

When I use git log to check out my commit explanatory note I want it to look like this: 1. what …

git commit
Git pull results in extraneous "Merge branch" messages in commit log

I'm working with another developer on a project, and we're using Github as our remote repo. I'm on a Mac …

git github commit
How to git ignore ipython notebook checkpoints anywhere in repository

This is mostly a git question. I want to commit my ipython notebooks but gitignore the checkpoints. The repo has …

git commit gitignore jupyter-notebook