An open API service indexing awesome lists of open source software.

https://github.com/adonyssantos/git-config-sync

⚙️ Synchronizing local config files with with any Git cloud services like GitHub, GitLab or BitBucket ☁️
https://github.com/adonyssantos/git-config-sync

bash-script git-config-sync javascript palm-tree palm-tree-css sync-config typescript

Last synced: 11 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Config

## Sync git config

To sync the ***local repository*** and the ***.gitconfig*** use:

- **Unix/Linux:** `ln ./git-config/.gitconfig .gitconfig`
- **Windows:** `mklink .gitconfig ./git-config/.gitconfig`

## Reference:
- https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/mklink
- https://stackoverflow.com/questions/48021975/linux-command-for-rmdir-and-mklink
- http://manpages.ubuntu.com/manpages/xenial/man1/ln.1.html