HonkingGoose

Results 138 comments of HonkingGoose

@ben, to verify before I start working. We'll keep the short-hand flags? And you'll accept pull requests for the following: - [ ] Describe what the command-line flags do in...

@vtbassmatt can you maybe provide the `grep` search that you did to find other links that follow this "bad pattern"? That would help us fix this problem easier. 😉

Thank you very much! 😄 ❤️

Sublime Text 3.2 has native git integration now: >Today we're pushing out Sublime Text 3.2, which builds off of a bunch of work we've done in Sublime Merge. This includes:...

Current PDF still has issues with figure captions not terminated by a ```.``` The figures on PDF pages 254 trough 271 have no captions. So it seems both issues are...

## Does this issue belong to `progit2` or `git-scm.com`? I'm not sure if this is a problem with the `progit2` book. Maybe the document settings at https://raw.githubusercontent.com/progit/progit2/master/progit.asc are not configured...

> I found what appears to be the source code for this page in the progit2 repo That's right, that's the source file. :wink: --- > I thought that made...

This issue is a duplicate of #874. Also @ben, what feature(s) do we want to add?

There's a warning though for ```git switch```, at https://git-scm.com/docs/git-switch# > THIS COMMAND IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE. So maybe the ProGit2 project should wait until that command is fully...

It turns out that changing from `master` to `main` is not as hard as it appears: 1. `git branch -m master main` 2. `git push -u origin main` 3. Then...