We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597728d commit f6167f0Copy full SHA for f6167f0
docs/dev/rebase.md
@@ -0,0 +1,5 @@
1
+- Rebase and squash your commits into just one commit before you make a pull request:
2
+
3
+ git rebase -i HEAD~n
4
5
+ n = number of commits to go back.
0 commit comments