geek-mama / samurai_HTML-CSS2

0 stars 0 forks source link

Test1 #12

Open geek-mama opened 3 years ago

geek-mama commented 3 years ago

プルリクエスト

technicakidz commented 3 years ago

@geek-mama プルリクエスト作成は成功です! 次はコミットをまとめてみましょう。今複数あるコミットを一つにする作業で、キーワードは rebase です。

geek-mama commented 3 years ago

@technicakidz https://www.sejuku.net/blog/71919 こちらなども参考に調べていますが、色々な情報があり、方法がわかりません。

「git log --oneline」で、IDは確認できました。

「git rebase master」とコマンドを打つように記載されているサイトもあったので、打ち込んでみましたが、何も変わりませんでした。

geek-mama commented 3 years ago

VS Codeで「git rebase -i [ID] 」と打ち込むと、

pick 1d00265 test1

# Rebase 8ce5206..1d00265 onto 8ce5206 (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
# 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.
#
# However, if you remove everything, the rebase will be aborted.

となり、一番下に「記録中」と表示され、操作不可になりました。