Parents: | cli |
Authors: | Doug Coleman |
cli-git-num-parallel |
Word | Stack effect |
directory-entries-without-git | ( directory -- entries ) |
git-bare-directory? | ( directory -- ? ) |
git-change-remote | ( path remote uri -- process ) |
git-change-remote* | ( remote uri -- process ) |
git-checkout-existing | ( path branch/checksum -- process ) |
git-checkout-existing* | ( branch/checksum -- process ) |
git-checkout-new-branch | ( path branch -- process ) |
git-checkout-new-branch* | ( branch -- process ) |
git-clone | ( uri -- process ) |
git-clone-as | ( uri path -- process ) |
git-clone-bare | ( uri -- process ) |
git-clone-bare-as | ( uri path -- process ) |
git-clone-no-checkout | ( uri -- process ) |
git-clone-no-checkout-as | ( uri path -- process ) |
git-command>string | ( desc -- string ) |
git-current-branch | ( directory -- name ) |
git-current-branch* | ( -- name ) |
git-diff-name-only | ( path from to -- lines ) |
git-diff-name-only* | ( from to -- lines ) |
git-directory-name | ( string -- string' ) |
git-directory? | ( directory -- ? ) |
git-fetch-all | ( path -- process ) |
git-fetch-all* | ( -- process ) |
git-fetch-all-desc | ( -- process ) |
git-fetch-and-reset-hard | ( path branch -- processes ) |
git-fetch-and-reset-hard-HEAD | ( path -- processes ) |
git-fetch-tags | ( path -- process ) |
git-fetch-tags* | ( -- process ) |
git-is-bare-repository | ( path -- ? ) |
git-is-bare-repository* | ( -- ? ) |
git-no-checkout-directory? | ( directory -- ? ) |
git-pull | ( path -- process ) |
git-pull* | ( -- process ) |
git-remote-add | ( path remote uri -- process ) |
git-remote-add* | ( remote uri -- process ) |
git-remote-get-url | ( path remote -- process ) |
git-remote-get-url* | ( remote -- process ) |
git-reset-hard | ( branch -- process ) |
git-reset-hard-HEAD | ( -- process ) |
git-reset-hard-desc | ( branch -- process ) |
git-rev-parse | ( path branch -- string ) |
git-rev-parse* | ( branch -- string ) |
git-switch-new-branch | ( path branch -- process ) |
git-switch-new-branch* | ( branch -- process ) |
git-tag | ( path -- process ) |
git-tag* | ( -- process ) |
git-worktree-add | ( path branch -- process ) |
git-worktree-force-add | ( path branch -- process ) |
sync-bare-repository | ( url -- process ) |
sync-bare-repository-as | ( url path -- processes ) |
sync-no-checkout-repository | ( url -- process ) |
sync-no-checkout-repository-as | ( url path -- processes ) |
sync-no-checkout-repository-as-parallel | ( pairs -- ) |
sync-repositories | ( directory urls -- ) |
sync-repository | ( url -- process ) |
sync-repository-as | ( url path -- processes ) |