Select Git revision
notes.txt 356 B
for git to co-exist with config files, without having to check in your local ones, you can
have git ignore local changes using:
git update-index --skip-worktree <path-name>
subtree
git merge -s subtree --no-commit lsc/master --allow-unrelated-histories
git subtree split
git subtree push --prefix=leversc lsc master