1
0
Fork 0

bluefeds + trimurti: fix typo of not including _origin_ in the git remote add command

This commit is contained in:
Pratham Patel 2022-10-31 10:10:30 +05:30
parent 345c117b04
commit 60ea272854
2 changed files with 4 additions and 4 deletions

View File

@ -383,12 +383,12 @@ grep net.ipv4.ping_group_range /etc/sysctl.conf || echo "net.ipv4.ping_group_ran
git clone --recursive git@gitlab.com:thefossguy/blog.git /trayimurti/containers/volumes/blog
cd /trayimurti/containers/volumes/blog
git remote rm origin
git remote add git@git.thefossguy.com:thefossguy/blog.git
git remote add origin git@git.thefossguy.com:thefossguy/blog.git
git clone --recursive git@gitlab.com:thefossguy/machines.git /trayimurti/containers/volumes/mach
cd /trayimurti/containers/volumes/mach
git remote rm origin
git remote add git@git.thefossguy.com:thefossguy/machines.git
git remote add origin git@git.thefossguy.com:thefossguy/machines.git
```

View File

@ -359,12 +359,12 @@ grep net.ipv4.ping_group_range /etc/sysctl.conf || echo "net.ipv4.ping_group_ran
git clone --recursive git@gitlab.com:thefossguy/blog.git /brahmaand/containers/volumes/blog
cd /brahmaand/containers/volumes/blog
git remote rm origin
git remote add git@git.thefossguy.com:thefossguy/blog.git
git remote add origin git@git.thefossguy.com:thefossguy/blog.git
git clone --recursive git@gitlab.com:thefossguy/machines.git /brahmaand/containers/volumes/mach
cd /brahmaand/containers/volumes/mach
git remote rm origin
git remote add git@git.thefossguy.com:thefossguy/machines.git
git remote add origin git@git.thefossguy.com:thefossguy/machines.git
```