Christophe Meessen

Results 46 comments of Christophe Meessen

`gh-pages` has to be a local branch. Unfortunately you have to do the following steps. 1. `$ gl branch -c gh-pages` creates the local branch 2. `$ gl switch gh-pages`...

This doesn't look like a good idea. What if you wanted to create a local branch `foo` and origin (the default remote) had also a branch `foo` you were not...

Sorry, I can't help. I suspect it depends how many files there are in the repository. It shouldn't depend on the size of the history (nbr commits). If switching branch...

Could you explain what `node_module` is ? Is it part of gitless, git or your project ?

Thank you. That's smart. We have to really make sure we are on the branch we want to rename. ;)

Get back to master using gl switch master You should find back your un committed files. Then do a gl switch gh-pages -mo This will move over your uncommitted modified...

I had the same problem. That's why I knew how to do it. It's a documentation issue. It is described, if I remember well, but it would deserve to be...

[Worktrees](https://github.com/blog/2042-git-2-5-including-multiple-worktrees-and-triangular-workflows) has been introduced in git version 2.5. Gitless only support [git 1.7.12+](https://github.com/sdg-mit/gitless/blob/master/README.md#install).

Sorry I forgot to add `cd testDir` after `make testDir`. Apparently the directory `testDir` is deleted by the switch and getcwd() returns an error because the CWD doesn't exist anymore....

Just testing display of local tags and I see they are also random. It would be nice if we could list tags of a specific remote and branch. If we...