Bash aliases code: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 January 2026

5 January 2026

15 December 2025

  • curprev 20:2020:20, 15 December 2025Mgm-seedbury talk contribs 9,652 bytes +3 No edit summary
  • curprev 20:1920:19, 15 December 2025Mgm-seedbury talk contribs 9,649 bytes +9,649 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..."