Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

squash() work non-interactively (no prompt) #35

Merged
merged 1 commit into from
May 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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