├── LICENSE ├── README.md ├── bin ├── git-delete-remote-branch ├── git-delete-remote-branch.bat ├── git-fflow-cbranches ├── git-fflow-cbranches.bat ├── git-fflow-cremotebranches ├── git-fflow-cremotebranches.bat ├── git-fflow-finish ├── git-fflow-finish.bat ├── git-fflow-push ├── git-fflow-push.bat ├── git-fflow-reset ├── git-fflow-reset.bat ├── git-fflow-start ├── git-fflow-start.bat ├── git-gitupdate ├── git-gitupdate.bat ├── git-push-current-branch-to-all-remotes ├── git-push-current-branch-to-all-remotes.bat ├── git-push-master-to-all-remotes ├── git-push-master-to-all-remotes.bat ├── git-sync-fork-with-upstream └── git-sync-fork-with-upstream.bat └── scripts-list.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/README.md -------------------------------------------------------------------------------- /bin/git-delete-remote-branch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-delete-remote-branch -------------------------------------------------------------------------------- /bin/git-delete-remote-branch.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-delete-remote-branch.bat -------------------------------------------------------------------------------- /bin/git-fflow-cbranches: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-cbranches -------------------------------------------------------------------------------- /bin/git-fflow-cbranches.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-cbranches.bat -------------------------------------------------------------------------------- /bin/git-fflow-cremotebranches: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-cremotebranches -------------------------------------------------------------------------------- /bin/git-fflow-cremotebranches.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-cremotebranches.bat -------------------------------------------------------------------------------- /bin/git-fflow-finish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-finish -------------------------------------------------------------------------------- /bin/git-fflow-finish.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-finish.bat -------------------------------------------------------------------------------- /bin/git-fflow-push: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-push -------------------------------------------------------------------------------- /bin/git-fflow-push.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-push.bat -------------------------------------------------------------------------------- /bin/git-fflow-reset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-reset -------------------------------------------------------------------------------- /bin/git-fflow-reset.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-reset.bat -------------------------------------------------------------------------------- /bin/git-fflow-start: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-start -------------------------------------------------------------------------------- /bin/git-fflow-start.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-fflow-start.bat -------------------------------------------------------------------------------- /bin/git-gitupdate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-gitupdate -------------------------------------------------------------------------------- /bin/git-gitupdate.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-gitupdate.bat -------------------------------------------------------------------------------- /bin/git-push-current-branch-to-all-remotes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-push-current-branch-to-all-remotes -------------------------------------------------------------------------------- /bin/git-push-current-branch-to-all-remotes.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-push-current-branch-to-all-remotes.bat -------------------------------------------------------------------------------- /bin/git-push-master-to-all-remotes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-push-master-to-all-remotes -------------------------------------------------------------------------------- /bin/git-push-master-to-all-remotes.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-push-master-to-all-remotes.bat -------------------------------------------------------------------------------- /bin/git-sync-fork-with-upstream: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-sync-fork-with-upstream -------------------------------------------------------------------------------- /bin/git-sync-fork-with-upstream.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/bin/git-sync-fork-with-upstream.bat -------------------------------------------------------------------------------- /scripts-list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeriopradoj/sourcetree-custom-actions-scripts/HEAD/scripts-list.png --------------------------------------------------------------------------------