guyzmo / git-repo

Git-Repo: CLI utility to manage git services from your workspace
https://webchat.freenode.net/?channels=#git-repo
Other
842 stars 86 forks source link

Add support ssh:// URL and github local branch name fix. #148

Closed kounoike closed 7 years ago

kounoike commented 7 years ago

by Git manual git command also supports ssh:// style URL. It is useful for GitBucket supoprt(#144).

And Gogs/Gitea can use any user for ssh access. This change accepts any user on scp-style user@server:pathto/repo.git.

guyzmo commented 7 years ago

hum it's missing the third commit 😖

kounoike commented 7 years ago

hum it's missing the third commit

"third commit" means local branch name fix? I will keep it to #144. (I think it has a little relation to GitBucket support).

guyzmo commented 7 years ago

merged 👍