Is there any way to merge with all the commits in the merge in master?
I want to have the commits so I can look back on which commit did what.
1 Like
This is the default behavior.
See this example: https://github.com/nafi-lang/rust-nafi/commit/67bf58605e9f483a4799d014ee69f518772df153
6 parents 1c1965e + 07bf20a + 11fc3a7 + 320033d + 62e2c9a + 47df3bc
If you look at the commit list, all of the r+'d commits are there.
This one doesn't have seperate commits
Nevermind, Iām blind.
1 Like