There is no single author listed, the credits are to the
GitHub team, so match up narration to fit that angle.
Pulls it back from single author perspective driving it that
may have existed long ago.
Closing P tags are missing or mistyped for another letter.
Other chunks of text need to be wrapped in P tags to fall
inline with rest of page and not run with such wild abandon.
Flipped to `apply` over `pop` based on suggestion by
@matthewmccullough. User can then have their Pringles
moment after first trying their hand at repatching in
a way that doesn't make things disappear.
Expanded the goings-on of `git stash list` and the
fact that new items are made into zero, pushing the
rest under.
Quick overview on what `git stash` is and some of the basic
commands to run with it.
Going with `git stash pop` as the default means of
extracting from the stack instead of `git stash apply`.
Former feels like the path of least surprise by taking
out what you've just put in.
As requested in #36
With a note on the slight difference in yelling between
the use of `git remote set-url` and the sheepish,
silent eater of arguments, `git config remote`.
And that you can have a fetch that isn't at the
same house of your push URL.
On the back of #5
Tags are so incidental they are not normally slurped with the
usual fetch or push commands. A little heads up.
Also adds a nutshell inline with the rest of the cards.
Quickening event to redirect the links that used to be at progit.org
to their new home at the git-scm.com book section.
Deals with the English language links only.
converted tabs to spaces also. but these commits is limited in the zh
version.
the reason I did this:
- long lines is prone to conflict
- the use of tab disturbs the indentation when switching editors
without proper tab space setting, which you may never get it right.
so why not give up and use spaces instead.
those changes is limited to the zh translation.
Merge remote-tracking branch 'upstream/gh-pages' into gh-pages
Conflicts:
.gitignore
_layouts/zh_reference.html
zh/basic/index.html
zh/branching/index.html
zh/creating/index.html
zh/index.html
zh/inspect/index.html
zh/remotes/index.html
* License added
* Chose Attribution-NonCommercial-ShareAlike 3.0 Unported (CC BY-NC-SA 3.0)
* Desire community to benefit, but not profit off this endeavor
* Fixes#44