Skip to content

Instantly share code, notes, and snippets.

@HiveSolution
Created February 17, 2016 11:18
Show Gist options
  • Save HiveSolution/d2370cc4b3fb7ce5ef67 to your computer and use it in GitHub Desktop.
Save HiveSolution/d2370cc4b3fb7ce5ef67 to your computer and use it in GitHub Desktop.
[ATOM] Custom-Title to Display Branch, Project and Filepath
Branch: <% if (gitHead) { %> [<%= gitHead %>]<% } %><% if (projectName) { %> - Project: [<%= projectName %>]<% } %><% if (filePath) { %> - Filepath: [<%= filePath %>]<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment