Skip to content

Instantly share code, notes, and snippets.

@paranoiq
Created April 23, 2020 15:20
Show Gist options
  • Select an option

  • Save paranoiq/cd9a626ffab658f5be0459c88cef7db9 to your computer and use it in GitHub Desktop.

Select an option

Save paranoiq/cd9a626ffab658f5be0459c88cef7db9 to your computer and use it in GitHub Desktop.
[core]
excludesfile = C:/Users/paran/.gitignore_global
autocrlf = false
[user]
email = [email protected]
name = paranoiq
[alias]
f = fetch
a = add -p
co = checkout
coma = checkout origin/master
c = commit
ca = commit --amend
wip = commit -m "WIP" --no-verify
rip = reset head^
rb = rebase
rba = rebase --abort
rbc = rebase --continue
rbi = rebase --interactive
rom = rebase --interactive --onto origin/master
cp = cherry-pick
cpa = cherry-pick --abort
cpc = cherry-pick --continue
s = status
br = branch
bl = branch --list
l = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ar) %C(bold blue)<%an>%Creset' --abbrev-commit
po = remote prune origin
pf = push --force-with-lease
type = cat-file -t
dump = cat-file -p
fuck = checkout head package-lock.json
[sequence]
editor = c:/tools/sublime.bat
[credential]
#helper = cache
#helper = wincred
#helper = manager 2374
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment