Horje
how to make gitlab patch Code Example
how to make gitlab patch
# to generate a patch between two commits
git diff commitid1 commitid2 > my_awesome_change.patch

# to generate a patch between the HEAD and a specific commits
git diff commitid1 > my_awesome_change.patch
    
how to make gitlab patch
diff -Naur target.rb.original target.rb > my_awesome_change.patch
    




Shell

Related
corewar 42 github Code Example corewar 42 github Code Example
chow install cal inlunix Code Example chow install cal inlunix Code Example
how to check mac address in linux Code Example how to check mac address in linux Code Example
fix mp3 file Code Example fix mp3 file Code Example
close adb shell Code Example close adb shell Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9