Last active
February 26, 2021 05:13
-
-
Save davidkhala/014d02a82cc9bf25bbcc48f58ca0239b to your computer and use it in GitHub Desktop.
Revisions
-
davidkhala revised this gist
Feb 26, 2021 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ - Git in windows using `CRLF` for line-break and spaces - Git in Unix version it use `CL`, which will leads to lots of syntax error when running script -
davidkhala revised this gist
Jan 11, 2021 . 1 changed file with 6 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,11 @@ ## Apply git patch `git am <patch-file-path>` ## Resolve conflict if any `git am -3` ## list modified files (including staged, excluding untracked) `!git status -s | cut -c1-3 --complement` -
davidkhala renamed this gist
Jun 19, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
davidkhala created this gist
Jun 19, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ### Apply git patch `git am <patch-file-path>` ### Resolve conflict if any `git am -3`