mirror of
https://github.com/tonydamage/nux-env.git
synced 2025-12-11 13:24:28 +01:00
Added comments to git-all
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
e83ba8a88c
commit
db32d0dc88
1 changed files with 2 additions and 2 deletions
|
|
@ -23,14 +23,14 @@ commit() {
|
|||
|
||||
## execute
|
||||
execute() {
|
||||
shift;
|
||||
shift; # Skip current branch
|
||||
eval "$*";
|
||||
|
||||
}
|
||||
|
||||
##
|
||||
shell() {
|
||||
shift;
|
||||
shift; # Skip current branch
|
||||
bash -i;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue