G-TAP Termux Commit
parent
51d097da79
commit
d45a1ffc8e
|
@ -22,4 +22,14 @@ git commit -m "커밋 메시지"
|
|||
git push origin main # 브런치 이름 (main, master)
|
||||
|
||||
|
||||
```
|
||||
|
||||
#### termux git push script
|
||||
```shell
|
||||
cd /data/data/com.termux/files/home/storage/movies/GitRepositories/Obsidian
|
||||
git pull origin main
|
||||
git add .
|
||||
git commit -m "G-TAP Termux Commit"
|
||||
git push origin main
|
||||
|
||||
```
|
Loading…
Reference in New Issue