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
Every time I used gh stack sync it would fail and require me to force push changes. I dug a bit and figured out that the ref tracking for my repo was in a wonky state and I wasn't tracking all refs on origin. After fixing my origin ref racking fetch = +refs/heads/*:refs/remotes/origin/* the problem went away and gh stack has been able to restack and manage my stack much more seamlessly.
It would be nice if gh stack was able to determine if my repo is configured in a way that breaks the tool and either prompt me to fix it or fix it itself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Every time I used
gh stack syncit would fail and require me to force push changes. I dug a bit and figured out that the ref tracking for my repo was in a wonky state and I wasn't tracking all refs on origin. After fixing my origin ref rackingfetch = +refs/heads/*:refs/remotes/origin/*the problem went away andgh stackhas been able to restack and manage my stack much more seamlessly.It would be nice if
gh stackwas able to determine if my repo is configured in a way that breaks the tool and either prompt me to fix it or fix it itself.Beta Was this translation helpful? Give feedback.
All reactions