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
Accelerator
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
Type
/
to 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
.
google
/
git-appraise
Public
Notifications
You must be signed in to change notification settings
Fork
146
Star
5.3k
Code
Issues
26
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add support for forks
- #88
#88
Open
ojarjur
wants to merge 40 commits into
master
google/git-appraise:master
from
ojarjur/forks
google/git-appraise:ojarjur/forks
Copy head branch name to clipboard
Conversation
Commits
40
(40)
Checks
Files changed
Open
Add support for forks
#88
ojarjur
wants to merge 40 commits into
master
google/git-appraise:master
from
ojarjur/forks
google/git-appraise:ojarjur/forks
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2018
Add docs for working with forks.
Show description for 8813da5
ojarjur
committed
8813da5
View commit details
Copy full SHA for 8813da5
Browse repository at this point
Commits on Aug 14, 2018
Add skeletons for the various `git appraise fork ...` commands
ojarjur
committed
a3b4308
View commit details
Copy full SHA for a3b4308
Browse repository at this point
Change `fork add` to take the owner emails as a comma-separated list
ojarjur
committed
b0afaf4
View commit details
Copy full SHA for b0afaf4
Browse repository at this point
Shorten the name of the `fork add` owner flag to make it consistent with the `request` reviewer flag
ojarjur
committed
ad819ac
View commit details
Copy full SHA for ad819ac
Browse repository at this point
Commits on Aug 17, 2018
Added API surface area for adding, removing, and getting the forks of a repo
ojarjur
committed
e099dbb
View commit details
Copy full SHA for e099dbb
Browse repository at this point
Commits on Aug 22, 2018
Add the `--include-forks` flag to the `pull` subcommand
ojarjur
committed
8ec98c8
View commit details
Copy full SHA for 8ec98c8
Browse repository at this point
Commits on Sep 5, 2018
Move the forks collection methods to a dedicated package
ojarjur
committed
60181fd
View commit details
Copy full SHA for 60181fd
Browse repository at this point
Fill in the fork commands code
ojarjur
committed
b447bc4
View commit details
Copy full SHA for b447bc4
Browse repository at this point
Commits on Sep 6, 2018
Fill in the git-repository implementation for pulling and pushing forks
ojarjur
committed
742bae7
View commit details
Copy full SHA for 742bae7
Browse repository at this point
Make the git operations on forks work when there are no remote forks
ojarjur
committed
bd7636e
View commit details
Copy full SHA for bd7636e
Browse repository at this point
Commits on Sep 8, 2018
Make the logic for checking ref existence more resilient
ojarjur
committed
9792e0a
View commit details
Copy full SHA for 9792e0a
Browse repository at this point
Commits on Sep 14, 2018
Implement the logic to list forks
ojarjur
committed
640d8d5
View commit details
Copy full SHA for 640d8d5
Browse repository at this point
Fix formatting for forks summary output
ojarjur
committed
05b7e0b
View commit details
Copy full SHA for 05b7e0b
Browse repository at this point
Commits on Sep 17, 2018
Add support for adding forks
ojarjur
committed
d6849eb
View commit details
Copy full SHA for d6849eb
Browse repository at this point
Don't error out when pulling with forks
ojarjur
committed
09e179c
View commit details
Copy full SHA for 09e179c
Browse repository at this point
Remove unused `ShowAll` method
ojarjur
committed
bf2de09
View commit details
Copy full SHA for bf2de09
Browse repository at this point
Make the docs for the excludeFork option more consistent
ojarjur
committed
f8bd6ef
View commit details
Copy full SHA for f8bd6ef
Browse repository at this point
Commits on Sep 18, 2018
Implement the logic for deleting forks
ojarjur
committed
1311191
View commit details
Copy full SHA for 1311191
Browse repository at this point
Fix bugs in the logic to merge forks refs
ojarjur
committed
fd8e9e5
View commit details
Copy full SHA for fd8e9e5
Browse repository at this point
Implement fetching from forks
ojarjur
committed
3c91046
View commit details
Copy full SHA for 3c91046
Browse repository at this point
Don't re-write trees that already exist in the repository
ojarjur
committed
5d90571
View commit details
Copy full SHA for 5d90571
Browse repository at this point
Simplify the repository.Tree API
ojarjur
committed
30583a8
View commit details
Copy full SHA for 30583a8
Browse repository at this point
Commits on Sep 22, 2018
Support loading diffs from reviews in fork branches
ojarjur
committed
f6953ae
View commit details
Copy full SHA for f6953ae
Browse repository at this point
Support reading review refs from remotes other than origin
ojarjur
committed
60bfa7e
View commit details
Copy full SHA for 60bfa7e
Browse repository at this point
Commits on Sep 23, 2018
Merge review requests and comments from forks
ojarjur
committed
99321ed
View commit details
Copy full SHA for 99321ed
Browse repository at this point
Commits on Oct 2, 2018
Add an integration test for forks
ojarjur
committed
2e2d4aa
View commit details
Copy full SHA for 2e2d4aa
Browse repository at this point
Make the forks test a bit simpler and realistic
ojarjur
committed
d7d8adb
View commit details
Copy full SHA for d7d8adb
Browse repository at this point
Commits on Oct 5, 2018
Make the forks test run multiple pulls to test the behavior when there are no changes
ojarjur
committed
f218638
View commit details
Copy full SHA for f218638
Browse repository at this point
Restructure the fork pulling code to be simpler and to perform less work when there are no changes to a fork
ojarjur
committed
48a2064
View commit details
Copy full SHA for 48a2064
Browse repository at this point
Commits on Oct 8, 2018
Check committer instead of author for reviews from forks
ojarjur
committed
38beeb6
View commit details
Copy full SHA for 38beeb6
Browse repository at this point
Commits on Oct 10, 2018
Check comment locations before merging them from a fork
ojarjur
committed
8d0f4c5
View commit details
Copy full SHA for 8d0f4c5
Browse repository at this point
Commits on Nov 13, 2018
Merge branch 'master' into ojarjur/forks
ojarjur
committed
0eb8db8
View commit details
Copy full SHA for 0eb8db8
Browse repository at this point
Make the repo method for pushing more general
ojarjur
committed
4f4956c
View commit details
Copy full SHA for 4f4956c
Browse repository at this point
Commits on Jan 3, 2019
Make the addForkFlagSet name match the command
ojarjur
committed
b071f2f
View commit details
Copy full SHA for b071f2f
Browse repository at this point
Commits on Jan 4, 2019
Integrate support for forks with the new GPG support
ojarjur
committed
ede713a
View commit details
Copy full SHA for ede713a
Browse repository at this point
Commits on Jan 5, 2019
Remove unnecessary network calls to list refs in a remote repository that were already fetched
ojarjur
committed
ae7411b
View commit details
Copy full SHA for ae7411b
Browse repository at this point
Move the logic for pulling from forks into the `fork` package
ojarjur
committed
d621be5
View commit details
Copy full SHA for d621be5
Browse repository at this point
Commits on Apr 14, 2020
Merge branch 'master' into ojarjur/forks
ojarjur
committed
170aefc
View commit details
Copy full SHA for 170aefc
Browse repository at this point
Update github mirror action to not try to overwrite the checked-out branch
ojarjur
committed
eca3ab8
View commit details
Copy full SHA for eca3ab8
Browse repository at this point
Commits on Jun 8, 2020
Merge branch 'master' into ojarjur/forks
ojarjur
committed
6c07ca4
View commit details
Copy full SHA for 6c07ca4
Browse repository at this point
You can’t perform that action at this time.