bin: pull before pushing
This commit is contained in:
parent
7808518432
commit
75f0f0d332
|
@ -205,8 +205,8 @@ alias hedgedoc="tmux kill-session -t hedgedoc; builtin cd '$d4/dev/_forks/hedged
|
|||
|
||||
alias rm='rm -I'
|
||||
del() {
|
||||
# TODO create on current partition and clean on reboot via cron
|
||||
trash=/tmp/thrash/
|
||||
# TODO use current partition and clean on reboot via cron
|
||||
trash=/tmp/trash/
|
||||
#mkdir $trash
|
||||
m "$@" $trash
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
$XDG_CONFIG_HOME/kitty
|
||||
$XDG_CONFIG_HOME/yadm
|
||||
$XDG_CONFIG_HOME/doom
|
||||
$XDG_CONFIG_HOME/git
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
git-l
|
||||
if git rev-parse @{upstream} >/dev/null 2>&1
|
||||
then git push "$@"
|
||||
else git push --set-upstream "$@"
|
||||
|
|
Loading…
Reference in New Issue