Search code examples
gitgit-commit

git error cannot handle Commit as a builtin


I tried this command

$ git Commit -m "With ViewPager"

and getting this error

fatal: cannot handle Commit as a builtin


Solution

  • Use commit instead of Commit :)