This post is part of the series on Git Command Line Snippets where I am taking a look at performing actions on GitHub using the git command line.
There are three steps required to add your changes to a GitHub repository:
- Add
- Commit
- Push
Fistly, you need to add your changes; it is possible to only add specific files, but in my case I always want to add everything; this command will add all…
Continue Reading azurecurve’s Article on their blog
Git Command Line Snippets: Add, Commit and Push Changes
This post is part of the series on Git Command Line Snippets where I am taking a look at performing actions on GitHub using the git command line. There are three steps required to add your changes…
Blog Syndicated with azurecurve’s Permission

