Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Drupal
drupalizer
Commits
06e0327c
Commit
06e0327c
authored
Jul 18, 2016
by
Philippe Mouchel
Browse files
Add a little description
parent
afff267f
Changes
1
Show whitespace changes
Inline
Side-by-side
git.py
View file @
06e0327c
...
...
@@ -30,6 +30,7 @@ def isGitDirty():
remoteName
=
local
(
'git remote'
,
capture
=
True
)
print
green
(
'Verify local branches exist on remote...'
);
localBranchesRawInfo
=
_getLocalBranchesInformation
()
for
localBranchRawInfo
in
localBranchesRawInfo
:
localBranchName
=
_getBranchName
(
localBranchRawInfo
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment