# Reverts a previously applied patch
#
# p1 flag is used by git. If your diff is in a
# different format try using p0
patch -R -p1 < patch/file.diff
# Reverts a previously applied patch
#
# p1 flag is used by git. If your diff is in a
# different format try using p0
patch -R -p1 < patch/file.diff