Skip to content

Commit

Permalink
Update README file to change the branch name from master to main in t…
Browse files Browse the repository at this point in the history
…he merge command
  • Loading branch information
ymaheshwari1 authored Nov 29, 2021
1 parent b6d3788 commit 1e9059f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e9059f

Please sign in to comment.