mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat[work]: improve git-replace
This commit is contained in:
parent
ed9008112b
commit
c8a49d4f47
2 changed files with 6 additions and 0 deletions
|
|
@ -18252,6 +18252,9 @@ This script allows for quick git replace of a string.
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
target_files=false
|
||||||
|
target_repo=false
|
||||||
|
target_dirs=false
|
||||||
while [[ $# -gt 0 ]]; do
|
while [[ $# -gt 0 ]]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
-f | --filenames)
|
-f | --filenames)
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,9 @@ writeShellApplication {
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
target_files=false
|
||||||
|
target_repo=false
|
||||||
|
target_dirs=false
|
||||||
while [[ $# -gt 0 ]]; do
|
while [[ $# -gt 0 ]]; do
|
||||||
case "$1" in
|
case "$1" in
|
||||||
-f | --filenames)
|
-f | --filenames)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue