bug fixes to git manager

This commit is contained in:
Usman Nasir
2020-03-11 15:00:20 +05:00
parent c0ab7407db
commit 60b4e6d910
5 changed files with 557 additions and 14 deletions

View File

@@ -128,6 +128,8 @@ urlpatterns = [
url(r'^commitChanges$', views.commitChanges, name='commitChanges'),
url(r'^gitPull$', views.gitPull, name='gitPull'),
url(r'^gitPush$', views.gitPush, name='gitPush'),
url(r'^attachRepoGIT$', views.attachRepoGIT, name='attachRepoGIT'),
url(r'^removeTracking$', views.removeTracking, name='removeTracking'),
## Catch all for domains