Skip to content
  • This is a oneliner but with no output on what it does, so be warned :)

    find . -path "*/.git/*" -name "config" -type f
    # if you are sure you wan't to update all the listed file you can then run
    find . -path "*/.git/*" -name "config" -type f -exec  sed -i '' 's/git-r3lab-server\.uni\.lu/gitlab\.lcsb\.uni\.lu/g' {} +;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment