Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 640 Bytes

File metadata and controls

36 lines (33 loc) · 640 Bytes

git guard

Do you ever push files you didn't want to push? If yes, git guard fix's that! Just run cargo run in the same folder as your project and it reads your files and adds files to your .gitignore for you!

How to install

for Windows

1.

install Rust

2.

clone repo

3.

cd C:\users%username%\Documents\GitHub\git_guard

4.

run cargo run

git guard extra

for Linux and MacOS

1.

install Rust

sudo apt install cargo

or

sudo dnf install cargo

2.

clone repo

3.

cd git_guard

4.

run cargo run

License

This is Licensed under the MIT license