Category: Uncategorized
.
.
.
Interesting to come across GitLab Flow. At first glance looks a bit more straightforward than Git Flow.
Getting git branch name on your bash prompt: https://coderwall.com/p/fasnya/add-git-branch-name-to-bash-prompt
.
Mini workflow of the day: use vi style global pattern to delete all lines not containing particular urls; use vi style macro to then pull out the urls in question; mini bash script to read through the file of those lines and wget them with basic auth from the site; now I can transfer those files to another site where I need them.
Cool, so you can use wget with basic auth.