DEV Community

brylenelavelle
brylenelavelle

Posted on

How To Commit and Push Changes on GitHub

In the terminal, type in:

$ git add --all
$ git commit -m "new changes"
$ git push
Enter fullscreen mode Exit fullscreen mode

Top comments (0)