Skip to content

ssteward54/SouceTreeCustomActions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SouceTree Custom Actions

Custom actions for use with SourceTree on Windows (or any other git based GUI)

GitFlow Quick Release

This custom action will merge your develop branch into the master branch without going through the Release Branch workflows. This is meant to be used with SSH keys so you don't have to worry about entering credentials every time.

Installation:

![SourceTree Add Dialog Example](images/add-dialog.PNG?raw=true "SourceTree Add Dialog")
  1. In SourceTree, go to Tools > Options > Custom Actions (tab)
  2. Click the Add button
  3. For Menu caption, enter "Quick Release" (or whatever you want to call it)
  4. For Script to run, enter the path to the quick-release.bat file from this repository
  5. For Parameters, enter $REPO
  6. Click OK to save

Usage:

![SourceTree Custom Actions Dialog](images/custom-actions-dialog.PNG?raw=true "SourceTree Custom Actions Dialog")
  1. In SourceTree, from the repository you want to do a quick release on, simply right click in the History view, choose Custom Actions > Quick Release.
  2. This does a pull on develop and master branches, then merges develop into master, and checks out develop again to make sure you don't forget to keep working in develop.

About

Custom actions for use with SourceTree on Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors