Top "Git-commit" questions

git-commit - Record changes to the repository along with a log message.

Git & Intellij, How do I commit only parts of a changed file

I can't seem to commit only a fraction of the changes in a file, it seems to be all of …

git intellij-idea git-commit
How to see which commit a git submodule points at

As far as I know, if you add a submodule in git then it points to a certain commit in …

git git-submodules git-commit
Does SVN have an equivalent to git's commit (without the push)?

Basically I want to stage my changes without pushing them and without switching branches. This allows me to do some …

git svn git-commit
Telling if a Git commit is a Merge/Revert commit

I am writing a script that requires checking whether a particular commit is a Merge/Revert commit or not, and …

git git-merge git-commit git-hash
How can I commit many new files with git gui without clicking each of it?

I have a ton of new files to commit. Clicking each one in git gui (Windows) to stage is annoying. …

git git-gui git-commit
Removing subproject commit from github

I have two repositories namely A and B. By mistake I cloned repo B inside A on my machine. I …

git github git-commit subproject
View git changes/diffs of local commits not pushed to remote

I have three Git commits that I committed locally, but have not pushed to GitHub. I would like to view …

git git-commit git-log
Remove empty commits in git

I just migrated a project from Mercurial to Git. Mercurial adds empty commits when you add tags, so I ended …

git version-control git-commit
Exit Vim without committing changes in Git

When I use git commit --amend or git rebase -i, vim opens up for me to make changes. If I …

git vim git-commit
Change git email for previous commits

So I read a lot about how to change previous commit's email address but for some reason mine is not …

git git-commit git-rewrite-history