This website requires JavaScript.
Explore
Help
Sign In
Bauke
/
dotfiles
Watch
1
Fork
You've already forked dotfiles
0
Code
Releases
Activity
f6f6294b28
dotfiles
/
.bauke
/
bin
/
simple-git-push
7 lines
104 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env zsh
deno run
\
--allow-run
=
"git"
\
"
$BAUKE_DIR
/scripts/simple-git-push.ts
"
\
"
$@
"
View Git Blame
Copy Permalink