Skip to content

Instantly share code, notes, and snippets.

@LplusKira
Created April 1, 2019 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LplusKira/ad18235d7dadec1e8ba3551ba6e142cc to your computer and use it in GitHub Desktop.
Save LplusKira/ad18235d7dadec1e8ba3551ba6e142cc to your computer and use it in GitHub Desktop.
Set default git config
#!/bin/bash
git config --global user.name "LplusKira"
git config --global user.email pokaichangtwn@gmail.com
git config --global core.editor vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment