-
-
Save paranoiq/cd9a626ffab658f5be0459c88cef7db9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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