Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

git error cannot handle Commit as a builtin

Tags:

git

git-commit

I tried this command

$ git Commit -m "With ViewPager"

and getting this error

fatal: cannot handle Commit as a builtin

like image 535
Pawan kumar sharma Avatar asked Feb 27 '18 11:02

Pawan kumar sharma


Video Answer


1 Answers

Use commit instead of Commit :)

like image 131
the_coder_inside Avatar answered Nov 05 '22 22:11

the_coder_inside