programming
github
,
bash
Turn git log history into markdown /bin/bashecho writing github commit historygit log --pretty=format:adnh snb --date=format:Y-m-d H:M:S while IFS= read -r line; do trimmed_line=lineline[[:space:]] trimmed_line=trimmed_linetrimmed_line[[:space:
programming
github
,
shell
fix end of line on github repository force end of line using LF For repos Git repositories that were checked out after those global settings were set, everythin
programming
github
,
shell
How to add path folder to github workflows CI Sometimes when you try to use a command and Bash displays the Command not found error, it might be because the pro
programming
github
,
workflows
,
tips & tricks
How to remove github workflows logs each workflow runs creating huge logs in github actions. sometimes you need to clean them to prune repository sizes. below i
programming
github
,
shell
How to remove all files from the git history that are not currently present? SummaryIve seen several articles and questions about how to remove a single file fr