diff options
author | Guangxiong Lin <[email protected]> | 2024-01-23 23:42:11 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2024-01-23 23:42:11 +0800 |
commit | 7412349b3e27e6c03eeb0011abd07507ba55ccd9 (patch) | |
tree | 9026209d8f27c639c015d16bd645421a32d7b724 | |
parent | a9372bcc2ce4c279087df031082df5dd6bf0ae0e (diff) | |
download | navi-cheats-7412349b3e27e6c03eeb0011abd07507ba55ccd9.tar.gz navi-cheats-7412349b3e27e6c03eeb0011abd07507ba55ccd9.tar.bz2 navi-cheats-7412349b3e27e6c03eeb0011abd07507ba55ccd9.zip |
-rw-r--r-- | git.cheat | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,14 +17,12 @@ git remote get-url origin # Diff a specific file between commits git diff \ - --color-words \ --ignore-space-change \ <start_commit_id>..<end_commit_id> \ -- <files_changed_between_commits> # Diff files changed compared to master branch git diff \ - --color-words \ --ignore-space-change \ -- <files_changed_compared_to_master_branch> |