I am a GIT newbies, while trying to do a merge I found that some of my commits are missing. I got the below findings
Some of the commits of the branch "ACCOUNT_RECORD_TO_DB" is missing with the first command. While the second command shows the complete history of commits. Could someone tell me the differences between "ACCOUNT_RECORD_TO_DB" and "origin/ACCOUNT_RECORD_TO_DB"?
Thanks in advance
git log ACCOUNT_RECORD_TO_DB --pretty=oneline
git log origin/ACCOUNT_RECORD_TO_DB --pretty=oneline