<< Click to Display Table of Contents >> Navigation: One Time Setup Commands > SETGBLUSR - Config Global Git Repo User |
Description
This CL command is used to perform a one time set up of a global Git user for the current IBM i user. You can also configure Git users per repository if desired, this sets up a global Git user.
The command will accept a user name and email address.
The Git user information will be used to mark source code commits for each user.
Note: Source commits will most likely fail until this command has been run to set a Git user for the current IBM i user.
Command Example
SETGBLUSR USERNAME('First Last')
USEREMAIL(first.last@domain.com)
Parameters
USERNAME - Repo user name. Enter a first and last name for a user or whatever you want the global Git user name to be for this IBM i user.
USEREMAIL - User email address. Enter an email address for the user name.