-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Merger #1531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Merger #1531
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I've been struggling with the revision selection syntax `HEAD@{...}` and finally found out it's because of curly braces special meaning in PowerShell.
I noticed the NOTE on special handling of caret in cmd.exe on Windows. A similar note about curly braces in PowerShell would have saved me some time and I hope to save fellow developers some time by adding in such a note.
Thanks to HonkingGoose for his minor changes.
Co-authored-by: HonkingGoose <[email protected]>
Correct usage of braces vs brackets Rewrite first sentence to flow better, and to explain the braces situation a bit better. Remove "either" from the second sentence, as I think the sentence is better without that word. The "or" in the middle of the sentence makes it clear that there are two choices to deal with the bracket issue. So "either" is not really adding value. Co-authored-by: HonkingGoose <[email protected]>
PowerShell on Linux requires the same escapeing of braces as on Windows Co-authored-by: HonkingGoose <[email protected]>
Signed-off-by: Junjie Yuan <[email protected]>
Warn readers not to throw away their local work without meaning to. This is basically a copy/paste and adaptation of the warning we give about `git checkout -- <file>`.
Git 2.23 comes with the experimental command `git switch`. This commit adds a note with the most common operations that readers will want to use `git switch` for.
β¦script-use-verbose-flags Add tip: use verbose CLI flags for shared scripts
The GitHub CLI lets you do your GitHub work from within the command line. GitHub has just released version 1.0, and so we can "recommend" it to our readers.
Add tip to point to the official GitHub CLI tool
Member
Contributor
|
Hi @ben, are you maybe asking about the status of the migration? Or what is your reason for pinging me? π π |
Member
|
Sorry, I had just woken up, and hit the wrong button. π
On Sat, Oct 3, 2020 at 8:34 AM HonkingGoose ***@***.***> wrote:
Hi @ben <https://github.com/ben>, are you maybe asking about the status
of the migration? Or what is your reason for pinging me? π π
β
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1531 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAJXXUOGC4KD63IJ2FNAETSI5AAXANCNFSM4R4XCIZA>
.
--
β Ben
|
Contributor
|
Okay! π |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Context