On Nov 23, 2015, at 4:46 PM, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
Is there any guide on how to use it? Iâve opened the tool, entered a username, left out the password field blank. Then I get nil exception because `self avatarUrl` of GHLoggedInUser returns nil.
Ah yes, that part might not be clear. The idea is that you can either enter a username and password, or enter an access token for the API and leave the password field blank. I wasnât really sure how to convey that in the UI, perhaps this made it even more vague. After youâve entered the login details, the repositories you own are loaded into the dropdown list and a log is shown with the last 25 commits (yes, itâs limited to that for now). One can then select a version and click checkout to load the packages listed on the right into the image. If all goes well you should see an arrow pointing at the currently loaded version in the list. After having done some changes, one can click commit which opens a Komitter window. (Committing is the least stable at the moment). It would be nice to be able to select and checkout versions without having to enter your username and password, but at the moment thatâs not supported..