গিট নিজেই জিজ্ঞাসা করবেন না কেন? আপনি যখন পুনরায় আক্রমণ করবেন তখন git-bashএটি বলে:
pick 512b1d7 (some comment)
# Rebase 621b2e4..512b1d7 onto 621b2e4 (1 command)
#
# 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 <commit> = like "squash", but discard this commit's log message
# x, exec <command> = run command (the rest of the line) using shell
# 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.
D:/code/fenixito-legacy-api/.git/rebase-merge/git-rebase-todo [unix] (11:57 23/10/2019) 1,1 start
"D:/code/xxx/.git/rebase-merge/git-rebase-todo" [UNIX] 27L, 1170C
তাহলে তুমি দেখ:
s, স্কোয়াশ = ব্যবহার প্রতিশ্রুতিবদ্ধ, কিন্তু পূর্ববর্তী প্রতিশ্রুতিতে মিলিত
f, ফিক্সআপ = "স্কোয়াশ" এর মতো, তবে এই কমিটের লগ বার্তাটি বাতিল করুন
rebaseস্কোয়াশ / ফিক্সআপ পড়তে পারেন ।