Git tag and avoid entering a password

## to avoid local re-enter the account password `` `git config --global credential.helper store execute the command: git config --global credential.helper store git pull enter your user name and password to view the store mode storage system stores the user name passwords cat ~ / .git-credentials `` `## tag` `` git tag // View tag git tag test_tag c809ddbf83939a89659e51dc2a5fe183af384233 // play tag git tag on a commit ... git push origin test_tag // !! ! pushed to the local tag line ... git tag -d test_tag // delete local tag git push origin: refs / tags / test_tag // local tag removed, then execute the sentence, delete the line tag `` `automatic updates load the file `composer dump-autoload`> more exciting articles please pay attention to [Wangming Chang blog] (https://www.wangmingchang.com)

Guess you like

Origin www.cnblogs.com/wmc1125/p/11869621.html