tanushreebaindur commented on pull request #709: URL: https://github.com/apache/incubator-nuttx-apps/pull/709#issuecomment-839457126
> Ok, could you squash the change into one patch? You can run the below command: > > ``` > git rebase --interactive HEAD~7 > change pick to squash in editor > git push -f origin my-new-branch > ``` Sorry, I have an elementary question. When I enter 'git log' this is what I see: tanushreebaindur@pop-os:~/nuttx-code/apps$ git log commit bb6379d1b0f7ef484ddfda00364c3d5e5b714793 (HEAD -> test/my-new-branch, origin/test/my-new-branch) Author: Tanushree Baindur <[email protected]> Date: Sat May 8 13:33:52 2021 -0500 Apps Issue #246: Replace romdisk_register() with boardctl(BOARDIOC_ROMDISK) C file changes: examples/bastest/bastest_main.c examples/elf/elf_main.c examples/module/module_main.c examples/posix_spawn/spawn_main.c examples/romfs/romfs_main.c examples/sotest/sotest_main.c examples/unionfs/unionfs_main.c commit 842f149c7865a1be45fb1812dc10094b7fa01b33 (upstream/master, origin/master, master) Author: Simon Piriou <[email protected]> Date: Sat May 8 00:36:30 2021 +0200 netutils: add Wake-on-LAN util commit b52de67f6eee117ce7b622c669b452ee22cdd3e5 Author: Diego Herranz <[email protected]> Date: Sat May 8 08:41:55 2021 +0100 examples/hdc1008_demo: fix header path As recommended by the nxstyle CI check. So I only see the first commit with commit id bb6379d1b0f7ef484ddfda00364c3d5e5b714793. I don't see the next 6 commits which I did through this page by pressing the "Commit Suggestion" button. How do I see those on my terminal? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
