https://github.com/Maschmalow/freeotp-android got verified #5
Benjamin_Loison
commented 2023-12-07 01:18:53 +01:00
Owner
```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
```
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?