We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d338227 + d4e7231 commit 2197e11Copy full SHA for 2197e11
cheatsheet.md
@@ -20,4 +20,6 @@
20
21
##### Moving files while preserving git history
22
git mv <source> <destination>
23
-
+
24
+##### Creates a branch, and moves you onto it at the same time
25
+ git checkout -b <new branch name>
0 commit comments