Valentin Clement =?utf-8?b?KOODkOODrOODsw=?=,Zhaoxuan Jiang <[email protected]>,Bill Wendling <[email protected]>,Morris Hafner <[email protected]>,David Green <[email protected]>, Valentin Clement =?utf-8?b?KOODkOODrOODsw=?=,Alex Bradbury <[email protected]>,DeanSturtevant1 <[email protected]>,Valentin Clement =?utf-8?b?KOODkOODrOODsw=?=,Craig Topper <[email protected]>,DeanSturtevant1 <[email protected]>, Valentin Clement =?utf-8?b?KOODkOODrOODsw=?=,Andy Kaylor <[email protected]> =?utf-8?q?,?=Stanislav Mekhanoshin <[email protected]>,Daniel Paoliello <[email protected]>, Valentin Clement =?utf-8?b?KOODkOODrOODsw=?=,joaosaffran <[email protected]>, Valentin Clement =?utf-8?b?KOODkOODrOODsw=?=,Stanislav Mekhanoshin <[email protected]>,Valentin Clement =?utf-8?b?KOODkOODrOODsw=? =?utf-8?q?,?=LLVM GN Syncbot <[email protected]>, Valentin Clement =?utf-8?b?KOODkOODrOODsw=?=,Stanislav Mekhanoshin <[email protected]>,Min-Yih Hsu <[email protected]>, Valentin Clement =?utf-8?b?KOODkOODrOODsw=?=,Kyungwoo Lee <[email protected]>,Matt Arsenault <[email protected]>,Steven Wu <[email protected]>,Stanislav Mekhanoshin <[email protected]>,Oliver Hunt <[email protected]>,Min-Yih Hsu <[email protected]>,LLVM GN Syncbot <[email protected]>,Matt Arsenault <[email protected]>,Brock Denson <[email protected]>,Brock Denson <[email protected]>,Brock Denson <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
ojhunt wrote: I'm sure there's something you can do like `git push --force cb7e5ab58315e15eec03818161de1d71a41730da ...` But I'm a garbage git user so I would do: ```sh git checkout cb7e5ab58315e15eec03818161de1d71a41730da git branch -D mdenson:issue-32680 git checkout -b mdenson:issue-32680 git push --force --set-upstream <your remote> mdenson:issue-32680 ``` https://github.com/llvm/llvm-project/pull/152944 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
