Skip to content

UX show more log() when we commit #24

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

Merged
merged 2 commits into from
May 9, 2022
Merged
Show file tree
Hide file tree
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
24 changes: 9 additions & 15 deletions bashlava.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,22 @@ PR Title: New Feat: 0o0o
- Impact on: #4, #8, #9 #10
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

TODO
PR Title: UX: prompt NEXT STEP must shows more details
- x() is done | app_name: branch_name
- With the interactivity (next move), we can forget where we were
- it will help us a lot when shuffling between different projets, branch, pr
- Impact on: #4, #8


# TODO
- rename config_default.sh
- consider config_custom (which overrides the default)

UX: refactoring config_default.sh
- consider config_custom.sh (which overrides the default)
- Impact on: #4, #8

UX show more log() when we commit
- voir la version short du hash
- Impact on: #4, #8

# TODO show version is missing
- need to add it back
- was delete when we refactor show()


# TODO log()
- voir la version short du hash


TODO edge()
- dynamic edge name creation
- update path to ~/Library/Application Support/FirePress/bashlava
Expand Down Expand Up @@ -236,7 +230,7 @@ function commit { # User_
git status && git add -A && git commit -m "${input_2}" && git push

Show_What_Was_Done
git --no-pager log --decorate=short --pretty=oneline -n1
git --no-pager log --decorate=short --pretty=oneline -n4

_doc_name="fct_c_next.md" && Show_Docs
}
Expand Down Expand Up @@ -493,7 +487,7 @@ function log { # User_
Condition_Attr_2_Must_Be_Empty
Condition_No_Commits_Pending

echo && git --no-pager log --decorate=short --pretty=oneline -n10 && echo
echo && git --no-pager log --decorate=short --pretty=oneline -n8 && echo
}

function test { # User_
Expand Down
File renamed without changes.