All public logs
Combined display of all available logs of Seedbury Square. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:19, 15 December 2025 Mgm-seedbury talk contribs created page Bash aliases code (Created page with " alias edit="code ~/.bash_aliases" function mergeFrom() { currentBranch=$(git rev-parse --abbrev-ref HEAD) git checkout "${1:-Development}" git pull git checkout "${2:-$currentBranch}" git merge "${1:-Development}" } function commitAndPush(){ git add . && git commit -a -m "$1" && git push } export GITEA_TOKEN=<get token in gitea> # ====== MINIMAL GITEA HELPERS (env-driven, non-interactive) ====== export DEFAULT_BASE_BRANCH="${DEF...")