We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999c53f commit 7f01130Copy full SHA for 7f01130
cheatsheet.txt
@@ -7,9 +7,9 @@ git config --global pull.rebase true
7
8
9
git fetch upstream
10
-git switch -c feat/xcache-mvp upstream/master # or upstream/main
+git switch -c feat/xquant-mvp upstream/master # or upstream/main
11
# commit in small chunks
12
-git push -u origin feat/xcache-mvp # pushes only to your fork
+git push -u origin feat/xquant-mvp # pushes only to your fork
13
14
15
0 commit comments