⚰️ Removed old dead flag code
This commit is contained in:
parent
a090142f68
commit
371008f49f
1 changed files with 0 additions and 19 deletions
19
scripts/bgit
19
scripts/bgit
|
|
@ -185,25 +185,6 @@ function bgit() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
# elif [[ $numrepos -eq 0 || $numargs -eq 1 && $1 == "-i" || $numargs -eq 1 && $1 == "--init" ]] ; then
|
|
||||||
# if [[ $numrepos -eq 0 ]] ; then
|
|
||||||
# echo "${txtgreen} no git repository found, executing git init...${txtwhite}"
|
|
||||||
# source $HOME/.config/bgit/bgit_init
|
|
||||||
# b_init "$@"
|
|
||||||
# else
|
|
||||||
# echo "${txtred} git repository already here..."
|
|
||||||
# source $HOME/.config/bgit/bgit_init
|
|
||||||
# b_init "$@"
|
|
||||||
# fi
|
|
||||||
|
|
||||||
# elif [[ $numrepos -ge 1 && $numargs -eq 1 && $1 == "-r" || $numargs -eq 1 && $1 == "--revert" ]] ; then
|
|
||||||
# source $HOME/.config/bgit/bgit_revert
|
|
||||||
# b_revert "$@"
|
|
||||||
|
|
||||||
# elif [[ $numargs -eq 1 && $1 == "-h" || $numargs -eq 1 && $1 == "--help" ]] ; then
|
|
||||||
# source $HOME/.config/bgit/bgit_help
|
|
||||||
# b_help "$@"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bgit "$@"
|
bgit "$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue