You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I think here the following command should be run
cleartool lsco
cleartool lsprivate
And the results should be excluded for "git add" operation, right?
The text was updated successfully, but these errors were encountered:
Quite possibly. The update command was a quick hack written just to get someone started if gitcc rebase didn't work. Where I worked we didn't have private files so it wasn't so much of an issue.
Feel free to modify it to suit your needs. I haven't used git-cc in over 4 years.
in gitcc update
cc_exec(['update', '.'], errors=False)
sync.main()
git_exec(['add', '.'])
git_exec(['commit', '-m', message])
reset.main('HEAD')
But I think here the following command should be run
cleartool lsco
cleartool lsprivate
And the results should be excluded for "git add" operation, right?
The text was updated successfully, but these errors were encountered: