summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
7b5c384)
$PWD only works when called in ~/.
git config core.bare false
git config core.worktree ../../
git config status.showUntrackedFiles no
git config core.bare false
git config core.worktree ../../
git config status.showUntrackedFiles no
- GIT_WORK_TREE="$PWD" git pull
+ GIT_WORK_TREE="$LOCAL_REPO/../../" git pull
trap - 0
mr -c "$MRCONFIG" config "$LOCAL_REPO" checkout="git_fake_bare_checkout '$REPO_URL' 'REPO_NAME' '../../'"
trap - 0
mr -c "$MRCONFIG" config "$LOCAL_REPO" checkout="git_fake_bare_checkout '$REPO_URL' 'REPO_NAME' '../../'"
git config core.bare false
git config core.worktree ../../
git config status.showUntrackedFiles no
git config core.bare false
git config core.worktree ../../
git config status.showUntrackedFiles no
- export GIT_WORK_TREE="$PWD"
+ export GIT_WORK_TREE="$LOCAL_REPO/../../"
git add "$@"
git commit -m "initial checkin"
git push --all
git add "$@"
git commit -m "initial checkin"
git push --all