Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

skwp/git-workflows-book > .gitconfig appendix: https://github.com/skwp/git-workflows-book?tab=readme-ov-fil... :

  [alias]
  unstage = reset HEAD              # remove files from index (tracking)
  uncommit = reset --soft HEAD^     # go back before last commit, with files in uncommitted state
https://learngitbranching.js.org/

charmbracelet/git-lfs-transfer: https://github.com/charmbracelet/git-lfs-transfer

jj-vcs/jj: https://github.com/jj-vcs/jj



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: