View Single Post
coderus's Avatar
Posts: 6,436 | Thanked: 12,701 times | Joined on Nov 2011 @ Ängelholm, Sweden
#1891
i making file with following way:
Code:
mkdir workplace
cd workplace
#copy allfiles you want to modify here
git init
git add file.qml # or any other files
git commit -m "Init"
#make changes in file.qml and any other files
git diff > unified_diff.patch
__________________
Telegram | Openrepos | GitHub | Revolut donations
 

The Following 3 Users Say Thank You to coderus For This Useful Post: