From b41340846a393a2b0fce444b143c6b93e393ffa4 Mon Sep 17 00:00:00 2001 From: LostNeophyte Date: Wed, 3 May 2023 09:32:24 +0200 Subject: [PATCH] docs: use `master` instead of `rolling` in contributing.md (#4115) Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1f65ac81..d7ab9619 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ One of the best ways to begin contributing in a meaningful way is by helping fin 1. Follow the [Installation](https://www.lunarvim.org/docs/installation) guide 2. Link your fork with the repository `git remote add upstream https://github.com/lunarvim/LunarVim.git`, or use `gh fork` -3. That's it! You can now `git fetch upstream` and `git rebase [-i] upstream/rolling` to update your branches with the latest contributions. +3. That's it! You can now `git fetch upstream` and `git rebase [-i] upstream/master` to update your branches with the latest contributions.