Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Print clone line on repo create #297

Closed
secondary-smiles opened this issue May 17, 2023 · 0 comments
Closed

Print clone line on repo create #297

secondary-smiles opened this issue May 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@secondary-smiles
Copy link

Pretty much as the title suggests, It'd be nice if upon a successful ssh <url> repo create <name> the response message would be git clone <new repo url>

e.g.

$ ssh <url> repo create <name>
git clone git@<url>:<name>.git # <-- returned by soft-serve

I'm happy to try and implement this myself, but I'm new to go so it might take a while/not be idiomatic.

So I figured I'd put it out here before taking a stab at a PR so that a more experienced go dev can also try to implement this if they want.

@bashbunni bashbunni added the enhancement New feature or request label May 22, 2023
aymanbagabas added a commit that referenced this issue Aug 3, 2023
Prints the repo ssh clone url on create

Fixes: #297
aymanbagabas added a commit that referenced this issue Aug 4, 2023
Prints the repo ssh clone url on create

Fixes: #297
aymanbagabas added a commit that referenced this issue Aug 4, 2023
Prints the repo ssh clone url on create

Fixes: #297
aymanbagabas added a commit that referenced this issue Aug 4, 2023
Prints the repo ssh clone url on create

Fixes: #297
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants