Skip to content

pandruszkow/gitconfigure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

gitconfigure

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

Installation instructions (fully automatic)

MAKE SURE YOU GENERATE AN SSH KEY ON THE NEW MACHINE AND ADD IT TO GITHUB SETTINGS

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

Installation instructions (manual)

MAKE SURE YOU GENERATE AN SSH KEY ON THE NEW MACHINE AND ADD IT TO GITHUB SETTINGS

  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.

About

Awesome Linux/Windows/Mac Gitconfigure setup

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages