Git archive

Why stick to the top? Of course, because I often forget some git commands! Easy to check (Feed generated with FetchRSS ) Source: https://liaoyq.club/2020/03/19/git/Git%E5%BD%92%E6%A1%A3/

rebase best practices

There are two most common application scenarios of rebase. One is to merge branches and do something similar to merge; the other is to merge commits and combine multiple commits into one commit record. (Feed generated with FetchRSS ) Source: https://liaoyq.club/2022/04/14/git/rebase%E6%9C%80%E4%BD%B3%E5%AE%9E%E8%B7%B5/