You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Often pushing all your commits to a single pull request is the simplest and fast
44
44
This comes at a price, your teammates have to review larger, less related pieces of code and you will lose some of your atomic commit history if you "Squash and merge".
45
45
46
46
When you decide to break changes up into multiple diffs that depend on one another this process is commonly referred to as **[stacked diffs](https://graphite.dev/guides/stacked-diffs)** (pull requests that depend on other pull requests).
47
-
This appraoch is popular at many major comparnies such as Twitter, Facebook, etc.
47
+
This approach is popular at many major companies such as Twitter, Facebook, etc.
48
48
Managing stacked diffs manually involves managing multiple local branches, jumping between them, rebasing, etc.
49
49
This process gets even more complicated when you start getting feedback in code review and have to update individual branches.
50
50
Managing even a few stacked diffs requires a relatively strong knowledge of `git`, even with tricks like [`--update-refs`](https://git-scm.com/docs/git-rebase#Documentation/git-rebase.txt---update-refs).
0 commit comments