Y
Hacker News
new
|
ask
|
show
|
jobs
by
martin-adams
3186 days ago
The one I do is `git clone ` then paste in the repository URL from bitbucket, and end up with `git clone git clone https://....`
I don't think that can be solved here though.
3 comments
Gaelan
3186 days ago
I do that all the time, often with package managers (npm install npm install foo)
link
hinkley
3186 days ago
CTRL-u CTRL-v
link
martin-adams
3186 days ago
Nice! Never knew about CTRL+u. Thanks.
link
DiThi
3185 days ago
It's so far from my left hand I prefer to press ctrl+w twice. (yes, I use the mouse a bit too much)
link
rvanmil
3186 days ago
Hah! Bitbucket drives me nuts in many ways but this one truly is the worst!
link
DiThi
3186 days ago
Certainly. The user is either used to typing "git clone" or is using a GUI where you input the repo URL. How bitbucket does it would only be fine if you only use bitbucket or if everybody did it that way.
link