github commit

C++
git commit -m "message"// ready the changes for commit
git add .

// commit your changes with a message
git commit -m "Your message to refernce your commit"git commit -m "msg"git config --global user.email "[email protected]"git commit -m "Your Messege Here"
Source

Also in C++: