> On Nov 23, 2015, at 4:46 PM, Yuriy Tymchuk <[email protected]> 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..
