configure github account ubuntu

C++
git config --global user.name "user_name"git config --global user.email "email_id"
Source

Also in C++: