lydia, a developer, recently made changes to some files and wants to update the changes on the master branch. which of the following is the best command to use for this purpose?

Respuesta :

Lydia, a developer, recently made changes to some files and wants to update the changes on the master branch. Git push of the following is the best command to use for this purpose.

What does git push force do?

This restriction can be disregarded by using the git push—force option, which will forcefully replace the remote commit history with your local history. Because it's so simple to overwrite other people's commits (and thereby lose them), this process is quite risky.

To upload content from a local repository to a remote repository, use the git push command. Commits are sent from your local repository to a remote repository via pushing. Pushing is the opposite of git fetch in that it exports commits to remote branches as opposed to fetching, which imports commit to local branches.

Learn more about git push here:

https://brainly.com/question/29376414

#SPJ1