citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

git-fixup (133B)


      1 #!/usr/bin/env bash
      2 commit=$(git rev-parse ${1:-HEAD})
      3 git commit --fixup=$commit
      4 GIT_EDITOR=: git rebase -i --autosquash ${commit}^