mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-20 02:36:01 +02:00
Fix typos
This commit is contained in:
parent
745c10c85a
commit
316b23324c
3 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@ exports.level = {
|
|||
"",
|
||||
"`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!"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue