From b21511ab2e0d964a20ad5d24861ad645171db515 Mon Sep 17 00:00:00 2001 From: damithc Date: Wed, 15 May 2024 15:04:03 +0800 Subject: [PATCH] Add title.md --- .gitignore | 1 + assets/title.md | 3 +++ run.sh | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 assets/title.md diff --git a/.gitignore b/.gitignore index b8553110f..dfb1a8790 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ reposense-report/ RepoSense/ reposense/ +.idea/ diff --git a/assets/title.md b/assets/title.md new file mode 100644 index 000000000..a35221511 --- /dev/null +++ b/assets/title.md @@ -0,0 +1,3 @@ +# John Doe's Code Portfolio + +This portfolio page is a sample code portfolio page, created to showcase how RepoSense can be used to create a code portfolio page. The code given are from one of the RepoSense project team members. \ No newline at end of file diff --git a/run.sh b/run.sh index ff6d32f70..f315e23c5 100755 --- a/run.sh +++ b/run.sh @@ -8,11 +8,11 @@ ### ./get-reposense.py --commit abc123 # Gets a specific commit ### ./get-reposense.py --release --overwrite # Overwrite RepoSense.jar, if exists, with the latest release -./get-reposense.py --release +./get-reposense.py --master # Executes RepoSense # Do not change the default output folder name (reposense-report) ## Examples of other valid options; For more, please view the user guide ### java -jar RepoSense.jar --repos https://github.com/reposense/RepoSense.git -java -jar RepoSense.jar --config ./configs +java -jar RepoSense.jar --config ./configs --since 01/12/2020