Read me template!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- About the Project
- Getting Started
- How to's
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgements
A brief description of the project, explain about what the project does etc
If there is bullet points:
- example of a bullet point
Any frameworks which is used in the project.
can use the follwowing template for a link if needed
Setting ups instructions, may be you need to install python from the IT service portal etc
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Configure the git for the first time
git config --global user.name "your name"
git config --global user.email "[email protected]"
- If you want to simply clone this empty repository then run this command in your terminal.
git clone ssh://[email protected]:7999/fc072_euv/generic.git
- My code is ready to be pushed If you already have code ready to be pushed to this repository then run this in your terminal.
cd existing-project
git init
git add --all
git commit -m "Initial Commit"
git remote add origin ssh://[email protected]:7999/fc072_euv/generic.git
git push -u origin master
- My code is already tracked by Git If your code is already tracked by Git then set this repository as your "origin" to push to.
cd existing-project
git remote set-url origin ssh://[email protected]:7999/fc072_euv/generic.git
git push -u origin --all
git push origin --tags
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
See the [open issues](See the open issues for a list of proposed features (and known issues).
please do contribute.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/FantasticFeature
) - Commit your Changes (
git commit -m 'Add some FantasticFeature'
) - Push to the Branch (
git push origin feature/FantasticFeature
) - Open a Pull Request
Distributed under the License Name. See LICENSE
for more information.
Your Name - @example - @asml.com Project Link: https://github.com/your_username/repo_name