Skip to content

Commit

Permalink
Add title.md
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed May 15, 2024
1 parent 75d21e3 commit b21511a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
reposense-report/
RepoSense/
reposense/
.idea/
3 changes: 3 additions & 0 deletions assets/title.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b21511a

Please sign in to comment.