Top "Git-commit" questions

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

Why is git revert telling me "bad revision" when I use a commit hash?

I am trying to revert to an earlier git commit but get the error "bad revision". Why? Here is a …

git git-commit git-revert
Git pull from someone else's fork

We are two students working on our online repository (different repo) that is forked from a common upstream repo. Let's …

git git-commit git-push git-pull git-fork
What flow causes Github commits that are "authored" by one user but "committed" by another?

For example, this commit is claimed to be authored by mattcaswell and committed by richsalz What usage flow could have …

github commit git-commit
Can I edit two files then make one commit using GitHub Web-based editor?

GitHub has the nice feature of Web-based file editing. However, it seems that after editing one file I have to …

git github git-commit
Xcode 9 commit: Couldn't communicate with helper application

I've recently updated to OSX Sierra (from El Capitan) and to Xcode 9. I removed all compatibility issues (like autolayout issues) …

git macos git-commit xcode9
Undo a git commit

Can you undo a past commit, that has long been merged into your git repository, via a git command? Or …

git git-commit
How do I reword the very first git commit message?

I have a working tree containing 3 commmits: ➜ ~myproject git:(master) git log commit a99cce8240495de29254b5df8745e41815db5…

git message git-rebase git-commit revision-history
Pull in changes from a Github fork

Someone forked a Github project of mine and made some changes. How can I merge the changes back in to …

git github git-merge git-commit
Git Hub Desktop on Mac, error: cannot run gpg: No such file or directory

Trying to commit my changes by using GitHub Desktop and getting this: error: cannot run gpg: No such file or …

macos github git-commit github-for-mac
Pushing code from one branch of a repo to another branch of another repo

There is a repo say ABC/A. I had forked this repo to my own github say ME/A. I …

git github git-push git-commit