How, if possible, specify the wallet in SourceTree?

I am using SourceTree (mac). I have a few hidden changes.

How can I give each type a custom name to better define what the code should do?

Now when I click it gets an auto name in WIP form in [branchname] [last commit message]

+3


source to share


1 answer


You can specify the name of the prefix in the dialog box that opens when creating a plate:

  • Scene of some modified files
  • Click the "Stash" button on the toolbar
  • The following dialog box will appear. Enter a name in the "Message" field.
  • The provided "message" will be used as the name of the prefix

Stash Message



If you are trying to rename an existing stash, it looks like there is no way in SourceTree to do it at the moment - the only options in SourceTree are to apply or remove the selected stamp.

Git doesn't provide a built-in way to rename the wallet at all - the consensus seems to be to dump and recreate the bailiff with a new name. See how I can rename the git stash for a question that goes into more detail on this.

+2


source







All Articles