Available translations

Tutorial Step - Get Ready to Push!

foundations.png
github.png
Amazing! You learned to add a page to the Docs, edit it, and save it! Now you've got to make it transcend your PC, and contribute it to Superalgos!
Superalgos interacts with Git to keep your Superalgos installation up to date and to make contributions easier for less technical users. The App Contribute Command runs the following Git commands in a sequence:
  • git add: adds the changes you've made to contributable files to a git commit.
  • git commit: commits all the changes.
  • git push: pushes the changes to your fork.
  • github createPullRequest: creates a Pull Request at the Superalgos repository, or add commits to an existing Pull Request.
Previous
Tutorial Step - Don't Forget to Save!
Next
Tutorial Step - Translation for Mere Mortals