General Activity

  • Squash last N commits with commit message “M”
    • git reset --soft HEAD~N && git commit -m "M"
  • Configuring SSH authentication