Bagaimana cara menghapus Git - Aliases

My standard Git aliases

  aliases = config --get-regexp alias
  amend = commit --amend
  bl = blame -w -M -C
  bra = branch -rav
  branches = branch -rav
  changed = status -sb
  f = !git ls-files | grep -i
  filelog = log -u
  hist = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue) [%an]%Creset' --abbrev-commit --date=relative
  last = log -p --max-count=1 --word-diff
  lastref = rev-parse --short HEAD
  lasttag = describe --tags --abbrev=0
  pick = add -p
  remotes = remote -v show
  stage = add
  standup = log --since yesterday --oneline --author {ME}
  stats = diff --stat
  sync = ! git fetch upstream -v && git fetch origin -v && git checkout master && git merge upstream/master
  undo = reset head~
  unstage = reset HEAD
  wdiff = diff --word-diff
  who = shortlog -s -e --
Banyaknya unduhan: 2 312
Ukuran: 5.07 kB
Tanggal Pembaruan: 28.01.2019
Skema Distribusi: perangkat lunak bebas biaya
Sistem Operasi: Windows 7 x64, Windows 8 x64,
Windows 8.1 x64, Windows 10 x64, Windows 11 x64