Now works with Fedora
This commit is contained in:
14
settings/set_git.sh
Normal file
14
settings/set_git.sh
Normal file
@ -0,0 +1,14 @@
|
||||
# Set common git aliases
|
||||
git config --global alias.co checkout
|
||||
git config --global alias.br branch
|
||||
git config --global alias.ci commit
|
||||
git config --global alias.st status
|
||||
git config --global pull.rebase true
|
||||
|
||||
# Set git editor and user
|
||||
git config --global core.editor "nvim"
|
||||
git config --global user.name "gibbyb"
|
||||
git config --global user.email "gib@gibbyb.com"
|
||||
|
||||
# Sign in to GitHub
|
||||
gh auth login
|
Reference in New Issue
Block a user