From 7bf06230f9a72cc27f5490feb13d683b1f7eb9ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rnar=20Brende=20Smestad?= Date: Wed, 3 May 2023 10:47:00 +0200 Subject: Update CONTRIBUTING.md Changed git pull upstream master to git pull upstream main to reflect changes to github naming. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9cd868a..e4f4456 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ You'll always get credit for your work. 7. While you work on your bugfix or feature, be sure to pull the latest changes from `upstream`. This ensures that your local codebase is up-to-date: ```bash - $ git pull upstream master + $ git pull upstream main ``` 8. When your work is ready for the litecli team to review it, push your branch to your fork: -- cgit v1.2.3