1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-10-30 23:57:43 +02:00
Files
lazygit/test/integration/rebase/expected/repo/.git_keep/COMMIT_EDITMSG
2022-03-27 14:58:20 +11:00

31 lines
667 B
Plaintext

# This is a combination of 3 commits.
# This is the 1st commit message:
file1
# This is the commit message #2:
file2
# The commit message #3 will be skipped:
# file4
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Date: Tue Apr 6 11:39:15 2021 +1000
#
# interactive rebase in progress; onto ecfc580
# Last commands done (3 commands done):
# squash faaf373 file2
# fixup 578ebf1 file4
# No commands remaining.
# You are currently rebasing branch 'master' on 'ecfc580'.
#
# Changes to be committed:
# new file: file1
# new file: file2
# new file: file4
#