Skip to content

Instantly share code, notes, and snippets.

View vqthanh1412489's full-sized avatar

Thanh vqthanh1412489

View GitHub Profile
@deseven
deseven / MattermostUpload.sh
Last active February 25, 2025 06:36
Upload file to Mattermost (API v4)
#!/bin/bash
# your mattermost installation url
mattermost="https://example.com"
# bot token, get it in Integrations > Bot Accounts
token=abcdef123456
# set to true for debug output
debug=false
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active March 16, 2026 18:53
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example