DEV Community

shuyueW1991
shuyueW1991

Posted on

The way to update git repo

You have a new laptop. You wana do some revision to your github codes. The most convenient way is to:

  1. make a directory
  2. git init
  3. git pull then a bunch of hints come up. you follow them.
  4. git add .
  5. git commit.... git push.....

Top comments (0)