Accept target to build in build-dir #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When in a new terminal sessions where
build-dir
has not be invoked yet thebuild
alias will behave differently because it is actually callingbuild-dir
, since becomes problematic:Will give an error stating that
check
is not a directory when the expectedbehaviour is to first select a build directory then build the
check
target.