Updating your repo to a new version of Weavy is simple. All you have to do is sync your fork with the latest code from the weavy-sln repo.
Configure a remote
Before you can sync your fork, you must have a remote configured that points to the upstream repository in Git.
- Open a command line (in the current working directory of your fork)
-
List the currently configured remotes for your fork with
git remote -v
.