228982a0a8
- giant refactoring - add aliases and functions to ease work - apply linters / fixers / fmt to most files
9 lines
308 B
YAML
9 lines
308 B
YAML
---
|
|
# 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
|