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 }}
alerque
/
github-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
github-cli
git
on
trunk
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 15, 2026
address review comments
Show description for 45d0ec0
tommaso-moro
and
SamMorrowDrums
committed
45d0ec0
View commit details
Copy full SHA for 45d0ec0
View code at this point
Browse repository at this point
add core logic and improve test coverage
tommaso-moro
authored and
SamMorrowDrums
committed
40b2a78
View commit details
Copy full SHA for 40b2a78
View code at this point
Browse repository at this point
Commits on Apr 24, 2025
Fix pr create when branch name contains slashes
Show description for 4e68a61
williammartin
committed
4e68a61
View commit details
Copy full SHA for 4e68a61
View code at this point
Browse repository at this point
Commits on Apr 15, 2025
Rework ref usage when finding and creating PRs
williammartin
authored and
BagToad
committed
a9dbda6
View commit details
Copy full SHA for a9dbda6
View code at this point
Browse repository at this point
fix(pr create & stubs): handle exitcode in stubs
BagToad
committed
bf7bf99
View commit details
Copy full SHA for bf7bf99
View code at this point
Browse repository at this point
Commits on Jan 31, 2025
Remove unused ErrNoGitRepository error
jtmcg
committed
e428b9c
View commit details
Copy full SHA for e428b9c
View code at this point
Browse repository at this point
Refactor finder to work with URL selectors
jtmcg
committed
058cb2c
View commit details
Copy full SHA for 058cb2c
View code at this point
Browse repository at this point
Commits on Jan 29, 2025
Rename PRRefs to PullRequestRefs and PR comment cleanup
jtmcg
committed
e0f624b
View commit details
Copy full SHA for e0f624b
View code at this point
Browse repository at this point
Commits on Jan 28, 2025
Cleaned up some naming and comments
jtmcg
committed
e31bfd0
View commit details
Copy full SHA for e31bfd0
View code at this point
Browse repository at this point
Commits on Jan 24, 2025
Cleanup comment
jtmcg
committed
62106dc
View commit details
Copy full SHA for 62106dc
View code at this point
Browse repository at this point
Moved remote.pushDefault out of ReadBranchConfig and into finder
jtmcg
committed
cdead50
View commit details
Copy full SHA for cdead50
View code at this point
Browse repository at this point
Remove @{push} from branch config
jtmcg
committed
e4d8ed0
View commit details
Copy full SHA for e4d8ed0
View code at this point
Browse repository at this point
Add PushDefault method to git client
jtmcg
committed
5a8dd35
View commit details
Copy full SHA for 5a8dd35
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
Refactor finder.Find and replace parseCurrentBranch with parsePRRefs
Show description for 41729b0
jtmcg
committed
41729b0
View commit details
Copy full SHA for 41729b0
View code at this point
Browse repository at this point
Commits on Jan 16, 2025
fixup! Add comments and a bit of code cleanup
Frederick888
committed
aef2642
View commit details
Copy full SHA for aef2642
View code at this point
Browse repository at this point
Use PushRemoteURL instead of RemoteURL in prSelectorForCurrentBranch
jtmcg
committed
d289ddd
View commit details
Copy full SHA for d289ddd
View code at this point
Browse repository at this point
Add comments and a bit of code cleanup
jtmcg
committed
4a9fd95
View commit details
Copy full SHA for 4a9fd95
View code at this point
Browse repository at this point
Commits on Jan 14, 2025
Merge branch 'trunk' into find-pr-by-rev-parse-push
Show description for 48e2681
jtmcg
committed
48e2681
View commit details
Copy full SHA for 48e2681
View code at this point
Browse repository at this point
Commits on Jan 10, 2025
Change error handling on ReadBranchConfig to respect git Exit Codes
jtmcg
committed
322a43f
View commit details
Copy full SHA for 322a43f
View code at this point
Browse repository at this point
Commits on Jan 9, 2025
Refactor error handling in ReadBranchConfig to avoid panic
jtmcg
committed
48d45d0
View commit details
Copy full SHA for 48d45d0
View code at this point
Browse repository at this point
Refine error handling of ReadBranchConfig
Show description for e1423cd
jtmcg
committed
e1423cd
View commit details
Copy full SHA for e1423cd
View code at this point
Browse repository at this point
Commits on Jan 8, 2025
Add missing test for RemoteURL in parseBranchConfig
jtmcg
committed
527d1db
View commit details
Copy full SHA for 527d1db
View code at this point
Browse repository at this point
Remove private readBranchConfig method and remove parseBranchConfig from Client
Show description for 4575692
jtmcg
committed
4575692
View commit details
Copy full SHA for 4575692
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
Refactor Test_readGitBranchConfig for easier parsing
jtmcg
committed
0137150
View commit details
Copy full SHA for 0137150
View code at this point
Browse repository at this point
Refactor ReadBranchConfig for test coverage of newly returned erros
jtmcg
committed
f43da8e
View commit details
Copy full SHA for f43da8e
View code at this point
Browse repository at this point
Remove named returns from ReadBranchConfig and surface errors
jtmcg
committed
bf6fdbd
View commit details
Copy full SHA for bf6fdbd
View code at this point
Browse repository at this point
Commits on Jan 6, 2025
Find push remote using branch.<name>.pushRemote and remote.pushDefault
Show description for 4254818
Frederick888
committed
4254818
View commit details
Copy full SHA for 4254818
View code at this point
Browse repository at this point
Find PRs using @{push}
Show description for 0179381
Frederick888
committed
0179381
View commit details
Copy full SHA for 0179381
View code at this point
Browse repository at this point
Move trackingRef into pr create package
williammartin
authored and
cmbrose
committed
8b5073d
View commit details
Copy full SHA for 8b5073d
View code at this point
Browse repository at this point
Panic if tracking ref can't be reconstructed
williammartin
authored and
cmbrose
committed
dc077dc
View commit details
Copy full SHA for dc077dc
View code at this point
Browse repository at this point
Document and rework pr create tracking branch lookup
williammartin
authored and
cmbrose
committed
3ae4e5d
View commit details
Copy full SHA for 3ae4e5d
View code at this point
Browse repository at this point
Commits on Jan 3, 2025
Alternative: remove LocalBranch from BranchConfig
cmbrose
authored
9d49054
View commit details
Copy full SHA for 9d49054
View code at this point
Browse repository at this point
Set LocalBranch even if the git config fails
cmbrose
authored
7a1052c
View commit details
Copy full SHA for 7a1052c
View code at this point
Browse repository at this point
Commits on Dec 9, 2024
Merge changes from #10004
Show description for 5da86e0
heaths
and
williammartin
committed
5da86e0
View commit details
Copy full SHA for 5da86e0
View code at this point
Browse repository at this point
Set gh-merge-base from `issue develop`
heaths
committed
88b96f4
View commit details
Copy full SHA for 88b96f4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.