put more dotfiles under control
This commit is contained in:
7
private_dot_config/gh/config.yml
Normal file
7
private_dot_config/gh/config.yml
Normal file
@ -0,0 +1,7 @@
|
||||
# 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
|
4
private_dot_config/gh/state.yml
Normal file
4
private_dot_config/gh/state.yml
Normal file
@ -0,0 +1,4 @@
|
||||
checked_for_update_at: 2020-06-29T18:39:31.089827+02:00
|
||||
latest_release:
|
||||
version: v0.10.1
|
||||
url: https://github.com/cli/cli/releases/tag/v0.10.1
|
Reference in New Issue
Block a user