fix: make tea-init use the ssh origin url
This commit is contained in:
parent
47b0643cdf
commit
d0381a9dca
1 changed files with 1 additions and 2 deletions
3
home.nix
3
home.nix
|
|
@ -78,8 +78,7 @@ in
|
|||
exit 1
|
||||
fi
|
||||
tea repo create --name "$name" --login "$login"
|
||||
git remote add origin "git@''${login}:''${user}/''${name}.git"
|
||||
git push -u origin "$(git branch --show-current)"
|
||||
git remote add origin "ssh://forgejo@''${login}/''${user}/''${name}.git"
|
||||
'')
|
||||
|
||||
# CLI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue