0 votes
in Git by

Which command can you use to update remote refs with local refs?

a)  git push

b)  git fetch

c)  git pull

d)  git update

1 Answer

0 votes
by
a)  git push use to update remote refs with local refs
...