Skip to content

Instantly share code, notes, and snippets.

@ratulcse10
Last active August 29, 2015 14:08
Show Gist options
  • Save ratulcse10/23128ab421959aacae94 to your computer and use it in GitHub Desktop.
Save ratulcse10/23128ab421959aacae94 to your computer and use it in GitHub Desktop.
To add all the changes you've made:
git add .
To commit them:
git commit -m "MY MESSAGE HERE"
To push your committed changes from your local repository to your remote repository:
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment