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
I was expecting fbrnch push to behave like fbrnch parallel where it synchronizes the git branches, at least when you specify -r option, but that doesn't seem to be the case. I guess in the meantime we can chain fbrnch merge with fbrnch push, but that still didn't work for me:
$ fbrnch push -FBranches: rawhide f41 f40 f39== rust-tonic-build rawhide ==Everything up-to-date== rust-tonic-build f41 ==28ef33f Update to version 0.12.3 (2024-10-08)Everything up-to-date== rust-tonic-build f40 ==28ef33f Update to version 0.12.3 (2024-10-08)Everything up-to-date== rust-tonic-build f39 ==28ef33f Update to version 0.12.3 (2024-10-08)Everything up-to-date
$ git logcommit 28ef33ff74d11d8e17c6ced0a9b1232d4e00e582 (HEAD -> rawhide, origin/rawhide, origin/main, origin/HEAD, f41, f40, f39)Author: Cristian Le <[email protected]>Date: Tue Oct 8 11:05:02 2024 +0200 Update to version 0.12.3 ... (RHBZ#2314946) Signed-off-by: Cristian Le <[email protected]>commit e9f208647c1f50d423bcb01245fa486cd070174d (origin/f41, origin/f40, origin/f39)Author: Cristian Le <[email protected]>Date: Sun Sep 15 12:04:20 2024 +0200 import rhbz#2296541
The text was updated successfully, but these errors were encountered:
I was expecting
fbrnch push
to behave likefbrnch parallel
where it synchronizes the git branches, at least when you specify-r
option, but that doesn't seem to be the case. I guess in the meantime we can chainfbrnch merge
withfbrnch push
, but that still didn't work for me:The text was updated successfully, but these errors were encountered: