나는 마스터이고 나는했다 rebase -i <my_branch>
알았어 :
noop
# Rebase c947bec..7e259d3 onto c947bec
#
# Commands:
# p, pick = use commit
# r, reword = use commit, but edit the commit message
# e, edit = use commit, but stop for amending
# s, squash = use commit, but meld into previous commit
# f, fixup = like "squash", but discard this commit's log message
# x <cmd>, exec <cmd> = Run a shell command <cmd>, and stop if it fails
#
# If you remove a line here THAT COMMIT WILL BE LOST.
# However, if you remove everything, the rebase will be aborted.
#
일부는 환영받지 못하므로 일부 커밋을 선택하고 싶습니다. 또한 일부 파일을 유지하거나 항상 일부 분기에 '로컬'로 변경하려면 어떻게 작업합니까? 같은 도우미가 .gitignore
있습니까?
HEAD~*
구문을 사용하면 효과가 있었지만 첫 번째 구문은 그렇지 않았습니다.