mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-10 14:44:28 +02:00
remove leading + for linter
lets see if this passes
This commit is contained in:
parent
9fc6b5d969
commit
5f69bf24fa
1 changed files with 1 additions and 2 deletions
|
@ -147,8 +147,7 @@ exports.level = {
|
|||
"markdowns": [
|
||||
"## Remote Rejected!",
|
||||
"",
|
||||
"\n"
|
||||
+ "Si trabajas en un equipo colaborativo, es probable que la rama `master` esté bloqueada y requiera algún proceso de `Pull Request` para poder `mergear` los cambios. Si haces `commit` directamente a `master e intentas realizar `push`, recibirás un mensaje similar a este:",
|
||||
"Si trabajas en un equipo colaborativo, es probable que la rama `master` esté bloqueada y requiera algún proceso de `Pull Request` para poder `mergear` los cambios. Si haces `commit` directamente a `master e intentas realizar `push`, recibirás un mensaje similar a este:",
|
||||
"",
|
||||
"```",
|
||||
" ! [remote rejected] master -> master (TF402455: Pushes to this branch are not permitted; you must use a pull request to update this branch.)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue