mirror of
https://github.com/ivabus/www
synced 2024-11-10 18:55:15 +03:00
4 lines
125 B
Bash
4 lines
125 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
git config --global url."https://teaxyz:$1@github.com/teaxyz/pantry".insteadOf "https://github.com/teaxyz/pantry"
|