+ 1
GIT
1.I want to use all git commands in Android. But where can I do that? 2. Is there any YouTube tutorials for git in Android ,please help me .
2 Antworten
+ 3
1.Download Termux from play store.
2. Install git on Termux using command "pkg install git"
After it is installed successfully, you can start using it.