Skip to content

Instantly share code, notes, and snippets.

@davehorner
Last active March 12, 2020 12:39
Show Gist options
  • Save davehorner/d5038b854f3ab8699b41b803c10f3de3 to your computer and use it in GitHub Desktop.
Save davehorner/d5038b854f3ab8699b41b803c10f3de3 to your computer and use it in GitHub Desktop.
https://github.com/junegunn/vim-plug
git config --global alias.plog "log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches"
set lines=50 columns=1000
npx degit "sveltejs/sapper-template#rollup" my-appnpx degit "sveltejs/sapper-template#rollup" my-app
#Generate Release Notes from GitHub.
choco install GitHubReleaseNotes -y
GitHubReleaseNotes.exe --path . --output ReleaseNotes.md --version 0.0.1 --language en --skip-empty-releases --exclude-labels question
$ ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
# add alias to your profile for hub
Add-Content $PROFILE "`nSet-Alias git hub"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment