Set the git aliases
This commit is contained in:
parent
00a0a7ed50
commit
8af9ab91ce
@ -9,3 +9,10 @@ rm -rf ~/.config/nvim/.git
|
|||||||
|
|
||||||
# Turn off relative line numbers in nvim
|
# Turn off relative line numbers in nvim
|
||||||
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua
|
echo "vim.opt.relativenumber = false" >>~/.config/nvim/lua/config/options.lua
|
||||||
|
|
||||||
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user