2020-07-11 10:25:30 +00:00
|
|
|
---
|
2020-06-30 12:26:49 +00:00
|
|
|
# What protocol to use when performing git operations. Supported values: ssh, https
|
|
|
|
git_protocol: https
|
|
|
|
# What editor gh should run when creating issues, pull requests, etc. If blank, will refer to environment.
|
|
|
|
editor:
|
|
|
|
# Aliases allow you to create nicknames for gh commands
|
|
|
|
aliases:
|
|
|
|
co: pr checkout
|