Skip to content

Autodesk/enterprise-config-for-git

Repository files navigation

Enterprise Config for Git

A painless Git setup with an easy way to share Git configs and scripts within a company using GitHub Enterprise.

Enterprise Config for Git adds a new Git setup command (e.g. git mycompany) to your Git config (via Git config alias) that configures a developer machine. The setup command checks the installed Git version, ensures Git LFS is installed properly, configures the user name and email based on the GitHub Enterprise profile, and configures the Git credential helper with a GitHub Enterprise token. It also adds an easy way to distribute company Git configs (e.g. Git push protection) and Git helper scripts (e.g. git adsk clone).

Enterprise Config for Git supports Windows, Mac and Linux and a great number of shells such as BASH, ZSH, DASH, cmd.exe, and PowerShell.

Please find more details about Enterprise Config for Git in the corresponding Git Merge 2016 talk (slides).

Getting Started

In order to use Enterprise Config for Git you need to fork it to your GitHub Enterprise instance and adjust it for your company:

Install Enterprise Config

git clone --branch production <<YOUR ENTERPRISE CONFIG URL>> ~/.enterprise
git config --global include.path ~/.enterprise/config.include
git <<YOUR SETUP COMMAND>>

Extend Enterprise Config

Any Git config you define in config.include will be distributed to all your engineers with the setup command. Plus you can add shell scripts to the root directory of Enterprise Config for Git that are available to all engineers via the setup command (see the clone.sh implementation as example for git adsk clone)

Need Help?

Enterprise Config for Git is a fairly new project and not very mature at this point. In case of trouble or questions please create a GitHub issue and we will try to get back to you ASAP.

License

Apache License 2.0

About

A painless Git setup with an easy way to share Git configs and scripts within a company using GitHub Enterprise.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published