Skip to content

Commit

Permalink
squash() work non-interactively (no prompt)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalandy committed May 18, 2022
1 parent 33702e7 commit 9fcaab5
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions bashlava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@ _________________________________
PRIORITY 1 ____________________________________________________________________________
_______________________________________________________________________________________
TODO
New Feat: Condition_Apps_Installed_Is_Optionnal() with a config
- update test()
- update Core_Show_Env_Vars()
- Impact on: #4, #10
squash() work non-interactively (no prompt)
- Impact on: #4, #8
TODO git-crypt
once gitcrypt to well test and solid
- once gitcrypt to well test and solid
- 0o0o
PRIORITY 2 ____________________________________________________________________________
Expand Down Expand Up @@ -417,7 +414,7 @@ function squash { # User_
fi

git reset --soft HEAD~"${input_2}" &&\
git commit --edit -m "${input_3}" &&\
git commit -m "${input_3}" &&\
git push --force-with-lease &&\
git pull
input_2="not_set" #reset input_2
Expand Down

0 comments on commit 9fcaab5

Please sign in to comment.