joseluisq/gitnow

Add support for ignore files persistently

Aperta

#6 aperta il 30 ott 2019

 (0 commenti) (1 reazione) (0 assegnatari)Shell (27 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (490 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

It would be great if we can support a command to ignore (or revert) files on demand and place them into .gitignore file.

Proposal: I suggest to add an ignore command.

1. Ignore a file:

~> ignore README.md
~> cat .gitignore
# README.md

1. Revert ignored file:

~> ignore --no README.md
~> cat .gitignore
# (empty)

Guida contributor