├── Commands ├── git_branch_name.sh ├── git_cherry_pick_no_commit.sh ├── git_rebase.sh └── git_stats.sh ├── LICENSE └── README.md /Commands/git_branch_name.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m1entus/source-tree-custom-commands/HEAD/Commands/git_branch_name.sh -------------------------------------------------------------------------------- /Commands/git_cherry_pick_no_commit.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m1entus/source-tree-custom-commands/HEAD/Commands/git_cherry_pick_no_commit.sh -------------------------------------------------------------------------------- /Commands/git_rebase.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m1entus/source-tree-custom-commands/HEAD/Commands/git_rebase.sh -------------------------------------------------------------------------------- /Commands/git_stats.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m1entus/source-tree-custom-commands/HEAD/Commands/git_stats.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m1entus/source-tree-custom-commands/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/m1entus/source-tree-custom-commands/HEAD/README.md --------------------------------------------------------------------------------