Open Shoalsteed opened 2 years ago
git wrapper/extension for people to use to review code, just copy this script to /usr/local/bin/git
function run_git(){ real_git=$(which -a git | sed '2 !d;') bash -c "$real_git $(printf ' %q' "$@")" }
if [ -t 1 ]; then case "$*" in log) run_git log --stat -p exit $? ;; esac fi
run_git "$@"
Knowns re the website:
*:03
and *:33
Outline how project pulls translations, monitoring process and how often that gets checked. When announcements are made. Do we check in on Tx issues? Who does that and how often?