diff --git a/note.txt b/note.txt index c201bf9..959a0af 100644 --- a/note.txt +++ b/note.txt @@ -1,12 +1,12 @@ Demo Link -create new branch: git checkout -b -push new branch: git push origin -delete branch locally: git branch -d -delete branch remotely: git push --delete origin +Create new branch: git checkout -b +Push branch: git push origin +Delete branch locally: git branch -d +Delete branch remotely: git push --delete Origin -rebase new branch into main: +Rebase new branch into main: - inside main branch do this: git rebase -react-firebase-hooks -react-firebaseui \ No newline at end of file +React-firebase-hooks +react-firebaseui