You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rasbats edited this page Aug 22, 2021
·
1 revision
What I do:
In sources directory: Remove possibly existing clone of plugin to update
Still in sources: Clone the correct variant of plugin (complete clone)
Then, use source-state.sh to record the state of sources and commit:
$ cd ..
$ ./source-state.sh save
$ git diff sources.state # check that the new (new fork of )plugin is properly recorded
$ git add sources.state
$ git commit -m "sources: Adding xxx"