Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Jun 17, 2024
1 parent 6858181 commit 8850359
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,15 @@ For questions or issues when using these packages, contact the package's maintai

[![Packaging status](https://repology.org/badge/vertical-allrepos/vim:vim-just.svg)](https://repology.org/project/vim:vim-just/versions)

----------
## Migrating old `git clone` based installations to `main`

### Updating `git clone` based installations

Run the same `cd` command as in the relevant installation instructions, then:

```bash
cd vim-just
git pull --tags --verbose
```

#### Old `git clone` based installations

In late March 2023, development was moved from `master` branch to `main` branch, and `master` is no longer maintained. Updating installations that used a `git clone` prior to these changes requires some additional one-time steps, run **after** the normal update procedure:
In late March 2023, development was moved from `master` branch to `main` branch,
and `master` is no longer maintained.
Updating installations that used a `git clone` prior to these changes requires some
additional one-time steps:

```bash
git fetch
git checkout main
git branch -d master || git branch --unset-upstream master
git remote set-head origin -a
Expand All @@ -60,8 +53,6 @@ git remote prune origin

Now future updates can again be obtained normally.

----------

## Contributing & Development

See [CONTRIBUTING.md](CONTRIBUTING.md).

0 comments on commit 8850359

Please sign in to comment.