Santiago Perez De Rosso

Results 55 comments of Santiago Perez De Rosso

> Are we thinking almost man page documentation? That might be out of scope for this ticket :). I agree. Also, while having a man page would be nice it...

The problem is that `gl publish` should be asking for username/password like `git push` does but it currently doesn't. Shouldn't be too hard to fix, I'll work on it soon....

This is a bug in Gitless. GitHub is probably asking you for a password and we should prompt you to input one like `git` does. A workaround is to use...

If you do `gl branch` what do you see? What's the upstream branch of your local branch `master`? I think that you probably want it to be `qq/master` (assuming `qq`...

Oh I see what happened. Your remote repo is empty. It looks like you hit another bug, sorry about that! You can do `git push qq master` to push your...

Actually, this is not necessarily a bug. The problem is that there is no `qq/master` branch because your remote repo is empty. You can do `gl branch -c qq/master` to...

The following sequence of commands should work: ``` gl remote -c qq https://github.com/pepa65/qq gl branch -c qq/master gl branch -su qq/master ```

Thanks for your report. Both `gl commit` and `gl status` are sensitive to the directory you are running the command from. So if you run `gl status` on `myrepo/somedir` it...

Thanks for your feedback, this is very useful! We'll look into adding a flag and a configuration variable to let the user change the behavior of `gl commit` and `gl...

Yeah, sorry about this. Binary releases won't work in old distros. I believe it is because I use a fairly recent Ubuntu VM to build the linux release, and the...