Created
October 1, 2024 20:02
-
-
Save alexmazaltov/b79027cf4b52e8bb3292e8916a4dfb4a to your computer and use it in GitHub Desktop.
git rebase --edit-todo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s 5b13b9e cleaup frontpage generate by npx create-next-app@latest | |
s bc3dff4 update accordingly to latest nextjs app folder structure not src but app | |
s 0490ec3 build the app architectural folders structure | |
r d4f2505 Add placeholder components and basic layout for German Exam Prep Chatbot, Implement basic responsive layout in main p># | |
# Commands: | |
# p, pick <commit> = use commit | |
# r, reword <commit> = use commit, but edit the commit message | |
# e, edit <commit> = use commit, but stop for amending | |
# s, squash <commit> = use commit, but meld into previous commit | |
# f, fixup [-C | -c] <commit> = like "squash" but keep only the previous | |
# commit's log message, unless -C is used, in which case | |
# keep only this commit's message; -c is same as -C but | |
# opens the editor | |
# x, exec <command> = run command (the rest of the line) using shell | |
# b, break = stop here (continue rebase later with 'git rebase --continue') | |
# d, drop <commit> = remove commit | |
# l, label <label> = label current HEAD with a name | |
# t, reset <label> = reset HEAD to a label | |
# m, merge [-C <commit> | -c <commit>] <label> [# <oneline>] | |
# . create a merge commit using the original merge commit's | |
# . message (or the oneline, if no original merge commit was | |
# . specified); use -c <commit> to reword the commit message | |
# | |
# These lines can be re-ordered; they are executed from top to bottom. | |
# | |
# If you remove a line here THAT COMMIT WILL BE LOST. | |
# | |
# You are editing the todo file of an ongoing interactive rebase. | |
# To continue rebase after editing, run: | |
# git rebase --continue | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment