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
function upstream() { for var in montana-lineageos18-4.9 montana-lineageos19; do git checkout $var; git rebase main; git push -f; done; git checkout main; }