Rename default SSH key name from Phabricator to Phorge
Closes T15274
Differential D25135
Rename default SSH key name from Phabricator to Phorge aklapper on Apr 26 2023, 09:52. Authored by Tags None Referenced Files
Details
Rename default SSH key name from Phabricator to Phorge Closes T15274 Go to https://we.phorge.it/settings/panel/ssh/ and select SSH Key Actions > Generate Keypair
Diff Detail
Event TimelineComment Actions Whooops, sorry aklapper, we fixed now. Feel free to run git rebase master now, to make the unit test happy again, and land Comment Actions Fix PHP 8.1 "strlen(null)" exceptions to render the Account Creation page Summary: Test Plan: Comment Actions arc is extremely demotivating (or under-documented). I ran $:acko\> ../arcanist/bin/arc diff --base arc:prompt Against which commit? 7bd4089a269490941236c020a040f104b9748ebe as I expected that to *skip* my last local commit (D25135, not landed yet) and thought it would use 7bd4089a269490941236c020a040f104b9748ebe as a base. Instead, D25135 got updated with unrelated changes. Comment Actions Hoping to be useful I restored the previous situation: # rollback to previous version https://we.phorge.it/D25135?id=528 arc patch --diff 528 # make unit test happy git rebase master # update this online page arc diff --update D25135 Now you can just: arc patch D25135 arc land Comment Actions I'm sorry for that feeling. I can suggest to split different proposals in different branches in the future Sorry if I touched this but you don't deserve to suffer like this ihih Comment Actions In general for any fixup I just suggest to switch-off the brain and give a try to the native approach: arc patch D25135 git commit -m "fix" git commit -m "fix" arc diff git commit -m "fix" git commit -m "fix" git commit -m "fix" arc diff git commit -m "AAAH FIX" arc diff The logic is:
This is probably a first step in somehow appreciating this nonsense swiss knife. Comment Actions @valerio.bozzolan: Thanks for the patience and explanations! Noted, and I'll stick to branches now to hopefully avoid creating more mess. |