Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 598 Bytes

File metadata and controls

26 lines (14 loc) · 598 Bytes

Commit your changes

To commit your change to the Git-repo perform the following steps

  1. Open a command prompt and navigate to the folder containing the source code for the documentation
  2. Execute the following command
git pull
  1. Execute the following command
git commit -a -m "A description of your changes"
  1. Execute the following command
git push

You have now successfully contributed to this documentation. Thank you for your time and effort!