Skip to content

Latest commit

 

History

History

git

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

git

Configures and installs git and other usefull git related tools.

API tokens

Github and gitlab API tokens are set through the environment variables

export GITHUB_API_TOKEN=""
export GITLAB_TOKEN=""

These needs to be set for e.g. github integration in neovim if not using the github cli.

Variables

  • full_name (global config)
    The name to use as user.name.

  • git_email (global config)
    The email to use as user.email.

  • git_signing_key_has_key (default false)
    Whether or not to use a key to sign commits.

  • git_signing_key (default undefined)
    The key to sign commits with.