<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>git on Jessica1127`s Blog</title>
    <link>https://jessica1127.github.io/tags/git/</link>
    <description>Recent content in git on Jessica1127`s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Wed, 11 Mar 2020 07:07:11 +0800</lastBuildDate>
    
	<atom:link href="https://jessica1127.github.io/tags/git/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Git Squash</title>
      <link>https://jessica1127.github.io/2020/git-squash/</link>
      <pubDate>Wed, 11 Mar 2020 07:07:11 +0800</pubDate>
      
      <guid>https://jessica1127.github.io/2020/git-squash/</guid>
      <description>Requirement: When you need to merge/PR your develop branch to master/release branch, you have lots of commit histories which are useless, and among which some are test message. Now you need to use git squash to package your commit message before your merge/PR. Use below cmd to see your git change history and log: git reflog !image Here is the steps you need to do: checkout a new branch Under</description>
    </item>
    
  </channel>
</rss>