Skip to content

Instantly share code, notes, and snippets.

@gahr
Created May 11, 2023 12:24
Show Gist options
  • Save gahr/ee28184f6f86369c0779158ef3e6c6ec to your computer and use it in GitHub Desktop.
Save gahr/ee28184f6f86369c0779158ef3e6c6ec to your computer and use it in GitHub Desktop.
git checkout -b asdf8dfafjk-main main
git remote add asdf8dfafjk [email protected]:asdf8dfafjk/neomutt.git
git fetch asdf8dfafjk
git reset --hard asdf8dfafjk/main
git rebase main
git push -f -u asdf8dfafjk main
@gahr
Copy link
Author

gahr commented May 11, 2023

git fetch asdf8dfafjk

git reset --hard asdf8dfafjk/main
HEAD is now at fd0d81f3d nm_windowed_query_from_query: better account for buffer length

git cherry-pick 212baeef6e7170d7ff3606689b3541c51eae8830
[asdf8dfafjk-main 1f6289a33] Maildir: Configurable field delimiter
Author: _ Samsung256L@T460s
Date: Wed May 10 15:48:08 2023 +0530
3 files changed, 82 insertions(+), 8 deletions(-)

git push -f -u asdf8dfafjk main
branch 'main' set up to track 'asdf8dfafjk/main'.
Everything up-to-date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment