Tutorial menggunakan git di vscode

Visual studio code, atau sering disebut vscode merupakan editor program yang familiar digunakan oleh para developer .

Tahapan penambahan postingan:

1. create post dan edit post.

2. konfirmasi perubahan file dengan command

git commit -a

3. upload ke git dengan command:

git push origin master

Jika ada file yang ditambahkan, file gambar misalnya, maka tambahkan command

git add * 

lalu lanjutkan seperti biasa ke tahap 2 dan 3.

*to be continued.. * Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.