Skip to content

Commit

Permalink
[BOT] Update submodules at DATE: 2023-08-10 TIME: 17:28:42
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Aug 10, 2023
1 parent 85cde26 commit a0e194e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .github/WORKFLOW.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# How to use

```bash
cd utilsWorkflows
```

```bash
chmod +x ./Famaf-Resources-Manager/update_w_from_parent.sh
```

```bash
./Famaf-Resources-Manager/update_w_from_parent.sh
```

## Update submodules

```bash
git submodule update --remote
git add .
git commit -m "git submodule updated"
git push origin
```

## Update submodule path

```bash
git mv old/submod new/submod
```
6 changes: 6 additions & 0 deletions .github/workflows/PATH.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Tree

[parentRepository](https://github.com/FAMAF-resources/parentRepository)
[childRepository](https://github.com/FAMAF-resources/childRepository)

## .github/
2 changes: 1 addition & 1 deletion Famaf-Resources-Manager

0 comments on commit a0e194e

Please sign in to comment.