Viewing a single comment thread. View all comments

TOTaIleyAnTeWaxeCAmB wrote

Never tried but I'd assume with root you could get git running fine...

1

jaidedctrl wrote

root not necessary-- if you use the Termux term emulator, you can install packages with apt, no real chroot necessary. It's really easy.

  1. Install Termux
  2. $ apt install git
  3. Profit
2