1
1
Fork 0

tweaked push and pull aliases to use "main" instead of "master" branch

This commit is contained in:
david 2021-05-07 22:57:56 +02:00
parent 700dce29c1
commit 30d97741b6
1 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@ set -o shwordsplit
# **** variables ****
export EDITOR=vim
export VISUAL=vim
if [[ $LANG = '' ]]; then
export LANG=en_US.UTF-8
fi
@ -27,8 +28,8 @@ alias vv='vim $HOME/.vimrc'
alias vh="sudo vim /etc/hosts; echo hosts updated"
alias serve="python2 -m SimpleHTTPServer"
alias push="git push origin master"
alias pull="git pull origin master"
alias push="git push origin main"
alias pull="git pull origin main"
alias commit="git commit -a"
#alias aec="sshuttle -vvr 90.146.8.233 192.168.6.0/24 90.146.8.0/26 10.9.0.0/26 10.12.0.0/16 10.2.0.0/26 192.168.3.0/24 10.12.4.0/22 192.168.42.0/24"