This repository contains a listing of repositories that are open source and maintained by inwinSTACK teams.
- Clone the repository and checkout a new branch:
$ git clone https://github.com/inwinSTACK/inwinstack.github.io
$ git checkout -b your_branch
- Update the files you'd like to change.
- Push the changes upstream.
$ git add test1 test2
$ git commit -m "commit message"
$ git push origin your_branch
- View your branch in GitHub and create a Pull Request.