GIT EXPERIENCE

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View page history
bq. [Git Tools Submodules Tutorial|http://git-scm.com/book/en/Git-Tools-Submodules]
h1. How to: Patch

h2. simulate patch
{noformat}
git apply --stat fix_file.patch
{noformat}

h2. Check patch
{noformat}
git apply --check fix_file.patch
{noformat}

h2. Commit patch
{noformat}
git apply fix_file.patch
{noformat}
h1. How to: Diff