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?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a606-2c200.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a606-2c200.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?