GitHub in android using Termux
HTML-код
- Опубликовано: 7 фев 2025
- Application link 👇👇
play.google.co...
Terminal Command 👇👇👇
1. cd : for changing current directory
2. clear : clear Screen
Git Commands 👇👇👇
1.Initiating Folder : git init
2.Adding all files : git add -A
3.Adding Specific File : git add file.txt
4.Commiting all files : git commit -a -m "Your Comment "
5.Creating branch : git branch Branch Name
6.Setup User Credentials
▪️Name : git config --global user.name YourName
▪️Email : git config --global user.email youremail@gmail.com
7.Checking user Credentials
▪️ Name : git config --global user.name
▪️Email : git config --global user.email
8.Checking current status : git status
9.retriving changes : git checkout branch name (ex: master)
10.Edited files : git diff
11.Check specific file status : git log -p number_of_file
12.creating remote reository :
git remote add origin github.com/use...
13.checking remote origins : git remote
14.push repository : git push origin -u master
15.Delete file : git rm file.txt
Video highlights :
How do I open GitHub app on Android ?
Can GitHub be used on Android?
What is GitHub on Android phone?
how to upload project on git hub?
how to upload project on git hub in android ?
Can I install Git on my phone?
#github #android #termux