Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Hi @MiftahulKhoiri,

Saat ini memang tidak ada tombol delete file langsung dari aplikasi GitHub Android, jadi itu bukan bug hanya keterbatasan fitur aplikasi.

Untuk menghapus file di repo, ada beberapa cara yang bisa kamu lakukan:

  1. Hapus lewat GitHub Mobile Web
    Buka browser di HP (Chrome/Firefox) -> login GitHub -> buka repo -> pilih file -> klik trash/delete icon -> commit perubahan.
    Ini tidak perlu laptop.

  2. Pakai Git Client Android (Termux + Git)
    Kalau lebih teknis, kamu bisa menggunakan Termux:

git clone <repo>
git rm <nama-file>
git commit -m "remove file"
git push
  1. Pakai aplikasi Git alternatif
    Ada aplikasi pihak ketiga seperti:
    -MGit
    -Pocket Git

Yang mendukung add/commit/push.

C…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MiftahulKhoiri
Comment options

Answer selected by MiftahulKhoiri
Comment options

You must be logged in to vote
1 reply
@MiftahulKhoiri
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended General General topics and discussions that don't fit into other categories, but are related to GitHub
3 participants