Categories

Category cover

Automation
155 posts

Category cover

Learning paths
119 posts

Category cover

CISO
22 posts

Category cover

Security
20 posts

Category cover

Notes
19 posts

Category cover

Personal Security
18 posts

Category cover

Infrastructure
12 posts

Category cover

OT/ICS
5 posts

Category cover

Books
3 posts

Category cover

UNetLab
3 posts

Category cover

Write-up
3 posts

Category cover

OSInt
2 posts

Category cover

My life
1 posts

Contributing to NTC Templates with Git and GitHub

Andrea Dainese
September 25, 2024
Post cover

Let’s finally see how to contribute to an open-source project. We’ll use the NTC-Templates project as a practical example, for which I have

Let’s finally see how to contribute to an open-source project. We’ll use the NTC-Templates project as a practical example, for which I have already developed 46 patches .

Let’s assume we’ve already made the necessary changes, and now we want to propose them for official inclusion in the NTC Templates  repository.

Configure git

Configure some git mandatory options:

git config --global user.email "[email protected]"
git config --global user.name "Andrea Dainese"

Fork, clone, update and merge the latest changes

Fork the NTC Templates GitHub repository  via the web and clone the repository locally:

git clone https://github.com/dainok/ntc-templates

Continue reading the post on Patreon .