Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Submodules update version to latest #48

Closed
3 tasks done
matei-tm opened this issue Jul 19, 2020 · 0 comments
Closed
3 tasks done

Submodules update version to latest #48

matei-tm opened this issue Jul 19, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@matei-tm
Copy link
Owner

matei-tm commented Jul 19, 2020

Update checklist

Get latest version:

git checkout master
git pull
  • get latest version

Update submodules for f-orm-m8-sqlite:

cd .\f-orm-m8-sqlite\
git checkout master
git pull
cd ..
git add .\f-orm-m8-sqlite\
  • f-orm-m8-sqlite

Update submodules for vscode-f-orm-m8:

cd .\vscode-f-orm-m8\
git checkout master
git pull
cd ..
git add .\vscode-f-orm-m8\
  • vscode-f-orm-m8

Commit the changes:

cd ..
git commit -am '#xxxx. Updating submodules. Closes #xxxx'
@matei-tm matei-tm added the enhancement New feature or request label Jul 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant