See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
wrk.method = "POST" | |
local f = io.open("data.json", "r") | |
wrk.body = f:read("*all") | |
wrk.headers["Content-Type"] = "application/json" | |
wrk.headers["Host"] = "foo.bar.net" | |
local counter = 1 | |
local threads = {} |
See how a minor change to your commit message style can make a difference. Examples
Have a look at CLI util git-conventional-commits to ensure this conventions and generate changelogs
A curated list of arrrrrrrrr!
[ Update 2020-05-31: I won't be maintaining this page or responding to comments anymore. The list of supporting software reflects the known state as of this date. ]
Most of the terminal emulators auto-detect when a URL appears onscreen and allow to conveniently open them (e.g. via Ctrl+click or Cmd+click, or the right click menu).
It was, however, not possible until now for arbitrary text to point to URLs, just as on webpages.
#### CHECK WHOAMI #### | |
check_user() | |
{ | |
if [ "root" != "`whoami`" ]; then | |
echo "Only root can execute this script" | |
exit 2 | |
fi | |
} | |
check_user |
https://github.com/actions/checkout/issues/13#issuecomment-724415212 |