Initialize a git repo in the current directory
# git init
Add a remote called "origin"
Initialize a git repo in the current directory
# git init
Add a remote called "origin"
At some point you’ll find yourself in a situation where you need edit a commit message. That commit might already be pushed or not, be the most recent or burried below 10 other commits, but fear not, git has your back 🙂.
git commit --amendThis will open your $EDITOR and let you change the message. Continue with your usual git push origin master.
# make sure to replace `<hash>` with your gist's hash
git clone https://gist.github.com/<hash>.git # with https
git clone [email protected]:<hash>.git # or with sshcd dist
git init
git config user.email "[email protected]"
git config user.name "github-username"
git add -A
git commit -m 'deploy'
git remote add origin https://github.com/.....repo.git
git push -f origin master:gh-pages| public Dictionary<string,string> DecryptIdentityOAuthToken(string token) | |
| { | |
| var ticket = Startup.OAuthServerOptions.AccessTokenFormat.Unprotect(token); | |
| var claims = new Dictionary<string,string>(); | |
| if (ticket != null && ticket.Identity != null && ticket.Identity.IsAuthenticated) | |
| { | |
| foreach(var claim in ticket.Identity.Claims) |
bootrec /FixMbr
bootrec /FixBoot
bootrec /ScanOs
bootrec /RebuildBcdDism /online /Get-Features
Dism /online /Enable-Feature /FeatureName:WCF-MSMQ-Activation45 /All Dism /online /Enable-Feature /FeatureName:MSMQ-Container /All Dism /online /Enable-Feature /FeatureName:MSMQ-Server /All Dism /online /Enable-Feature /FeatureName:MSMQ-Triggers /All Dism /online /Enable-Feature /FeatureName:MSMQ-ADIntegration /All
| Visual Studio 2019 Enterprise | |
| BF8Y8-GN2QH-T84XB-QVY3B-RC4DF | |
| Visual Studio 2019 Professional | |
| NYWVH-HT4XC-R2WYW-9Y3CM-X4V3Y |
This repository contains documentation for using the NodeSource Node.js Binary Distributions via .rpm, .deb and Snap packages as well as their setup and support scripts.
If you are looking for NodeSource's low-impact Node.js performance monitoring platform, please get started here.