1021 Views
How to build a reusable password field for the command line interface You're probably familiar with the popular password field that shows up whenever you want to push your local repo to remote using Git Bash. It prompts for a password, and whenever you type, nothing is displayed on the terminal.
0 comments