I have commit code from my desktop computer and now I am in another city and want to update my code in my laptop. What is the command to update a code. I was using svn and it is very easy to update a code like right click on svn local repo and click update but in github I don’t know the proper command.
Regards,
This is the equivalent of svn checkout, not to be confused with git checkout. Type
to get a list of git commands and an explanation in the shell.