Skip to main content

git-sync-js / interface / IGitUserInfos

Interface: IGitUserInfos

interface.IGitUserInfos

Hierarchy

Table of contents

Properties

Properties

accessToken

accessToken: string

Github Login: token

Defined in

src/interface.ts:3


branch

branch: string

Inherited from

IGitUserInfosWithoutToken.branch

Defined in

src/interface.ts:7


email

email: string

Git commit message email

Inherited from

IGitUserInfosWithoutToken.email

Defined in

src/interface.ts:9


gitUserName

gitUserName: string

Github Login: username , this is also used to filter user's repo when searching repo

Inherited from

IGitUserInfosWithoutToken.gitUserName

Defined in

src/interface.ts:11