项目作者: pandruszkow

项目描述 :
Portable Gitconfigure setup
高级语言: Shell
项目地址: git://github.com/pandruszkow/gitconfigure.git
创建时间: 2019-10-30T09:53:20Z
项目社区:https://github.com/pandruszkow/gitconfigure

开源协议:Creative Commons Zero v1.0 Universal

下载


Creative Commons CC-0 v1.0 license logo (small)

gitconfigure

Portable Gitconfigure setup. Sensible aliases and Windows support. Not good enough autocompletion support yet.

Installation instructions (fully automatic)

  1. mkdir -p ~/.local/share/gitconfigure && \
  2. cd .local/share/gitconfigure && \
  3. git clone git@github.com:pandruszkow/gitconfigure.git . && \
  4. ./install.sh && \
  5. echo "Installation done for .gitconfigure on $(date -Iseconds)"

Installation instructions (manual)

  1. Install Git
  2. Check out this repository to .local/share/gitconfig and cd to that
  3. Run ./install.sh
  4. When the editor is opened, update contents of .gitconfig.local to reflect your Git identity on this particular machine/account. This file is added to .gitignore so that your local details will not be a part of any subsequent changes you may want to make to your .gitconfig.