Re: git: da2f3f630cf9 - main - devel/RStudio: Revert "feat(create-turbo): apply official-starter transform"

From: Alexey Dokuchaev <danfe_at_freebsd.org>
Date: Thu, 03 Oct 2024 02:28:41 UTC
On Wed, Oct 02, 2024 at 07:38:53PM +0000, Yuri Victorovich wrote:
> commit da2f3f630cf939a640f4c1151a8f0a0fdb1fa0c7
> 
>   devel/RStudio: Revert "feat(create-turbo): apply official-starter transform"
> 
>   This reverts commit 52c0456dd5ec259ac94ee401db79c7ad3569f914.
> 
>   I have no idea what lead to this commit into devel/RStudio and
>   lang/rust-nightly to be made.

Getting into a habit of doing "git show" before the push could prevent
mistakes like this one, because commit and push are separated, thus we
can always "git reset --soft HEAD^" and redo when something's wrong.

./danfe