Skip to content
Permalink
master

Commits on Oct 23, 2020

  1. Merge pull request #1545 from stuartpb/patch-1

    ben committed Oct 23, 2020
  2. "Attempts to create" -> "It is possible"

    stuartpb committed Oct 23, 2020
  3. Update book/07-git-tools/sections/revision-selection.asc

    Co-authored-by: Ben Straub <ben@straub.cc>
    stuartpb and ben committed Oct 23, 2020

Commits on Oct 22, 2020

  1. Update book/07-git-tools/sections/revision-selection.asc

    Co-authored-by: Ben Straub <ben@straub.cc>
    stuartpb and ben committed Oct 22, 2020

Commits on Oct 21, 2020

  1. Add note that SHA-1 actually has been broken

    stuartpb committed Oct 21, 2020

Commits on Oct 17, 2020

  1. Merge pull request #1544 from ardavast/fix-typo

    Fix typo in section 2.4
    ben committed Oct 17, 2020
  2. Fix typo in section 2.4

    ardavast committed Oct 17, 2020

Commits on Oct 3, 2020

  1. Merge pull request #1534 from Fabien-jrt/issue-1533

    Fix warning about `git restore` command
    ben committed Oct 3, 2020

Commits on Oct 2, 2020

  1. Fix warning about `git restore` command

    Fabien-jrt committed Oct 2, 2020

Commits on Sep 29, 2020

  1. Merge pull request #1527 from HonkingGoose/add-tip-github-CLI-tool

    Add tip to point to the official GitHub CLI tool
    ben committed Sep 29, 2020

Commits on Sep 26, 2020

  1. Add tip to point to the official GitHub CLI tool

    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.
    HonkingGoose committed Sep 26, 2020

Commits on Sep 25, 2020

  1. Merge pull request #1523 from HonkingGoose/add-note-about-git-switch

    ben committed Sep 25, 2020
  2. Merge pull request #1521 from junjieyuan/master

    ben committed Sep 25, 2020
  3. Merge pull request #1511 from HonkingGoose/create-section-git-restore

    ben committed Sep 25, 2020
  4. Merge pull request #1520 from HonkingGoose/add-note-writing-a-shared-…

    …script-use-verbose-flags
    
    Add tip: use verbose CLI flags for shared scripts
    ben committed Sep 25, 2020
  5. Merge pull request #1518 from vegar/patch-1

    ben committed Sep 25, 2020

Commits on Sep 12, 2020

  1. Create note for `git switch`

    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.
    HonkingGoose committed Sep 12, 2020
  2. Add warning about `git restore --staged -- <file>`

    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>`.
    HonkingGoose committed Sep 12, 2020
  3. Create section git restore

    HonkingGoose committed Sep 12, 2020

Commits on Sep 11, 2020

  1. Add tip: use verbose CLI flags for shared scripts

    HonkingGoose committed Sep 11, 2020
  2. Merge pull request #1510 from HonkingGoose/add-caution-block-about-pu…

    …shing-amended-commits
    ben committed Sep 11, 2020
  3. Merge pull request #1517 from Morganov/fix-article

    Fix an article
    ben committed Sep 11, 2020
  4. Merge pull request #1516 from Morganov/small-fixes

    ben committed Sep 11, 2020
  5. add example for "git log -- path"

    Signed-off-by: Junjie Yuan <yuan@junjie.pro>
    junjieyuan committed Sep 11, 2020

Commits on Sep 9, 2020

  1. Remove reference to Windows

    PowerShell on Linux requires the same escapeing of braces as on Windows
    
    Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
    vegar and HonkingGoose committed Sep 9, 2020
  2. Improve language

    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 <34918129+HonkingGoose@users.noreply.github.com>
    vegar and HonkingGoose committed Sep 9, 2020
  3. Add note in Revision Selection about PowerShell

    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 <34918129+HonkingGoose@users.noreply.github.com>
    vegar and HonkingGoose committed Sep 9, 2020

Commits on Sep 6, 2020

  1. Merge pull request #1504 from HonkingGoose/update-gitlab-section

    ben committed Sep 6, 2020
  2. Merge pull request #1509 from HonkingGoose/readme-mobi-builds-gone-fo…

    …r-now
    
    Explain missing .mobi builds in readme
    ben committed Sep 6, 2020
  3. Fix an article

    Morganov committed Sep 6, 2020
  4. Update changed commit message in text

    Morganov committed Sep 6, 2020
  5. Update special block format

    Morganov committed Sep 6, 2020
Older
You can’t perform that action at this time.