cougarhawk

Results 9 comments of cougarhawk

I love the freedom and flexibility of naming local branches anything I want and not having Gitless automatically perform some sort of discovery to search for the local branch name...

@techtonik - Yes, I have continued to use gitless and it has improved my workflow. The benefit of using gitless over git is clearly documented in the "Gitless vs. Git"...

So far, I find the publish feature to be intuitive. When you create a local branch that mirrors an existing remote branch, you can associate the local branch with its...

I have come to depend on this existing behavior quite extensively and consider it a useful feature. See comment: https://github.com/sdg-mit/gitless/issues/96#issuecomment-323352284 Sincerely, Al

This behavior is documented on the Gitless site: **** Each branch has a head, which is the last commit done on the branch. By default, the head of a new...

See comment: https://github.com/sdg-mit/gitless/issues/118#issuecomment-323478450

https://github.com/sdg-mit/gitless/issues/59#issuecomment-323364306

To avoid errors in Gitless like the ones above, I have become accustomed to dedicating a single terminal or command prompt in the working directory having the .git directory to...

If you create a new local branch that mirrors the master then switch from the previous branch to the new branch while specifying `gl switch -mo`, you are not necessarily...