Skip to content

Commit 7f01130

Browse files
Update cheatsheet.txt
1 parent 999c53f commit 7f01130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cheatsheet.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ git config --global pull.rebase true
77

88

99
git fetch upstream
10-
git switch -c feat/xcache-mvp upstream/master # or upstream/main
10+
git switch -c feat/xquant-mvp upstream/master # or upstream/main
1111
# commit in small chunks
12-
git push -u origin feat/xcache-mvp # pushes only to your fork
12+
git push -u origin feat/xquant-mvp # pushes only to your fork
1313

1414

1515
git fetch upstream

0 commit comments

Comments
 (0)