├── LICENSE ├── README.md ├── checkout.sh ├── clean-checkout.sh ├── cleanup-branches.sh ├── clone-no-lfs.sh ├── clone.sh ├── config.include ├── copr.sh ├── cub.sh ├── download-blob.sh ├── enable-public-push.sh ├── enterprise.constants ├── help.sh ├── install-helper.ps1 ├── install.bat ├── install.sh ├── is-inc.sh ├── is-included.sh ├── lib ├── git-utils.sh ├── lnx │ └── setup_helpers.sh ├── osx │ └── setup_helpers.sh ├── other │ └── setup_helpers.sh ├── paste.pl ├── setup_helpers.sh └── win │ ├── install-git-lfs.ps1 │ └── setup_helpers.sh ├── make-branch.sh ├── make-worktree.sh ├── mkb.sh ├── mkpr.sh ├── mkrepo.sh ├── mkwt.sh ├── paste.sh ├── pull.sh ├── rename-branch.sh ├── rnb.sh ├── setup.sh ├── show-deleted.sh ├── teardown.sh ├── upgrade.sh └── version.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/README.md -------------------------------------------------------------------------------- /checkout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/checkout.sh -------------------------------------------------------------------------------- /clean-checkout.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/clean-checkout.sh -------------------------------------------------------------------------------- /cleanup-branches.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/cleanup-branches.sh -------------------------------------------------------------------------------- /clone-no-lfs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/clone-no-lfs.sh -------------------------------------------------------------------------------- /clone.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/clone.sh -------------------------------------------------------------------------------- /config.include: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/config.include -------------------------------------------------------------------------------- /copr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/copr.sh -------------------------------------------------------------------------------- /cub.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/cub.sh -------------------------------------------------------------------------------- /download-blob.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/download-blob.sh -------------------------------------------------------------------------------- /enable-public-push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/enable-public-push.sh -------------------------------------------------------------------------------- /enterprise.constants: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/enterprise.constants -------------------------------------------------------------------------------- /help.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/help.sh -------------------------------------------------------------------------------- /install-helper.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/install-helper.ps1 -------------------------------------------------------------------------------- /install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/install.bat -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/install.sh -------------------------------------------------------------------------------- /is-inc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/is-inc.sh -------------------------------------------------------------------------------- /is-included.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/is-included.sh -------------------------------------------------------------------------------- /lib/git-utils.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/lib/git-utils.sh -------------------------------------------------------------------------------- /lib/lnx/setup_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/lib/lnx/setup_helpers.sh -------------------------------------------------------------------------------- /lib/osx/setup_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/lib/osx/setup_helpers.sh -------------------------------------------------------------------------------- /lib/other/setup_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/lib/other/setup_helpers.sh -------------------------------------------------------------------------------- /lib/paste.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/lib/paste.pl -------------------------------------------------------------------------------- /lib/setup_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/lib/setup_helpers.sh -------------------------------------------------------------------------------- /lib/win/install-git-lfs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/lib/win/install-git-lfs.ps1 -------------------------------------------------------------------------------- /lib/win/setup_helpers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/lib/win/setup_helpers.sh -------------------------------------------------------------------------------- /make-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/make-branch.sh -------------------------------------------------------------------------------- /make-worktree.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/make-worktree.sh -------------------------------------------------------------------------------- /mkb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/mkb.sh -------------------------------------------------------------------------------- /mkpr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/mkpr.sh -------------------------------------------------------------------------------- /mkrepo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/mkrepo.sh -------------------------------------------------------------------------------- /mkwt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/mkwt.sh -------------------------------------------------------------------------------- /paste.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/paste.sh -------------------------------------------------------------------------------- /pull.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/pull.sh -------------------------------------------------------------------------------- /rename-branch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/rename-branch.sh -------------------------------------------------------------------------------- /rnb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/rnb.sh -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/setup.sh -------------------------------------------------------------------------------- /show-deleted.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/show-deleted.sh -------------------------------------------------------------------------------- /teardown.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/teardown.sh -------------------------------------------------------------------------------- /upgrade.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/upgrade.sh -------------------------------------------------------------------------------- /version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Autodesk/enterprise-config-for-git/HEAD/version.sh --------------------------------------------------------------------------------