https://github.com/Maschmalow/freeotp-android got verified #5

Open
opened 2023-12-07 01:18:53 +01:00 by Benjamin_Loison · 0 comments
git clone https://github.com/Maschmalow/freeotp-android.git
git diff HEAD~~ --stat
# 48 files changed, 217 insertions(+), 170 deletions(-)
grep -ril 'freeotpbackup' mobile/ | xargs sed -i 's/freeotpbackup/freeotp/g'
# 46 files changed, 125 insertions(+), 78 deletions(-)
# How to loop?
MOVED_FOLDER=mobile/src/main/java/org/fedorahosted/freeotp
mv "$MOVED_FOLDER"{backup,}/
git add $MOVED_FOLDER
# 24 files changed, 125 insertions(+), 78 deletions(-)

MOVED_FOLDER=mobile/src/androidTest/java/org/fedorahosted/freeotp
mv "$MOVED_FOLDER"{backup,}/
git add $MOVED_FOLDER
# 14 files changed, 125 insertions(+), 78 deletions(-)

git diff HEAD~~ --stat -w
# 13 files changed, 122 insertions(+), 75 deletions(-)

git diff HEAD~~ -w
```bash git clone https://github.com/Maschmalow/freeotp-android.git git diff HEAD~~ --stat # 48 files changed, 217 insertions(+), 170 deletions(-) grep -ril 'freeotpbackup' mobile/ | xargs sed -i 's/freeotpbackup/freeotp/g' # 46 files changed, 125 insertions(+), 78 deletions(-) # How to loop? MOVED_FOLDER=mobile/src/main/java/org/fedorahosted/freeotp mv "$MOVED_FOLDER"{backup,}/ git add $MOVED_FOLDER # 24 files changed, 125 insertions(+), 78 deletions(-) MOVED_FOLDER=mobile/src/androidTest/java/org/fedorahosted/freeotp mv "$MOVED_FOLDER"{backup,}/ git add $MOVED_FOLDER # 14 files changed, 125 insertions(+), 78 deletions(-) git diff HEAD~~ --stat -w # 13 files changed, 122 insertions(+), 75 deletions(-) git diff HEAD~~ -w ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Benjamin_Loison/Verified_repositories#5
No description provided.