Skip to content

Instantly share code, notes, and snippets.

@LplusKira
Created April 1, 2019 08:57
Show Gist options
  • 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 [email protected]
git config --global core.editor vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment