Skip to main content

Command Palette

Search for a command to run...

Updating the local with Git

💡Update the local version of a repository from a remote repository.

Updated
1 min read
Updating the local with Git
C

Hi, I'm Cristina Ramirez, I'm a computer engineer and software developer with more than 10 years of experience as backend developer, web application development, API REST services for mobile applications, system analysis and logic.

Programming languages: Ruby, PHP, C, C++, C#, CSS, JavaScript.

Frameworks: Ruby on Rails, PHP (Codeigniter, APPHP).

Experience of relational databases (Postgres, MySql, Oracle) and NoSQL databases (MongoDB, Neo4j).

I like innovation and teamwork.

🇻🇪 Spanish

1.- The git pull command is used to fetch and download content from a remote repository and immediately update the local repository to match that content. Assume I have a repository with a main branch and a remote origin the command is:

git pull origin main

Reference:

git-scm.com/book/es/v2

https://git-scm.com/docs/git-pull