Skip to content

Commit

Permalink
Merge pull request #5 from ymaheshwari1/ymaheshwari1-patch-1
Browse files Browse the repository at this point in the history
Update README file to change the branch name from master to main in t…
  • Loading branch information
adityasharma7 authored Nov 29, 2021
2 parents b6d3788 + 1e9059f commit 6c82ee6
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 6c82ee6

Please sign in to comment.