Git query pulled the last merged branch

how to search through git, the last branch pulled is to take a branch?

Jan.19,2022

< H2 > solution: < / H2 >
  • the most convenient way is to use graphical git tools or plug-ins, not one by one;
  • git instruction operation:
    use instructions under required branches

    $ git reflog
For more information on
specific parameters, please see official document git-reflog .
Operation examples under < H2 > Git Bash < / H2 >

the following is the effect picture I used in a project master

clipboard.png

Gitk

:


clipboard.png

for more information, please refer to

Previous: How to play RTSP streaming video in a web page

Next: The problem with the deployment of the Nuxt project. How many minutes does the, npm start command get stuck and then report an error?

Menu