Welcome to mirror list, hosted at ThFree Co, Russian Federation.

local_git_config.sh - github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5109586c41b094f22ef7594e7b2fe6a9f2d073d (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

git config --local user.name "zwbetz-gh"
git config --local user.email "zwbetz@gmail.com"

git config --local --list