Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 667 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 667 Bytes

About

git-conf is collection of my git configuration files.

Installaion

  1. Clone git-conf repository

    mkdir ~/.git-conf
    cd ~/.git-conf
    git clone git://github.com/KhurtinDN/git-conf.git
    ln -s ~/.git-conf/.gitconfig ~/.gitconfig
    mkdir ~/bin
    cp ~/.git-conf/git-diff-wrapper.sh
    chmod +x ~/.git-conf/git-diff-wrapper.sh
    
  2. Check system requirements

Updating

  1. Update from repository

    cd ~/.git-conf
    git pull --repbase
    
  2. Check system requrirements

System requirements

  1. Diff and merge tool

    sudo yum install meld