Compare commits

..

No commits in common. "e884c303b3b4bb10d2d62a4b63053a3f1a1e9944" and "63b22d1c10c5274cdd20e5a653fd8c86b821dd7a" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1,3 +1,4 @@
function ggpush --wraps='git push origin "$(git_current_branch)"' --description 'alias ggpush=git push origin "$(git_current_branch)"'
git push origin (command git symbolic-ref --short HEAD 2>/dev/null)
git push origin "$(git_current_branch)" $argv
end

View File

@ -1,3 +0,0 @@
function ksh --description 'se connecte au pod en param'
kubectl exec -it $argv /bin/bash
end