Skip to content

Commit

Permalink
Update temporary_notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
metas-ts committed Apr 29, 2020
1 parent 2805d51 commit 3c09859
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions temporary_notes.md
@@ -1,5 +1,5 @@


```bash
git clone git@github.com:metasfresh/metasfresh.git

cd metasfresh
Expand Down Expand Up @@ -92,17 +92,16 @@ git commit -m "gh6205-app - move parent-pom files to new misc folder" -m "metasf

git mv temp/* .
git commit -m "gh6205-app - move temporarily moved files back from temp folder" -m "metasfresh/metasfresh#6205"
```


# add and commit that root Jenkinsfile

# later
# add metasfresh-procurement-webui and metasfresh-edi to misc subfolder that shall be another sibling to backend




# keep up to date

```bash
git pull && \
git merge origin/master && \
git fetch webui-api master && \
Expand All @@ -119,3 +118,4 @@ git fetch admin master && \
git merge admin/master --allow-unrelated-histories && \
git fetch e2e master && \
git merge e2e/master --allow-unrelated-histories
```

0 comments on commit 3c09859

Please sign in to comment.