You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
I've at least five different dedicated PCs which I can work at any time. Also I have 10+ projects which I'm actively maintaining. When I sit down on a PC, I need to have instant access to all git repositories of these in order to quickly review and checkout across branches & tags.
An operation, as a new feature, which provides below functions will be very useful.
git clone all my gitlab related repositories into defined workspace if not exists.
Support all git protocols (http,https,ssh) for git authentication.
Make project basedgit config for user.name and user.email.
Note: In order to keep the feature simple for now, I won't add below functions.
A list of projects (most probably active or popular) to clone.
A list of ignored projects which won't be processed.
Update local cloned project (repository) if exists.
These items can be handled in future when needed.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've at least five different dedicated PCs which I can work at any time. Also I have 10+ projects which I'm actively maintaining. When I sit down on a PC, I need to have instant access to all
git
repositories of these in order to quickly review and checkout across branches & tags.An operation, as a new feature, which provides below functions will be very useful.
git clone
all mygitlab
related repositories into defined workspace if not exists.http
,https
,ssh
) for git authentication.git config
foruser.name
anduser.email
.Note: In order to keep the feature simple for now, I won't add below functions.
These items can be handled in future when needed.
The text was updated successfully, but these errors were encountered: