Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-bit
/
cli
Public
forked from
cli/cli
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cli
internal
config
on
notifications
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 22, 2020
spelling: nonexistent
jsoref
committed
c8b9486
View commit details
Copy full SHA for c8b9486
View code at this point
Browse repository at this point
Commits on Nov 12, 2020
Empty auth token env variables are equal to being unset
samcoe
committed
2eb40f8
View commit details
Copy full SHA for 2eb40f8
View code at this point
Browse repository at this point
cleanup
samcoe
committed
414de33
View commit details
Copy full SHA for 414de33
View code at this point
Browse repository at this point
Add support for GH_TOKEN and GH_ENTERPRISE_TOKEN
samcoe
committed
a79a0bb
View commit details
Copy full SHA for a79a0bb
View code at this point
Browse repository at this point
Commits on Nov 3, 2020
Export type ConfigOption and group InvalidValueError code
samcoe
committed
ce18b94
View commit details
Copy full SHA for ce18b94
View code at this point
Browse repository at this point
Refactor config command
samcoe
committed
5c5f52c
View commit details
Copy full SHA for 5c5f52c
View code at this point
Browse repository at this point
Cleanup duplicate config options
samcoe
committed
e6be06f
View commit details
Copy full SHA for e6be06f
View code at this point
Browse repository at this point
Commits on Oct 26, 2020
Centralize all known configuration options
mislav
committed
ae7d42a
View commit details
Copy full SHA for ae7d42a
View code at this point
Browse repository at this point
Commits on Oct 21, 2020
Add a new config validation key called `prompt` (#2246)
contourintegrals
authored
f31e49f
View commit details
Copy full SHA for f31e49f
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
Let the receiver choose how to format the `cfg.Set()` value error
mislav
authored
14a222b
View commit details
Copy full SHA for 14a222b
View code at this point
Browse repository at this point
Validate git protocol config before setting it
cristiand391
authored
09401b3
View commit details
Copy full SHA for 09401b3
View code at this point
Browse repository at this point
Commits on Sep 29, 2020
Disable pager when set to "cat"
tgyurci
committed
9b2fe1e
View commit details
Copy full SHA for 9b2fe1e
View code at this point
Browse repository at this point
Commits on Sep 18, 2020
Fix typo overriden -> overridden
y-yagi
committed
177f683
View commit details
Copy full SHA for 177f683
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Add the `pager` config option
mislav
committed
f6dd1bc
View commit details
Copy full SHA for f6dd1bc
View code at this point
Browse repository at this point
Have only one test assert default config rendering
mislav
committed
c643778
View commit details
Copy full SHA for c643778
View code at this point
Browse repository at this point
Commits on Sep 11, 2020
review feedback
vilmibm
committed
1073c97
View commit details
Copy full SHA for 1073c97
View code at this point
Browse repository at this point
Commits on Sep 10, 2020
update default config test values
vilmibm
committed
79b5ca2
View commit details
Copy full SHA for 79b5ca2
View code at this point
Browse repository at this point
split auth flow code into new internal package
vilmibm
committed
15bfb54
View commit details
Copy full SHA for 15bfb54
View code at this point
Browse repository at this point
Add prompt config setting and support in CanPrompt
vilmibm
committed
ecd1b34
View commit details
Copy full SHA for ecd1b34
View code at this point
Browse repository at this point
Commits on Sep 7, 2020
Extend Config object with GITHUB_TOKEN support
Show description for c80292c
mislav
committed
c80292c
View commit details
Copy full SHA for c80292c
View code at this point
Browse repository at this point
Commits on Sep 1, 2020
Ensure correct ANSI color output during OAuth flow on Windows
Show description for a8b06c3
mislav
committed
a8b06c3
View commit details
Copy full SHA for a8b06c3
View code at this point
Browse repository at this point
Commits on Aug 25, 2020
Merge pull request #1522 from cli/oauth-device-flow
Show description for e8c4b30
Nate Smith
authored
e8c4b30
View commit details
Copy full SHA for e8c4b30
View code at this point
Browse repository at this point
Commits on Aug 14, 2020
Merge pull request #1517 from cli/select-host
Show description for d8c5b7b
mislav
authored
d8c5b7b
View commit details
Copy full SHA for d8c5b7b
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Implement OAuth Device Authorization flow
Show description for 60eebd2
mislav
committed
60eebd2
View commit details
Copy full SHA for 60eebd2
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
accept additional scopes in auth flow
vilmibm
committed
e6ae0a1
View commit details
Copy full SHA for e6ae0a1
View code at this point
Browse repository at this point
Avoid erroring when looking up config keys for nonexistent host
mislav
committed
7908c21
View commit details
Copy full SHA for 7908c21
View code at this point
Browse repository at this point
Commits on Aug 11, 2020
Merge branch 'pr-commands-isolate-3' into issue-commands-isolate
mislav
committed
a6e78d7
View commit details
Copy full SHA for a6e78d7
View code at this point
Browse repository at this point
Isolate all `alias` commands
mislav
committed
172ea2b
View commit details
Copy full SHA for 172ea2b
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
add helpers to config type for hosts
vilmibm
committed
2e7511c
View commit details
Copy full SHA for 2e7511c
View code at this point
Browse repository at this point
gh auth login
vilmibm
committed
35f18b6
View commit details
Copy full SHA for 35f18b6
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
Respect the hostname of current repository in queries
mislav
committed
288d013
View commit details
Copy full SHA for 288d013
View code at this point
Browse repository at this point
Commits on Jul 10, 2020
Merge pull request #1295 from cli/path-error
Show description for b30cf15
mislav
authored
b30cf15
View commit details
Copy full SHA for b30cf15
View code at this point
Browse repository at this point
Commits on Jul 1, 2020
Support `hosts.yml` existing while `config.yml` does not
Show description for 569645a
mislav
committed
569645a
View commit details
Copy full SHA for 569645a
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Raise more informative path error when reading config file
Show description for 4827ffb
mislav
committed
4827ffb
View commit details
Copy full SHA for 4827ffb
View code at this point
Browse repository at this point
Commits on Jun 11, 2020
test default configuration
vilmibm
committed
64a7fd4
View commit details
Copy full SHA for 64a7fd4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.