Git #
Pengantar Git #
Git #
Git merupakan software berbasis Version Control System (VCS) yang bertugas untuk mencatat perubahan seluruh file atau repository suatu project.
GitHub #
Github adalah aplikasi version control (perekam jejak, setiap meng-edit suatu file) berbasis cloud.
GitBash #
Git Bash merupakan aplikasi Windows untuk terminal Git command line. Kemudahannya adalah, kita bisa langsung klik kanan pada explorer untuk mengakses terminal di folder tersebut.
Command Github #
Upload #
git add .
git commit -m "isi keterangan update"
git push
Install Github tes #
-
git init
-
git config user.name “namamu”
-
git config user.email “email@mu”
-
open folder di VS CODE -> clone
-
setelah pengeditan lakukan -> commit -> push