yuravg / git-config

My configuration files for Git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git configuration files

git-config - my Git configuration files.

Contents

FileDescription
.gitconfigGit global configuration file
.gitconfig_pathGit path dependent configuration file
.gitignore_globalGit global ignore list
.gitmessageCommit template

Installation scripts(make links):

  • install.sh - Installation script (Shell, Linux OS)
  • install.ps1- Installation script (PowerShell, Windows OS)

Installation

  • Download git-config: git clone https://github.com/yuravg/git-config or zip-file
  • Copy configuration file to your Home ($HOME) directory or use install script to create symbolic links.

Links

https://github.com/fniessen/git-leuven.git - Git configuration, aliases and extra commands

https://github.com/seagle0128/dotfiles - gitconfig file example and much more

About

My configuration files for Git


Languages

Language:PowerShell 59.6%Language:Shell 40.4%