mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-18 00:28:42 +02:00
Followup to PR #471 -- json issue
This commit is contained in:
parent
eac2619ec9
commit
7c8c3f4892
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ exports.level = {
|
||||||
"",
|
"",
|
||||||
"`git push origin <source>:<destination>`",
|
"`git push origin <source>:<destination>`",
|
||||||
"",
|
"",
|
||||||
"This is commonly referred to as a colon refspec. Refspec is just a fancy name for a location that git can figure out (like the branch `foo` or even just `HEAD~1`)".,
|
"This is commonly referred to as a colon refspec. Refspec is just a fancy name for a location that git can figure out (like the branch `foo` or even just `HEAD~1`).",
|
||||||
"",
|
"",
|
||||||
"Once you are specifying both the source and destination independently, you can get quite fancy and precise with remote commands. Let's see a demo!"
|
"Once you are specifying both the source and destination independently, you can get quite fancy and precise with remote commands. Let's see a demo!"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue