Retr0-code / hash-dumper

Windows NTLM hash dump utility written in C language, that supports Windows and Linux. Hashes can be dumped in realtime or from already saved SAM and SYSTEM hives.
GNU Affero General Public License v3.0
14 stars 2 forks source link

Git Branching #27

Open Retr0-code opened 11 months ago

Retr0-code commented 11 months ago

Summary

Use GitFlow in order to develop a new own model of branching. Please suggest rules in the comments.

Suggestions

Motivation

Developing a branching strategy will make integration of new code safer and faster.

Retr0-code commented 11 months ago

To start working developer must create own branch. After that, separate branch should be created for working on a feature or fix. After feature or fix was done, developer must rebase the feature branch to their own branch.

This provides linear commit history in dev's branch and allows to save development progress.