The following commands is a basic setup for git to start: ``` git config -—global user.name „Your Name” git config —-global user.email [email protected] ```