git-config-sync icon indicating copy to clipboard operation
git-config-sync copied to clipboard

⚙️ Synchronizing local config files with with any Git cloud services like GitHub, GitLab or BitBucket ☁️

Results 2 git-config-sync issues
Sort by recently updated
recently updated
newest added

## The idea Create a console program to perform this process in a simplified way. ### Eg: **First time (creating the BK)**. ```bash git-config-sync login --github git-config-sync set-folder /home/username/ git-config-sync...

enhancement
help wanted