{"id":5221,"date":"2023-06-29T21:38:02","date_gmt":"2023-06-29T21:38:02","guid":{"rendered":"https:\/\/www.hackeruna.com\/?p=5221"},"modified":"2023-06-29T21:38:34","modified_gmt":"2023-06-29T21:38:34","slug":"error-de-git-al-momento-de-actualizar-un-repositorio-remoto-con-pull","status":"publish","type":"post","link":"https:\/\/www.hackeruna.com\/2023\/06\/29\/error-de-git-al-momento-de-actualizar-un-repositorio-remoto-con-pull\/","title":{"rendered":"Error de git al momento de actualizar un repositorio remoto con pull"},"content":{"rendered":"

Cuando aparezca un error de git, luego de ejecutar el comando git pull<\/code><\/p>\n

There is no tracking information for the current branch.
\nPlease specify which branch you want to merge with.
\nSee git-pull(1) for details.<\/code><\/p>\n

git pull <remote> <branch><\/p>\n

If you wish to set tracking information for this branch you can do so with:<\/p>\n

git branch –set-upstream-to=origin\/<branch> fix\/bug-confirm-review<\/p>\n

La solucion es sencilla para este caso y con este nombre de rama se debe ejecutar estos comandos:
\ngit branch --set-upstream-to=origin\/fix\/bug-confirm-review<\/code>
\ngit pull origin fix\/bug-confirm-review<\/code><\/p>\n

Luego ya se trabaja con normalidad<\/p>\n","protected":false},"excerpt":{"rendered":"

Cuando aparezca un error de git, luego de ejecutar el comando git pull There is no tracking information for the current branch. Please specify which […]<\/p>\n","protected":false},"author":1,"featured_media":5222,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[6,46,30],"tags":[143,144],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.hackeruna.com\/wp-content\/uploads\/2023\/06\/git.png","views":"","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/posts\/5221"}],"collection":[{"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/comments?post=5221"}],"version-history":[{"count":2,"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/posts\/5221\/revisions"}],"predecessor-version":[{"id":5224,"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/posts\/5221\/revisions\/5224"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/media\/5222"}],"wp:attachment":[{"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/media?parent=5221"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/categories?post=5221"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hackeruna.com\/wp-json\/wp\/v2\/tags?post=5221"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}