[arch-general] Soft vs Hard links for man pages
DaNiMoTh
jjdanimoth at gmail.com
Mon Dec 3 09:05:01 EST 2007
2007/12/3, Allan McRae <mcrae_allan at hotmail.com>:
> Hi all,
>
[cut]
>
> Finally, now pacman has been moved to git I really have no idea how to
> create a diff! Can anybody suggest a good git cheatsheet?
>
You can use git diff.
Simply:
git clone [address] pacman
- Do your modifications -
git diff > patch_to_send.
There will be problems if remote repo is modified while you do your
modifications; in other words, the patch that you make isn't synced
with the remote repo.
Bye
More information about the arch-general
mailing list