Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

git-config-sync

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
This package has malicious versions linked to the ongoing "TrapDoor Crypto Stealer" supply chain attack.

Affected versions:

0.1.00.1.1
View campaign page

git-config-sync

Sync Git configurations across multiple repositories and machines

pipPyPI
Version
0.1.1
Maintainers
1

git-config-sync

Keep your git configurations consistent across all your projects.

Quick Start

pip install git-config-sync
git-config-sync --pull   # pull global config to current project
git-config-sync --push   # push project config to global
git-config-sync --check  # check for inconsistencies

Features

  • Sync .gitconfig settings across repos
  • Detect configuration drift
  • Merge user.name, user.email, aliases
  • Support for conditional includes

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts