Closed rdcklinux closed 8 years ago
+1 for this. Is this ready to be merged or is there something that needs to be polished?
I looked at this briefly, it looks good to be merged but I have some exams currently and didn't find the time yet to test extensively. If you want to test it and report back I would greatly appreciate it :+1:
I looked at this more intensely, some minor merge problems are there currently but I tried that locally and removing them isn't a big issue. Another problem that needs to be adressed is that currently the error message for "No repository found" does not work. Changing the git-control-view.coffe to this:
if !git.isInitialised()
git.alert "> This project is not a git repository. Either open another project or create a repository."
else
@setWorkspaceTitle(git.getRepository().path.split('/').reverse()[1])```
schould do the trick.
fix on new branch
add multi project feature