Skip to content

Instantly share code, notes, and snippets.

@Balder1840
Balder1840 / README.md
Created February 25, 2022 05:33 — forked from rca/README.md
An explanation of `git rebase --onto`

git rebase onto fu

Looking at the following git history, there are a few commits that were accidentally made on top of env/dev-auth that should be on a feature branch named experiments/sso-login-app (1. in the command below):

[0][~/Projects/openslate/thing(env/dev-auth:feb0ee9)]
$ git log
commit feb0ee98c8b77e929b9cc23442c5664c9d4986c9 (HEAD -> env/dev-auth)  # this is `0.` in the command below
Author: Roberto Aguilar <[email protected]>
Date:   Thu Sep 26 00:25:15 2019 -0400
@Balder1840
Balder1840 / .NET6Migration.md
Created September 9, 2022 02:51 — forked from davidfowl/.NET6Migration.md
.NET 6 ASP.NET Core Migration
@Balder1840
Balder1840 / README.md
Created August 21, 2024 09:32 — forked from ullaskunder3/README.md
Detail flutter installation without android studio just using cmdline-tools, git, cmd