From 1e9059f69c0f6615ca88016b0811a4f01d46a324 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Mon, 29 Nov 2021 14:57:50 +0530 Subject: [PATCH] Update README file to change the branch name from master to main in the merge command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31b78b2..961453a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ `git fetch ionicSDK` - Merge IonicSDK master to your branch with [--allow-unrelated-histories](https://git-scm.com/docs/git-merge#Documentation/git-merge.txt---allow-unrelated-histories) flag -`git merge ionicSDK/master --allow-unrelated-histories` +`git merge ionicSDK/main --allow-unrelated-histories` - Resolve conflicts - Push your branch and create a PR