Clones a gitlab project/subprojects. If the script has already been used then it will pull the latest changes.
Handy to keep your local copy up to date.
#!/usr/bin/env bash | |
## PREREQUISITES CHECK | |
# `exists` for commands | |
exists() { | |
command -v "$1" >/dev/null 2>&1 | |
} | |
# is AWS CLI installed? |
Clones a gitlab project/subprojects. If the script has already been used then it will pull the latest changes.
Handy to keep your local copy up to date.
Verifying my Blockstack ID is secured with the address 1ECGavB5Qu9fNWayM2UQRFbR4sGzPwtttd https://explorer.blockstack.org/address/1ECGavB5Qu9fNWayM2UQRFbR4sGzPwtttd |
git filter-branch --env-filter ' | |
WRONG_EMAIL="XXXX" | |
NEW_NAME="Niall McCullagh" | |
NEW_EMAIL="niallmccullagh@users.noreply.github.com" | |
if [ "$GIT_COMMITTER_EMAIL" = "$WRONG_EMAIL" ] | |
then | |
export GIT_COMMITTER_NAME="$NEW_NAME" | |
export GIT_COMMITTER_EMAIL="$NEW_EMAIL" | |
fi |
I hereby claim:
To claim this, I am signing this object: