Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deka108 authored Apr 14, 2021
1 parent 7ffcf11 commit ff8314a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ git diff [branch] ... > [filename].patch
// apply patch
git apply [filename].patch
// if the above fails
patch -p1 < [filename].patch
```

### Merge squash
Expand Down

0 comments on commit ff8314a

Please sign in to comment.